Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moneydevkit.com/llms.txt

Use this file to discover all available pages before exploring further.

Money Dev Kit agent skills teach coding agents how to add Lightning payments to your app. Use them to set up checkout, connect the MCP server, build L402 paid APIs, and work with the Money Dev Kit agent wallet.
Skills give your agent reusable Money Dev Kit implementation guidance. For live account and app operations, use the Money Dev Kit MCP server alongside these skills.

Install

Install the Money Dev Kit skills with the Skills CLI:
npx skills add moneydevkit/agent-skills
To install one skill from the collection:
npx skills add moneydevkit/agent-skills --skill mdk-nextjs-checkout
To list the available skills before installing:
npx skills add moneydevkit/agent-skills --list

Available skills

SkillUse it for
mdk-nextjs-checkoutAdd @moneydevkit/nextjs checkout to a Next.js App Router app
mdk-replit-checkoutAdd @moneydevkit/replit checkout to a Replit Vite + React + Express app
mdk-l402-apiProtect API routes with L402 pay-per-call payments
mdk-mcpInstall or choose the Money Dev Kit MCP endpoint
mdk-agent-walletUse @moneydevkit/agent-wallet for agent Lightning payments

Example prompts

Use $mdk-nextjs-checkout to add Money Dev Kit checkout to this Next.js App Router app. Use MCP to create or connect the Money Dev Kit app if available.

Update

Refresh installed skills with:
npx skills update
Each Money Dev Kit skill includes a version, review date, and canonical docs link. If your agent is unsure about an API or package behavior, tell it to compare the skill with the latest docs index at llms.txt.