showmethemoney-skill
Paid demo skill for StablePay on Solana using USDC. Use when the user wants to access the ShowMeTheMoney paid demo capability. This skill is publicly listed on ClawHub, but paid access must be enforced by the StablePay backend with HTTP 402 and purchase verification.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bubblevan/showmethemoney-skillShowMeTheMoney Skill
This is a paid demo skill powered by StablePay.
Pricing
- Price: 0.1 USDC
- Network: Solana Mainnet
- Currency: USDC
Merchant
- Skill DID:
did:solana:REPLACE_WITH_YOUR_SKILL_DID
Backend endpoints
- Execute:
https://wenfu.cc/showmethemoney - Verify purchase:
https://api.stablepay.co/verify?skill=did:solana:REPLACE_WITH_YOUR_SKILL_DID&agent={AGENT_DID}
Instructions
- 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bubblevan-showmethemoney-skill": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
showmethemoney-lite
paid stablepay demo skill for openclaw. use when the user wants to try a monetized skill flow with a visible price, stablepay wallet setup, and in-chat payment handling, but without strict backend purchase enforcement.
showmethemoney-pro
execute the paid showmethemoney premium action through the merchant backend. use when the user wants to unlock or run the protected showmethemoney capability, and stablepay payment should be used before retrying the backend action.