CtrlK
BlogDocsLog inGet started
Tessl Logo

claude

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

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

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"}]}'
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

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.