AIOT Network
name: AIOT Network
by d9m1n1c · published 2026-03-22
$ claw add gh:d9m1n1c/d9m1n1c-aiotnetwork---
name: AIOT Network
description: Meta-skill that indexes all AIOT platform skills and routes agent requests to the correct sub-skill.
version: 1.0.0
metadata:
openclaw:
requires:
env:
- AIOT_API_BASE_URL
primaryEnv: AIOT_API_BASE_URL
---
# 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:
1. **Account → KYC → Card**: User must sign up (account-auth), complete KYC (kyc-identity), then create cards (card-management).
2. **Account → Payments**: User must be authenticated (account-auth) before any payment operation (payments-banking).
3. **Account → Crypto**: User must be authenticated (account-auth) before depositing or withdrawing crypto (crypto-wallet).
4. **Account → Blockchain DID**: User must be authenticated (account-auth) before creating a DID or staking (blockchain-did).
5. **KYC → Wallet KYC → Card**: MasterPay KYC (kyc-identity) must be approved, then wallet KYC submitted, before card creation (card-management).
Agent Guidance
Installation
To install all AIOT platform skills at once, run:
bash scripts/install.shOr install individual skills:
clawhub install aiotnetwork-account-authclawhub install aiotnetwork-kyc-identityclawhub install aiotnetwork-card-managementclawhub install aiotnetwork-payments-bankingclawhub install aiotnetwork-crypto-walletclawhub install aiotnetwork-blockchain-didMore tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...