← 返回
未分类 中文

AIOT Network

Meta-skill that indexes all AIOT platform skills and routes agent requests to the correct sub-skill.
元技能,对AIOT平台所有技能建立索引,并将智能体请求路由至对应的子技能。
d9m1n1c d9m1n1c 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 476
下载
💾 0
安装
1
版本
#latest

概述

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

SkillInstall SlugUse Cases
-------------------------------
Account & Authenticationaiotnetwork-account-authsign up, log in, manage sessions, reset their password, or link a Web3 wallet
KYC & Identityaiotnetwork-kyc-identitycomplete identity verification, upload KYC documents, or check verification status
Card Managementaiotnetwork-card-managementcreate virtual cards, view card details, or manage card lifecycle (lock, unlock, cancel)
Payments & Bankingaiotnetwork-payments-bankingtop up a wallet, send money, make international remittances, or convert currencies
Crypto Walletaiotnetwork-crypto-walletdeposit cryptocurrency into their wallet or withdraw to an external address
Blockchain & DIDaiotnetwork-blockchain-didset 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

  • 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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 06:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Payments & Banking

d9m1n1c
充值钱包、转账、汇款及货币兑换。支持多种支付方式充值和国际汇款。
★ 0 📥 868
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 883 📥 358,975
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,192 📥 962,559