Anthropic Claude integration. Chat with Claude models via Anthropic API.
Anthropic Claude integration.
export ANTHROPIC_API_KEY="sk-ant-...""Ask Claude: Analyze this code"
"Use Claude to summarize this document"curl -s https://api.anthropic.com/v1/messages \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{"model":"claude-sonnet-4-20250514","max_tokens":1024,"messages":[{"role":"user","content":"Hello"}]}'45f9fac
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.