[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93076":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},93076,"moneyclaw","Matchameleon\u002Fmoneyclaw","Matchameleon","openclaw agents for prepaid wallet, virtual card, OTP inbox, public docs, and skill","https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002F",null,"JavaScript",134,1031,51,0,102,59.04,"MIT License",false,"main",true,[23,24,5,25,26],"agent","card-agent","otp-agent","wallet-agent","2026-07-22 04:02:08","\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fassets\u002Fcrab.png\" alt=\"MoneyClaw mascot\" width=\"220\" \u002F>\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">MoneyClaw\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  \u003Cstrong>Intent-based payments for OpenClaw agents.\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  Prepaid wallet. Payment tasks. One hidden execution card. Account inbox.\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fmoneyclaw.ai\">Website\u003C\u002Fa>\n  ·\n  \u003Ca href=\"https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002F\">Docs Site\u003C\u002Fa>\n  ·\n  \u003Ca href=\"https:\u002F\u002Fmoneyclaw.ai\u002Fopenclaw\">OpenClaw Quickstart\u003C\u002Fa>\n  ·\n  \u003Ca href=\"https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002Fgetting-started\">Docs\u003C\u002Fa>\n  ·\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Felvismusli\u002Fmoneyclaw\u002Fblob\u002Fmain\u002Fmoneyclaw-skill\u002FSKILL.md\">Skill\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg alt=\"License: MIT\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-f36f3a.svg\">\n  \u003Cimg alt=\"Status\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fstatus-public%20docs%20%2B%20skill-111111.svg\">\n  \u003Cimg alt=\"OpenClaw\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fbuilt%20for-OpenClaw-ef6a3b.svg\">\n\u003C\u002Fp>\n\n## What This Repo Is\n\nThis is the public MoneyClaw repository.\n\nIt is the place for:\n\n- public product docs\n- the MoneyClaw OpenClaw skill\n- examples and starter prompts\n- high-level architecture and safety model\n\nIt is not the full internal product monorepo.\n\nInternal infrastructure, production runbooks, incidents, security hardening notes, deployment details, and provider-specific operational playbooks are intentionally not published here.\n\n## What MoneyClaw Does\n\nMoneyClaw gives OpenClaw agents a prepaid wallet and an auditable payment-execution layer for online purchases and recurring subscriptions.\n\nWith MoneyClaw, an agent can:\n\n- check wallet and inbox readiness\n- create payment tasks\n- start recurring payment setups\n- prepare or reuse one hidden execution card under the account when execution needs it\n- complete browser checkout\n- inspect account inbox messages when needed\n- verify the final transaction result\n\nExecution note:\n\n- cards are internal execution artifacts, not the main public product object\n- public integrations should lead with wallet, payment tasks, subscriptions, inbox, and merchant flows\n\nSecondary workflows include:\n\n- hosted invoices\n- merchant checkout links\n- merchant and acquiring flows when explicitly requested\n\n## Quick Start\n\nInstall the skill:\n\n```bash\nclawhub install moneyclaw\n```\n\nThen:\n\n1. Create a MoneyClaw API key.\n2. Store it in OpenClaw as `MONEYCLAW_API_KEY`.\n3. Start a fresh OpenClaw session.\n4. Ask the agent to inspect the account before its first purchase.\n\nStarter prompt:\n\n```text\nCheck my MoneyClaw account and tell me if the wallet, inbox, and payment tasks are ready.\n```\n\n## Safety Model\n\nMoneyClaw is built around bounded, inspectable agent payments.\n\n- prepaid balances keep risk capped\n- payment tasks and subscriptions hold approval and audit state\n- one hidden execution card stays under the account and is reused across payment tasks and subscriptions\n- receipts and account messages stay visible in a dedicated inbox\n- the user can keep dashboard approval on or deliberately enable account-level agent auto-approval\n\nImportant boundary:\n\nMoneyClaw is for user-authorized payments. It is not designed to bypass issuer, merchant, fraud, KYC, sanctions, geography, or verification controls.\n\nRead the full model in [docs\u002Fsecurity-model.md](https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002Fsecurity-model).\n\n## Reading Order\n\nStart here:\n\n1. [docs\u002Fgetting-started.md](https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002Fgetting-started)\n2. [docs\u002Fopenclaw-quickstart.md](https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002Fopenclaw-quickstart)\n3. [docs\u002Fapi-overview.md](https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002Fapi-overview)\n4. [moneyclaw-skill\u002FSKILL.md](https:\u002F\u002Fgithub.com\u002Felvismusli\u002Fmoneyclaw\u002Fblob\u002Fmain\u002Fmoneyclaw-skill\u002FSKILL.md)\n\n## Repo Map\n\n```text\nassets\u002F            branding and repo visuals\ndocs\u002F              public documentation\nexamples\u002F          prompts and curl examples\nmoneyclaw-skill\u002F   public OpenClaw skill files\n```\n\n## Scope Of This Public Repo\n\nPublished here:\n\n- what MoneyClaw is\n- how to use it\n- how the public skill is structured\n- how the public API is meant to be understood\n- how the safety and trust model works\n\nNot published here:\n\n- production IPs and infra\n- internal incidents and postmortems\n- operational security notes\n- private merchant-specific tactics\n- internal team process and private agent instructions\n\n## Local development\n\n```bash\npnpm install\ncp .env.example .env\ndocker compose up -d\nexport REDIS_URL=redis:\u002F\u002Flocalhost:6379\n```\n\n```javascript\nimport { getOrSetJson, buildCacheKey } from \"moneyclaw-public\u002Fredis\u002Fcache\";\n\nconst task = await getOrSetJson(\n  buildCacheKey(\"payment-task\", [\"task-123\"]),\n  300,\n  async () => fetchFromApi(),\n);\n```\n\nHelpers in `src\u002Fredis\u002F` support caching, webhook dedup, and distributed locks for local tooling. When `REDIS_URL` is unset, they fail open.\n\nThe public OpenClaw skill talks to the MoneyClaw API directly — Redis is optional for skill authors.\n\n## Support\n\n- Product site: [moneyclaw.ai](https:\u002F\u002Fmoneyclaw.ai)\n- Docs hub: [elvismusli.github.io\u002Fmoneyclaw](https:\u002F\u002Felvismusli.github.io\u002Fmoneyclaw\u002F)\n- Security contact: [SECURITY.md](.\u002FSECURITY.md)\n\n## License\n\nCode and docs in this repository are available under the [MIT License](.\u002FLICENSE), unless noted otherwise.\n","MoneyClaw 是一个为 OpenClaw 智能体提供受控支付能力的开源框架，支持预付费钱包、一次性虚拟卡、OTP 验证收件箱、支付任务管理及订阅流程自动化。其核心特点是基于意图的支付执行、余额预充值风控机制、可审计的支付任务状态、复用式隐藏执行卡设计，以及与 OpenClaw 生态深度集成的技能（Skill）架构。适用于需要安全、可追溯、无需人工介入的自动化线上支付场景，如智能体代购、SaaS 订阅管理、测试环境支付模拟等。",2,"2026-07-11 02:30:51","CREATED_QUERY"]