ShowMeTheMoney Skill
This is a paid demo skill powered by StablePay.
Pricing
- - Price: 0.1 USDC
- Network: Solana Mainnet
- Currency: USDC
Merchant
Backend endpoints
- - Execute: INLINECODE1
- Verify purchase: INLINECODE2
Instructions
- 1. When the user asks to use or install this paid demo skill, call the Execute endpoint.
- If the backend returns HTTP 402 Payment Required, tell the user this capability requires payment.
- Let the StablePay plugin handle the payment flow.
- After payment succeeds, retry the same Execute request.
- Return the backend result to the user.
- Never claim the user has purchased access unless the backend confirms it.
- Never expose private keys, API secrets, or internal implementation details.
Notes
- - This skill is public on ClawHub for discovery and installation.
- Actual paid access is enforced by the backend, not by hiding this file.
- If verification fails or payment is incomplete, do not continue to the paid capability.
ShowMeTheMoney 技能
这是一个由StablePay支持的付费演示技能。
定价
- - 价格:0.1 USDC
- 网络:Solana主网
- 货币:USDC
商户
- - 技能DID:did:solana:REPLACEWITHYOURSKILLDID
后端端点
- - 执行:https://wenfu.cc/showmethemoney
- 验证购买:https://api.stablepay.co/verify?skill=did:solana:REPLACEWITHYOURSKILLDID&agent={AGENT_DID}
操作说明
- 1. 当用户要求使用或安装此付费演示技能时,调用执行端点。
- 如果后端返回HTTP 402 Payment Required,告知用户此功能需要付费。
- 让StablePay插件处理支付流程。
- 支付成功后,重试相同的执行请求。
- 将后端结果返回给用户。
- 除非后端确认,否则切勿声称用户已获得访问权限。
- 切勿泄露私钥、API密钥或内部实现细节。
注意事项
- - 此技能在ClawHub上公开,可供发现和安装。
- 实际的付费访问由后端强制执行,而非通过隐藏此文件实现。
- 如果验证失败或支付未完成,请勿继续提供付费功能。