← Back to Skills Marketplace
88
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install showmethemoney-skill
Description
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...
Usage Guidance
This skill is suspicious because it directs the agent to contact a third-party domain (wenfu.cc) for the paid Execute action while claiming StablePay enforcement. Before installing: 1) Ask the publisher to explain why the Execute endpoint uses wenfu.cc and supply a verified publisher/homepage. 2) Request exact request/response schemas (what fields are sent, headers used, and whether conversation/context or PII is included). 3) Require that the merchant DID be provided (not left as a placeholder) and that verification use only api.stablepay.co (or an explicitly documented StablePay integration). 4) If you consider installing, prefer allowing only user-invoked runs (disable autonomous invocation) and/or review network calls through a proxy so you can inspect outbound payloads. If you cannot get these clarifications and assurances, do not install or enable automatic invocation.
Capability Analysis
Type: OpenClaw Skill
Name: showmethemoney-skill
Version: 1.0.0
The skill implements a legitimate-looking payment-gated demo flow using the StablePay service on the Solana network. It instructs the agent to handle HTTP 402 (Payment Required) responses and verify transactions via the StablePay API (api.stablepay.co) and a backend execution endpoint (wenfu.cc). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The description says this is a StablePay/ Solana paid demo, but the Execute endpoint is hosted on an unrelated domain (https://wenfu.cc/showmethemoney) while the verify URL points to api.stablepay.co. The skill also contains a placeholder merchant DID (did:solana:REPLACE_WITH_YOUR_SKILL_DID), indicating incomplete configuration. It's unclear why an unrelated domain is used to perform the paid operation instead of StablePay's domain.
Instruction Scope
Runtime instructions tell the agent to 'call the Execute endpoint' but do not specify request payloads, headers, or what context to include. That vagueness gives the agent broad discretion and could result in sending sensitive user or agent data to the external endpoint. The instructions rely on 'let the StablePay plugin handle the payment flow' but do not declare how that plugin is available or authenticated.
Install Mechanism
Instruction-only skill with no install spec, no code files, and no binaries. No files will be written to disk by an install step, which minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate at first glance. However, the verify URL expects an {AGENT_DID} placeholder (not declared), and the merchant DID must be replaced. The lack of declared required credentials or explicit data handling makes it unclear what platform-provided identifiers or secrets the skill will use or expose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modifications to other skills. Autonomous invocation is allowed (platform default) but that alone is not a red flag; combined with the other concerns it means the skill could autonomously send data to the third-party endpoint.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install showmethemoney-skill - After installation, invoke the skill by name or use
/showmethemoney-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install showmethemoney skill?
Run "/install showmethemoney-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is showmethemoney skill free?
Yes, showmethemoney skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does showmethemoney skill support?
showmethemoney skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created showmethemoney skill?
It is built and maintained by Bubblevan (@bubblevan); the current version is v1.0.0.
More Skills