# Agent Economy Skill

> Gives the agent a wallet (Coinbase/0xGasless) and identity (ERC-8004) to perform financial transactions. Use when this capability is needed.

- Skill: `tomevault-io/agent-economy-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agent-economy-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agent-economy-skill/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agent-economy-skill

---


# Agent Economy Skill (MoltPay)

This skill allows you to manage your identity, reputation, and finances on-chain using MoltPay.

## Tools

### 1. Register Identity
If the user asks you to "register yourself", "get verified", or "join the blockchain":
Run: `moltpay register`
This will interactively register your identity on the ERC-8004 registry.

### 2. Send Payments
If the user asks you to "pay", "send money", or "transfer crypto":
Run: `moltpay pay <amount> <token> <recipient>`

**Examples:**
- "Pay 10 USDC to bob.eth" -> `moltpay pay 10 USDC bob.eth`
- "Send 0.01 ETH to 0x123..." -> `moltpay pay 0.01 ETH 0x123...`

### 3. Social Verification (MoltBook)
If the user asks about "MoltBook", "social verification", or "claiming profile":
Run: `moltpay verify`
This will check your status and help you generate the proof tweet.

## Notes
- Ensure you have run `moltpay init` once to set up your wallet.
- Always confirm the amount and recipient with the user before running the `pay` command.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/0xgasless) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

