autonomous-commerce
Execute real-world e-commerce purchases autonomously with escrow protection and cryptographic proof. Use when: User requests a physical purchase (Amazon, retail), budget is specified, escrow funds are available. Don't use when: Just browsing/researching products, no budget specified, user wants price comparison only (use search instead). Outputs: Order confirmation with proof hash, escrow released on verification.
Why use this skill?
Enable autonomous real-world shopping with the OpenClaw autonomous-commerce skill. Features escrow protection, cryptographic proof, and budget-capped execution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pandeyaby/autonomous-commerceWhat This Skill Does
The autonomous-commerce skill empowers OpenClaw agents to perform end-to-end e-commerce procurement. Unlike standard browsing tools that stop at product identification, this skill integrates directly with checkout flows. It leverages an escrow-protected system to manage funds securely, ensuring that the agent only spends within the predefined budget limits set by the user. Upon successful checkout, the skill generates a unique cryptographic proof hash and captures visual evidence via screenshots, providing a transparent audit trail of the transaction. This is not a simulation; it is a live integration capable of interacting with major retail platforms like Amazon to facilitate real-world deliveries.
Installation
To integrate this capability into your OpenClaw environment, execute the following command via your terminal:
clawhub install openclaw/skills/skills/pandeyaby/autonomous-commerce
Ensure your agent has the necessary permissions to interface with the browser automation layer, as this skill requires persistent session access to interact with shopping carts and checkout pages.
Use Cases
This skill is ideal for high-intent purchasing scenarios where the user has already determined the product and budget. Examples include replacing depleted household items, purchasing standardized hardware peripherals, or procuring office supplies without manual intervention. It excels in scenarios where efficiency is key and the procurement process is repetitive.
Example Prompts
- "Purchase a 6-foot USB-C charging cable from Amazon. My budget is $12.00, and I've already set up my primary shipping address."
- "Use the autonomous-commerce skill to order a pack of 500 sheets of A4 paper. Ensure the total price including tax is under $8.00."
- "Find and buy the cheapest available 32GB SD card on the current store site for under $15.00 using my saved payment method."
Tips & Limitations
To maximize success, ensure your account's default shipping address and payment method are already configured on the target site, as the agent is restricted from adding new payment credentials or modifying shipping destinations for security reasons. Always specify a clear, hard budget cap to trigger the escrow protection effectively. Avoid using this skill for complex, custom-configured products, as the automation logic may struggle with multi-step customization menus. If you need to perform price research or compare products across different retailers, please use the standard search tool first, then invoke this skill only once you are ready to commit to a purchase.
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-pandeyaby-autonomous-commerce": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection, external-api