AIOT Payment x402 is in public beta. Install the skill for your AI agent.

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.

SkillRepoDescriptionStatus
x402-scanneraiot-network/aiot-x402-scanner
skills/x402-scanner
Scan BSC for x402 activity and index merchant endpoints.planned
x402-payment-backendaiot-network/aiot-payment-backend
skills/x402-payment-backend
Operate the AIOT payment backend facilitator.planned
x402-merchant-dashboardaiot-network/aiot-merchant-dashboard
skills/x402-merchant-dashboard
Operate the AIOT merchant analytics dashboard.planned
Note

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:

  1. Make sure your skill is published at <repo>/<subdir>/skill.md + skill.json with a valid version field.

  2. Fork this repo (aiot-network/aiot-x402-sdk).

  3. 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"
    }
  4. 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

StatusMeaning
stableProduction-ready, semver-stable, actively maintained
betaWorks, but API may change
plannedAnnounced but not yet shipped — do not install
deprecatedStill installable, but no longer recommended