skills$openclaw/claude
0xterrybit5.8k

by 0xterrybit

claude – OpenClaw Skill

claude is an OpenClaw Skills integration for coding workflows. Anthropic Claude integration. Chat with Claude models via Anthropic API.

5.8k stars933 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameclaude
descriptionAnthropic Claude integration. Chat with Claude models via Anthropic API. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/claude
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/claude
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains claude in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
446 B
SKILL.md
866 B
SKILL.md

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

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install claude?

Run openclaw add @0xterrybit/claude in your terminal. This installs claude into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/claude. Review commits and README documentation before installing.