/install aiotnetwork
AIOT Network
This is the routing index for the AIOT platform. Use it to determine which sub-skill handles a given user request, then delegate to that skill.
Configuration
The default API base URL is https://payment-api-dev.aiotnetwork.io. All sub-skills use this as the base for API requests.
To override (e.g. for local development):
export AIOT_API_BASE_URL="http://localhost:8080"
If AIOT_API_BASE_URL is not set, use https://payment-api-dev.aiotnetwork.io as the base for all requests.
Skill Index
| Skill | Install Slug | Use Cases |
|---|---|---|
| Account & Authentication | aiotnetwork-account-auth |
sign up, log in, manage sessions, reset their password, or link a Web3 wallet |
| KYC & Identity | aiotnetwork-kyc-identity |
complete identity verification, upload KYC documents, or check verification status |
| Card Management | aiotnetwork-card-management |
create virtual cards, view card details, or manage card lifecycle (lock, unlock, cancel) |
| Payments & Banking | aiotnetwork-payments-banking |
top up a wallet, send money, make international remittances, or convert currencies |
| Crypto Wallet | aiotnetwork-crypto-wallet |
deposit cryptocurrency into their wallet or withdraw to an external address |
| Blockchain & DID | aiotnetwork-blockchain-did |
set up a decentralized identity, complete on-chain KYC, or manage membership tiers |
Cross-Skill Dependencies
Some operations span multiple skills. Follow these dependency chains in order:
- Account → KYC → Card: User must sign up (account-auth), complete KYC (kyc-identity), then create cards (card-management).
- Account → Payments: User must be authenticated (account-auth) before any payment operation (payments-banking).
- Account → Crypto: User must be authenticated (account-auth) before depositing or withdrawing crypto (crypto-wallet).
- Account → Blockchain DID: User must be authenticated (account-auth) before creating a DID or staking (blockchain-did).
- KYC → Wallet KYC → Card: MasterPay KYC (kyc-identity) must be approved, then wallet KYC submitted, before card creation (card-management).
Agent Guidance
- When a user request matches a single skill, delegate directly to that skill.
- When a request spans multiple skills, follow the dependency chains above and execute skills in order.
- If the user has not completed a prerequisite (e.g., no account, KYC not approved), guide them through the prerequisite skill first.
- Each sub-skill contains its own detailed tool definitions, flows, rules, and guidance — always refer to the sub-skill for implementation details.
Installation
To install all AIOT platform skills at once, run:
bash scripts/install.sh
Or install individual skills:
clawhub install aiotnetwork-account-auth
clawhub install aiotnetwork-kyc-identity
clawhub install aiotnetwork-card-management
clawhub install aiotnetwork-payments-banking
clawhub install aiotnetwork-crypto-wallet
clawhub install aiotnetwork-blockchain-did
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aiotnetwork - 安装完成后,直接呼叫该 Skill 的名称或使用
/aiotnetwork触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AIOT Network 是什么?
Meta-skill that indexes all AIOT platform skills and routes agent requests to the correct sub-skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 AIOT Network?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiotnetwork」即可一键安装,无需额外配置。
AIOT Network 是免费的吗?
是的,AIOT Network 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIOT Network 支持哪些平台?
AIOT Network 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIOT Network?
由 D9m1n1c(@d9m1n1c)开发并维护,当前版本 v1.0.1。