Skill Ecosystem
The AIOT ecosystem extends beyond this repo. Sibling repositories ship their own skills for scanning on-chain activity, operating the AIOT payment backend, and running the merchant analytics dashboard. This page lists every registered external skill.
Registry
The table below is rendered from apps/docs/data/external-skills.json. To add a new skill to this list, submit a PR that appends to that file.
| Skill | Repo | Description | Status |
|---|---|---|---|
x402-scanner | aiot-network/aiot-x402-scanner skills/x402-scanner | Scan BSC for x402 activity and index merchant endpoints. | planned |
x402-payment-backend | aiot-network/aiot-payment-backend skills/x402-payment-backend | Operate the AIOT payment backend facilitator. | planned |
x402-merchant-dashboard | aiot-network/aiot-merchant-dashboard skills/x402-merchant-dashboard | Operate the AIOT merchant analytics dashboard. | planned |
Skills with status planned are not yet shipping. Their entry
is listed here so integrators can see what’s coming next and subscribe to
the upstream repo for release notifications. Do not try to install a
planned skill — it will 404.
Submitting a new skill
To add a skill from your own AIOT-ecosystem repo to this list:
-
Make sure your skill is published at
<repo>/<subdir>/skill.md+skill.jsonwith a validversionfield. -
Fork this repo (
aiot-network/aiot-x402-sdk). -
Append an entry to
apps/docs/data/external-skills.json:{ "name": "your-skill", "repo": "your-org/your-repo", "subdir": "skills/your-skill", "description": "One-line description of what the skill does.", "status": "beta" } -
Open a PR. Include a link to your repo and a short description of the skill’s use case in the PR body.
The docs validator (run on every PR) will verify the URL resolves and that the entry has all required fields before the PR can merge.
Skill status conventions
| Status | Meaning |
|---|---|
stable | Production-ready, semver-stable, actively maintained |
beta | Works, but API may change |
planned | Announced but not yet shipped — do not install |
deprecated | Still installable, but no longer recommended |
Related
- Installing skills
- x402-pay — first-party executable skill
- x402-merchant — first-party reference skill