Skip to main content
Back to registry

caido-mode

caido/skills

Full-coverage CLI for Caido's API, built on the official @caido/sdk-client package. Covers:

Installs195
Install command
npx skills add https://github.com/caido/skills --skill caido-mode
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Full-coverage CLI for Caido's API, built on the official @caido/sdk-client package. Covers: All traffic goes through Caido, so it appears in the UI for further analysis. Cookies and auth tokens can be huge - session cookies, JWTs, CSRF tokens can easily be 1-2KB. Rather than manually copy-pasting: The setup command validates the PAT via the SDK (which exchanges it for an access token), then saves both the PAT and the cached access token to ~/.claude/config/secrets.json . Subsequent runs load the cached token directly, skipping the PAT exchange. The SDK uses a device code flow internally — the PAT auto-approves it and receives an access token + refresh token. A custom SecretsTokenCache (implementing the SDK's TokenCache interface) persists these tokens to secrets.json so they survive across CLI invocations. Auth resolution: CAIDO_PAT env var → secrets.json PAT → error with setup instructions Located at ~/.claude/skills/caido-mode/caido-client.ts .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does caido-mode do?

Full-coverage CLI for Caido's API, built on the official @caido/sdk-client package. Covers:

Is caido-mode good?

caido-mode does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does caido-mode work with?

caido-mode currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, cline.

What are alternatives to caido-mode?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install caido-mode?

npx skills add https://github.com/caido/skills --skill caido-mode

Related skills

Alternatives in Software Engineering