| name | claude-code |
| description | Full-stack coding assistant powered by Claude Code CLI |
Claude Code
Use the bash tool with the Claude Code CLI for advanced coding tasks.
Setup
-
Check if installed:
command -v claude && claude --version
-
Install:
npm install -g @anthropic-ai/claude-code
-
Auth: Use the vault for ANTHROPIC_API_KEY. Stored keys are auto-injected as env vars (UPPERCASE).
vault_save anthropic_api_key "sk-ant-..."
claude setup-token
Usage
claude -p "fix the authentication bug in auth.ts" --allowedTools bash,read,write
claude -p "review this code for security issues" --permission-mode plan
Tips
- Be specific in prompts
- For read-only analysis, use --permission-mode plan
- Check auth: claude status