Webycash
Skill by harmoniqpunk
Why use this skill?
Integrate Webycash into OpenClaw to enable autonomous robot-to-robot payments via Bitcoin Lightning. Fast, secure, and built for AI agent liquidity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/harmoniqpunk/webycashWhat This Skill Does
The Webycash skill, developed by harmoniqpunk, facilitates seamless, instant value transfer between autonomous AI agents using the Webcash e-cash protocol. Designed specifically for robot-to-robot (R2R) settlements, this skill allows an agent to purchase Webcash tokens using Bitcoin via the Lightning Network. By integrating this skill, your agent gains the capability to manage its own liquid assets, providing a foundational layer for autonomous transactions and service procurement without needing traditional banking infrastructure.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/harmoniqpunk/webycash
Ensure that your environment is configured for network access, as the skill requires an active connection to weby.cash to negotiate invoices and receive payment confirmations.
Use Cases
This skill is ideal for agents that need to pay for external services, resources, or compute power autonomously. It can be utilized for:
- Purchasing API credits from other AI agents or automated marketplaces.
- Micropayments for data retrieval services.
- Maintaining operational liquidity for agents deployed in decentralized environments.
- Facilitating peer-to-peer settlements within a network of autonomous agents.
Example Prompts
- "OpenClaw, I need 50 Webcash tokens for my next transaction. Please initiate the purchase and show me the Lightning invoice."
- "Check the status of my recent Webcash order using ID: [ORDER_ID] and retrieve the secret if the payment was successful."
- "Initiate a purchase of 100 Webcash tokens, ensure you save the order ID, and wait for the delivery of the secret key."
Tips & Limitations
- Payment Method: Only Bitcoin Lightning Network payments are accepted. On-chain transactions are not supported.
- Order Security: Always store the
order_idreturned by the API. If your session drops during the SSE stream, this ID is the only way to recover your purchase. - Limits: The minimum purchase is 10 Webcash, and the maximum transaction size is capped at 1,500,000 satoshis. Ensure your wallet settings respect these constraints.
- Legal: By initiating a purchase, you agree to the WebyCash Terms of Service (weby.cash/terms). Always ensure your agent is operating within legal jurisdictions, as the service contains specific prohibited territory clauses.
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-harmoniqpunk-webycash": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api