.md
extension, which is the form an agent should fetch:
The skills
Loading a skill
name, description — so a harness that indexes skills
by description can pick the right one from the task alone.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Skill files an AI agent can fetch and follow — one per StateSet system — with the URL convention, what each covers, and how to load them into an agent harness.
.md
extension, which is the form an agent should fetch:
https://docs.stateset.com/<page>.md
| Skill | Fetch | Covers |
|---|---|---|
| iCommerce Engine | /stateset-icommerce-skill.md | The embedded commerce engine, its CLI, sequencer sync, and the 938-tool MCP surface |
| NSR | /stateset-nsr-skill.md | Verified decisions with proofs; teaching rules; verifying and reporting outcomes |
| Sandbox | /stateset-sandbox-skill.md | Isolated execution: create, run, read files, tear down |
| Voice | /stateset-voice-skill.md | Voice agents, number routing, calls, transcripts, latency, the MCP server |
| Computer Use | /computer-use-skill.md | Preview, trigger, wait for and read the result of a computer-use job |
| Sync Server | /stateset-sync-server-skill.md | Tenant-scoped order and inventory sync across 180+ integrations, by REST, CLI or MCP |
| iCommerce skills catalogue | — | The skills the iCommerce agent itself ships with, and how to add one |
# skills live in ~/.claude/skills/<name>/SKILL.md
mkdir -p ~/.claude/skills/stateset-nsr
curl -sL https://docs.stateset.com/stateset-nsr-skill.md -o ~/.claude/skills/stateset-nsr/SKILL.md
# fetch at run time and put the text in the system prompt or a tool result
curl -sL https://docs.stateset.com/stateset-nsr-skill.md
name, description — so a harness that indexes skills
by description can pick the right one from the task alone.