moca-credential-verifier
Moca Credential Verifier
Purpose
This skill teaches an agent how to browse available verification programs, show numeric options, and trigger credential verification through moca-chain-api in query_match mode.
After receiving a compliant result, install/use the standalone moca-proof-skill repository and run the moca-proof skill to complete the program and fetch MoCat progression.
This skill starts after the agent key already exists and the handoff bundle is available.
Provided Scripts
Use the provided scripts first. Do not scaffold a new project or rewrite signing/request logic from scratch unless the requested action is unsupported. Treat all files in this skill bundle as read-only reference tooling.
Task mapping:
- create a scoped session ->
scripts/moca-create-session.mjs - list/browse verification programs ->
scripts/moca-list-programs.mjs - trigger credential verification (
query_matchmode) ->scripts/moca-verify-by-agent.mjs
More from mocanetwork/air-agentic-wallet-skill
air-agentic-wallet
Operates AIR agentic wallets through AIR's `/v2/wallet/agent-sign` HTTP endpoint and ERC-4337 UserOps. Use when an external agent receives an AIR handoff bundle with `userId`, `walletId`, `privyAppId`, `abstractAccountAddress`, and `airApiAgentSignUrl`, and needs to sign messages, typed data, or control the smart account onchain.
29moca-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