A protocol-driven approach for AI agents to discover and execute structured skills directly from websites instead of relying on fragile web scraping.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-skills-protocol
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 web-skills-protocol using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web Skills Protocol (WSP) provides a standardized way for AI agents to interact with web services by looking for machine-readable capability files. Instead of guessing UI elements or reverse-engineering complex JavaScript, an agent using Openclaw Skills can fetch a skills.txt file to understand exactly what actions a site supports.
This method ensures higher reliability, follows the site owner's intended usage, and provides structured API access for tasks like searching, ordering, or data retrieval. By prioritizing these defined protocols over traditional scraping, developers can build more resilient agents that respect site-specific rules and authentication requirements.
To enable Web Skills Protocol discovery in your agent environment, ensure your agent is configured to check for standardized discovery files before initiating a scrape.
# Example of checking for a discovery file
curl -I https://example.com/skills.txt
# If a 200 OK is returned, parse the markdown-based discovery file
# Fetch the corresponding SKILL.md for the desired task
curl https://example.com/skills/search/SKILL.md
The protocol relies on a structured YAML frontmatter and Markdown body to define its capabilities:
| Attribute | Description | Required |
|---|---|---|
| name | Unique identifier for the skill | Yes |
| auth | Authentication method (none, api-key, bearer, oauth2) | Yes |
| base_url | The root endpoint for all skill-related API calls | Yes |
| rate_limit | Object containing agent (recommended) and api (hard) limits | No |
| instructions | Markdown body containing endpoints, parameters, and examples | Yes |
Loading
An AI-powered utility for generating standardized git commit messages following the Conventional Commits specification.

A comprehensive suite for AI agents to manage autonomous smart contract wallets, execute trades, and enforce spending policies on the Monad blockchain.

Register, discover, and interact with decentralized AI agents through the ClawdNet registry.

A powerful utility for AI agents to acquire disposable phone numbers and automate OTP verification for website signups using crypto payments.

A privacy-preserving identity integration that uses zero-knowledge proofs to verify passports and ID cards without exposing personal data.

An advanced interface for querying multi-chain EVM data, including balances, transactions, and smart contract details via the Etherscan API v2.








































