← Back to Skills Marketplace
satbot-mdk

moneydevkit

by Satbot · GitHub ↗ · v0.2.0
cross-platform ✓ Security Clean
1878
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install moneydevkit
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moneydevkit
  3. After installation, invoke the skill by name or use /moneydevkit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug moneydevkit
Version 0.2.0
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1878 downloads so far.

How do I install moneydevkit?

Run "/install moneydevkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is moneydevkit free?

Yes, moneydevkit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does moneydevkit support?

moneydevkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created moneydevkit?

It is built and maintained by Satbot (@satbot-mdk); the current version is v0.2.0.

💬 Comments