← 返回 Skills 市场
1878
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install moneydevkit
功能描述
Accept payments on any website using moneydevkit. Use when building a site that sells something, adding a checkout/paywall, or integrating payments into a Ne...
安全使用建议
This skill appears to do what it says, but it requires a wallet seed phrase (MDK_MNEMONIC), which grants full control of funds — treat it like a private key. Before installing: (1) Verify the moneydevkit npm packages and the vendor (check the npm org, GitHub repo, and HTTPS docs) rather than trusting the skill metadata alone. (2) Prefer testing on signet/testnet and with disposable wallets. (3) If possible, avoid handing a raw mnemonic to third-party hosted services; use limited-scope API keys, hardware wallets, or a separate custody solution. (4) Store secrets in a secrets manager or platform env vars (never commit to git, never paste in chat). (5) If you must use a mnemonic, isolate it to a dedicated app and be prepared to rotate/rotate API keys and regenerate a new wallet if compromised. (6) Audit any @moneydevkit package code you install locally before running it.
功能分析
Type: OpenClaw Skill
Name: moneydevkit
Version: 0.2.0
The OpenClaw AgentSkills skill bundle for 'moneydevkit' is benign. It provides documentation and code snippets for integrating a payment system, requiring sensitive credentials like `MDK_MNEMONIC` (a wallet seed phrase) and `MDK_ACCESS_TOKEN`. However, the `SKILL.md` file explicitly warns users about the critical importance of securing these credentials, advising against logging them or committing them to git, and recommending environment variables or secrets managers. All commands and instructions, including those for the agent (e.g., `claude mcp`, `npx @moneydevkit/create`), are directly related to setting up and managing the moneydevkit service. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent designed to cause harm beyond the stated purpose.
能力评估
Purpose & Capability
The name/description describe adding payments and the SKILL.md only asks for an API key (MDK_ACCESS_TOKEN) and a wallet seed (MDK_MNEMONIC) plus npx for CLI flows — all of which align with a payments SDK that can control a Lightning wallet. Required binaries (npx) and documented endpoints (mcp.moneydevkit.com, docs.moneydevkit.com) are appropriate for the stated purpose.
Instruction Scope
Runtime instructions focus on creating credentials, setting environment variables, and integrating the provided packages into Next.js or Replit apps. The guide does not instruct reading unrelated system files or exfiltrating data; it explicitly warns not to commit or log the mnemonic. It does reference using an MCP server and the 'claude mcp' helper to obtain credentials, which is consistent with the workflow.
Install Mechanism
This is an instruction-only skill with no install spec or code files included, which is lower risk. The docs instruct using npm/npx to install @moneydevkit packages; that is a normal, expected mechanism. Recommended additional caution: verify the npm packages and their source before running installs.
Credentials
The two requested secrets (MDK_ACCESS_TOKEN and MDK_MNEMONIC) are directly relevant: the token is an app-scoped API key and the mnemonic is documented as the wallet seed controlling funds. That makes the request proportionate to a wallet-capable payments SDK but the mnemonic is a high-privilege secret (full control of the wallet), so its request materially increases risk and needs explicit handling (testnet, dedicated wallet, hardware/managed custody, secrets manager).
Persistence & Privilege
Flags are default: always=false and model invocation is allowed (normal). The skill does not request system-wide config changes, does not attempt to modify other skills, and has no install-time persistence specified.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moneydevkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/moneydevkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Fix manifest: declare required env vars (MDK_ACCESS_TOKEN, MDK_MNEMONIC), required bins (npx), optional bins (mcporter), and external endpoints. Add Security section with mnemonic handling guidance, source links, and endpoint disclosure.
v0.1.1
- Clarified the workflow for getting credentials using MCP, specifying separate unauthenticated and authenticated servers and when to use each.
- Updated MCP server URLs and instructions for account creation and management.
- Adjusted MCP tools section to reference the authenticated server URL.
- No changes to code or API; documentation and setup guidance improvements only.
v0.1.0
Initial release of moneydevkit.
- Add payments to any website or web app with a simple integration.
- Supports Next.js and Replit (Express + Vite) frameworks.
- Accepts Bitcoin Lightning payments—works globally without requiring a bank account.
- Flexible checkout types: fixed price, pay-what-you-want, products, and dynamic amounts.
- Tools for creating and managing products, customers, orders, and checkouts.
- Full documentation and quick-start guides included.
元数据
常见问题
moneydevkit 是什么?
Accept payments on any website using moneydevkit. Use when building a site that sells something, adding a checkout/paywall, or integrating payments into a Ne... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1878 次。
如何安装 moneydevkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moneydevkit」即可一键安装,无需额外配置。
moneydevkit 是免费的吗?
是的,moneydevkit 完全免费(开源免费),可自由下载、安装和使用。
moneydevkit 支持哪些平台?
moneydevkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 moneydevkit?
由 Satbot(@satbot-mdk)开发并维护,当前版本 v0.2.0。
推荐 Skills