Money Dev Kit workflows for Lightning checkout and agent wallets.
Integrate Lightning payment workflows using Money Dev Kit. Use this skill when tasks involve setting up @moneydevkit/agent-wallet for autonomous agents, wiring @moneydevkit/nextjs or @moneydevkit/replit checkout flows, bootstrapping credentials via @moneydevkit/create, validating MDK environment variables, or applying hybrid architecture constraints (hosted API plus self-custodial node).
bash, curl, and Node.js 20+.Use this skill for implementation tasks, not high-level Lightning theory.
agent-wallet path for autonomous agents and CLI automation (no API account required).nextjs or replit checkout path for hosted checkout UI and product catalog workflows (requires credentials).scripts/check-mdk-prereqs.sh agent-wallet for wallet automation path.scripts/check-mdk-prereqs.sh checkout for API/checkout path.receive, send, and inspect payments with JSON responses./api/mdk, and verify paid status.# Agent wallet path (signet recommended for testing)
npx @moneydevkit/agent-wallet@latest init --network signet
npx @moneydevkit/agent-wallet@latest status
npx @moneydevkit/agent-wallet@latest balance
# Checkout path credential bootstrap
npx @moneydevkit/create@latest