@openbcp/skills
v0.1.0
Published
Install the openbcp agent skill so your AI coding agent can integrate openbcp USDT (BEP20) payments.
Downloads
78
Maintainers
Readme
@openbcp/skills
Install the openbcp agent skill into your project so your AI coding agent (Claude Code, Cursor, Windsurf, Copilot, …) can integrate openbcp USDT (BEP20) payments for you.
npx @openbcp/skillsYou'll be asked which format(s) to install:
- Claude →
.claude/skills/openbcp/(aSKILL.mdplus reference docs and copy-paste templates for Express / Flask / Next.js). - Universal →
AGENTS.md(read by most agents — Cursor, Windsurf, Copilot, Codex).
Flags for non-interactive use:
npx @openbcp/skills --all # both (default when non-interactive)
npx @openbcp/skills --claude # Claude skill only
npx @openbcp/skills --agents # AGENTS.md only
npx @openbcp/skills --dir ./app # target directory (default: current)It's idempotent (safe to re-run — it updates the openbcp block in AGENTS.md in place)
and it never writes secrets.
After installing
- Set
OPENBCP_API_KEY(from the openbcp dashboard → Integration). - Ask your agent, e.g. "add openbcp USDT checkout to my Express app".
- Optional: add the openbcp MCP server so the agent can create test payments live.
