with one click
claude-code
Full-stack coding assistant powered by Claude Code CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Full-stack coding assistant powered by Claude Code CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Google Calendar — list, create, and manage events via gcal CLI
Manage HubSpot CRM — contacts, companies, deals, tickets
Manage Shopify store — products, orders, customers, inventory
Configure audio transcription and image/video understanding for channels
AWS CLI for S3, EC2, Lambda, CloudWatch, RDS, and ECS
Google Calendar — list, create, and manage events via gcal CLI
| name | claude-code |
| description | Full-stack coding assistant powered by Claude Code CLI |
Use the bash tool with the Claude Code CLI for advanced coding tasks.
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).
# Save to vault (key name lowercase)
vault_save anthropic_api_key "sk-ant-..."
# Or interactive
claude setup-token
claude -p "fix the authentication bug in auth.ts" --allowedTools bash,read,write
claude -p "review this code for security issues" --permission-mode plan