Claude 🧠

SkillAI & models

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Claude 🧠 skill

What this skill tells your AI

The instructions your AI receives, as published by sundial-org/awesome-openclaw-skills in skills/claude/SKILL.md and read by ahel’s review.

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"}]}'

Signals

GitHub stars
661
Forks
97
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
claude-sundial-org
Source
github.com/sundial-org/awesome-openclaw-skills