skills.md — the agent-readable skill
A single fetchable document that teaches any agent the whole flow: discover, call, pay, and authenticate.
What it is
/skills.md is a plain-Markdown “skill” you can drop straight into an agent's context (a system/skill file) or point an autonomous agent at. It documents identifiers, discovery, free/paid/protected calls, x402 payment facts, and error handling — all with copy-paste examples.
Fetch it
curl https://docs.0xbs.org/skills.mdUse it in an agent
- Claude / ChatGPT system prompt: paste the contents as a skill/reference section.
- Autonomous agents: give the agent a fetch tool and the URL — it can read the skill at runtime, then discover and call devices.
- Retrieval / RAG: index it so the assistant can cite exact request shapes.
The file is served both from the main app at/skills.mdand kept in sync with the repo rootskills.md.