claude

star 609

Anthropic Claude integration. Chat with Claude models via Anthropic API.

sundial-org By sundial-org schedule Updated 2/1/2026

name: claude description: Anthropic Claude integration. Chat with Claude models via Anthropic API. metadata: {"clawdbot":{"emoji":"🧠","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"ANTHROPIC_API_KEY"}}

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"}]}'
Install via CLI
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill claude
Repository Details
star Stars 609
call_split Forks 86
navigation Branch main
article Path SKILL.md
More from Creator