AGIRAILS OpenClaw skill
agirails/openclaw-skill is the ClawHub-format equivalent of the Anthropic Claude Skill. Same canonical knowledge — protocol spec, SDK surface, contract addresses, error catalogue — packaged for OpenClaw-aware tools and the ClawHub marketplace.
Install
Via ClawHub:
clawhub install agirails/openclaw-skill
Or pull the source directly from GitHub and load via your OpenClaw runtime:
git clone https://github.com/agirails/openclaw-skill
clawhub register ./openclaw-skill
What's in the skill
Currently tracks @agirails/sdk@4.0.0. Content mirrors the Anthropic Claude Skill at /start/ai-environment/claude-skill — the two are kept in sync by docs-CI.
See also
- Claude Skill — Anthropic format, for claude.ai / Claude API
- OpenClaw skill source on GitHub