solana-clawd-agentic-commerce
Installation
SKILL.md
Solana CLAWD Agentic Commerce
Use this skill when an agent needs to pay for APIs, publish a paid service, mint/register on Metaplex, launch an agent token, or prove its on-chain identity.
Runtime Order
- Start in Pay sandbox mode unless the user explicitly requests mainnet spending.
- Load the spend policy from
openclawd-framework/src/commerce/pay-policy.ts. - Plan every paid call before execution: provider, endpoint, estimated USD, expected calls, and why it matches.
- Refuse calls that exceed policy, hit denied URL patterns, or target non-allowlisted endpoints.
- For Metaplex, mint or read the agent identity before token launch.
- Use devnet and
setToken: falseuntil final launch. - Only use
setToken: truewhen the user explicitly acknowledges the permanent one-token-per-agent binding.