claude
SKILL.md
Claude ðŸ§
Anthropic Claude integration.
Setup
export ANTHROPIC_API_KEY="sk-ant-..."
Features
- Chat with Claude (Opus, Sonnet, Haiku)
- Long context support (200K tokens)
- Vision capabilities
- Tool use
Usage Examples
"Ask Claude: Analyze this code"
"Use Claude to summarize this document"
API Reference
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"}]}'
Weekly Installs
1
Repository
sundial-org/awe…w-skillsGitHub Stars
435
First Seen
8 days ago
Security Audits
Installed on
amp1
cline1
openclaw1
opencode1
cursor1
kimi-cli1