@zed-io/wam-skills
v0.1.3
Published
Install Wam skills for Claude Code — payment integration, docs access, and more
Readme
@zed-io/wam-skills
Install Wam skills and tools for Claude Code — the AI coding assistant by Anthropic.
Quick Start
npx @zed-io/wam-skills add wam-payThis installs the /wam-pay skill and connects the Wam Docs MCP server. Restart Claude Code, then run /wam-pay to get started.
What You Get
/wam-pay Skill
An interactive payment integration assistant that:
- Asks about your project — framework, what you're selling, hosting, preferences
- Scans your codebase — detects framework, existing routes, env vars
- Plans the integration — shows exactly what files it will create
- Scaffolds everything — checkout endpoint, webhook handler, SDK setup, env vars
- Walks you through testing — staging keys, webhook verification
- Provides a go-live checklist — everything needed to switch to production
Supports Next.js, Express, Fastify, Python, PHP, and more.
Wam Docs MCP Server
Automatically configured when you install a skill. Gives your AI assistant real-time access to:
search_docs— Search all Wam documentation by keywordget_page— Read a specific docs pagelist_pages— Browse all available pagesget_sdk_reference— Full Payment SDK reference bundle
Works across Claude Code, Cursor, VS Code, and any MCP-compatible tool.
Commands
npx @zed-io/wam-skills add <skill> # Install a skill + MCP server
npx @zed-io/wam-skills remove <skill> # Remove a skill
npx @zed-io/wam-skills list # List available skills
npx @zed-io/wam-skills setup # Install all skills + MCP serverManual MCP Setup
If you're using Cursor or VS Code (not Claude Code), connect the MCP server manually:
{
"servers": {
"wam-docs": {
"type": "sse",
"url": "https://docs.wam.money/mcp"
}
}
}