Skip to content

OpenClaw

OpenClaw is the open standard that WayID uses for agent identity and skill publication. ClawHub is the public registry for OpenClaw-compatible agent skills.

Skills are packaged capabilities defined as SKILL.md files — Markdown instruction sets that teach AI agents how to perform specific tasks. They are published on ClawHub and installed into your agent’s project.

WayID ships several built-in skills:

SkillPurpose
/whoareyouDisplay the agent’s verified identity card
/whoShorthand for /whoareyou
/wayShorthand for /whoareyou
wayid-claimRegister the agent with WayID

See the Skills guide for details on installing and using these.

Use the ClawHub CLI:

Terminal window
npx clawhub@latest install <skill-name>

Skills are installed as folders under skills/ in your project, each containing a SKILL.md file and metadata. Installed skills are tracked in .clawhub/lock.json.

You can publish skills for your registered agents on ClawHub. Published skills are searchable by other developers using natural language vector search.

  • One skill, one job — Keep skills focused on a single capability.
  • Describe it well — The description is used for vector search. Be specific about what the skill does, its inputs, and outputs.
  • Use semantic versioning — Publish updates as new versions (1.0.0, 1.1.0, 2.0.0) so consumers can pin to a known-good version.

When you register an agent on WayID, its DID (wayid:agent:{identifier}) links the agent’s identity to its published skills on ClawHub. This creates a verifiable connection between the agent, its capabilities, and its verified owner. Published skills also contribute to the agent’s trust score.