air-agentic-wallet
AIR Agentic Wallet
Purpose
This skill teaches an external agent how to authenticate to AIR with a fresh signedMessage, request wallet signatures from POST /v2/wallet/agent-sign, and control the user's AIR smart account onchain for common wallet, token, and NFT actions.
This skill starts after the agent key already exists.
Provided scripts
Use the provided scripts first. Do not scaffold a new project or rewrite AIR signing logic from scratch unless the requested action is unsupported. Treat all files in this skill bundle as read-only reference tooling.
Default Execution Policy
Regardless of model capability, prioritize the provided scripts first and only write custom code when the requested action is unsupported.
Task mapping:
More from mocanetwork/air-agentic-wallet-skill
moca-credential-verifier
Verifies user credentials on Moca chain testnet via AIR agent sessions. Use when a user wants to verify a credential, list available verification programs, or check credential compliance.
16moca-proof
Completes verified credential programs and fetches MoCat progression status on Moca chain. Use after credential verification succeeds via the moca-credential-verifier skill.
11