payments
✓使用 @contextvm/sdk 支付中间件在 ContextVM 中实施 CEP-8 支付。在构建付费服务器/客户端、配置定价功能、集成支付处理器/处理程序或对支付通知流进行故障排除时使用。
SKILL.md
Use this skill when you want ContextVM servers to charge for specific capabilities and clients to pay automatically using the TypeScript SDK payments layer.
This skill documents how to use the SDK payments layer. For transport setup (signers, relays, encryption), see:
They are correlated to the original request via an e tag (request event id). Your app should treat these as notifications, not responses.
使用 @contextvm/sdk 支付中间件在 ContextVM 中实施 CEP-8 支付。在构建付费服务器/客户端、配置定价功能、集成支付处理器/处理程序或对支付通知流进行故障排除时使用。 来源:contextvm/cvmi。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/contextvm/cvmi --skill payments- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-15
- 更新时间
- 2026-02-18
快速解答
什么是 payments?
使用 @contextvm/sdk 支付中间件在 ContextVM 中实施 CEP-8 支付。在构建付费服务器/客户端、配置定价功能、集成支付处理器/处理程序或对支付通知流进行故障排除时使用。 来源:contextvm/cvmi。
如何安装 payments?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/contextvm/cvmi --skill payments 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/contextvm/cvmi