A standardized framework for building, validating, and sharing portable instructions and capabilities across diverse AI agent platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentskills-io
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentskills-io using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Skills (agentskills-io) provides a universal specification for defining AI agent capabilities through a structured markdown and metadata approach. By following this open standard, developers can create skills that work seamlessly across Claude Code, Cursor, GitHub Copilot, and other LLM-powered environments. This framework allows for high-quality discovery by agents and ensures that instructions remain modular and maintainable.
Integrating your custom tools with Openclaw Skills using this specification allows for a platform-agnostic developer experience. The standard emphasizes strict token budgets and imperative language, ensuring that agents can quickly parse and execute the necessary logic without exhausting context windows or introducing ambiguity.
To get started with validating and managing your skills, install the official toolkit using uv:
# Install the validation tool
uv tool install git+https://github.com/agentskills/agentskills#subdirectory=skills-ref
# Create a new skill
mkdir my-skill && touch my-skill/SKILL.md
# Run a validation check
skills-ref validate ./my-skill
The skill standard follows a strict directory and file structure to ensure portability:
| Path | Requirement | Description |
|---|---|---|
SKILL.md |
Required | Contains frontmatter and core instructions (limit 5000 tokens) |
scripts/ |
Optional | Contains executable code or automation logic |
references/ |
Optional | Detailed documentation that exceeds the SKILL.md token budget |
assets/ |
Optional | Static files, templates, or non-executable resources |
The YAML frontmatter must include a name (lowercase alphanumeric-hyphens) and a description (under 1024 characters).
Loading
A dialectical AI reviewer that validates implementation completeness against requirements through rigorous adversarial logic.

An advanced AI-driven assistant designed for technical support, database administration, and automated RDF Views generation for OpenLink Virtuoso Servers.

The Wikidata Query Skill empowers AI agents to translate plain English questions into complex SPARQL queries to extract structured data from Wikidata.

A powerful integration that transforms natural language questions into complex SPARQL queries to extract and visualize structured data from DBpedia.

A production-ready framework for deploying stateful, multi-agent LangGraph systems on AWS Bedrock AgentCore infrastructure.

A specialized skill for generating type-safe BAML code to handle structured LLM outputs, classification, and RAG workflows with 95% compilation success.








































