Agentic Commerce Forthecult
Skill by bythecult
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bythecult/agentic-commerce-forthecultWhat This Skill Does
The Agentic Commerce skill by forthecult empowers AI agents to facilitate autonomous shopping experiences. It provides an interface to the For the Cult store, allowing agents to browse, search, and purchase lifestyle, wellness, and tech products. The skill excels in handling multi-chain payments, supporting transactions across major blockchains including Solana, Ethereum, Base, Polygon, Arbitrum, Bitcoin, Dogecoin, and Monero. Beyond payments, the skill handles order tracking and discount application for CULT token holders. It serves as a bridge between intent and physical delivery, enabling an agent to act as a personal shopper that navigates the intricacies of modern web3 commerce without requiring the user to manually interact with checkout forms or complex crypto wallets.
Installation
To install this skill into your OpenClaw environment, use the command line interface to pull the module from the registry:
clawhub install openclaw/skills/skills/bythecult/agentic-commerce-forthecult
Ensure your agent environment has active network access as the skill relies on remote API communication. No API keys or environmental variables are necessary to start browsing or placing orders.
Use Cases
- Autonomous Gifting: An agent can search for specific tech gadgets or apparel as gifts, confirm price, and finalize the purchase using a specified cryptocurrency.
- Portfolio-Linked Purchasing: Leveraging CULT token holdings to automatically apply member discounts during the checkout phase.
- Post-Purchase Logistics: Using order tracking functionality to provide users with updates on shipment status without the need for the user to visit an external website.
- General Browsing: Answering user queries about store inventory, product specifications, and accepted payment methods across various chains.
Example Prompts
- "Find me some high-quality wellness products under $50 and tell me how I can pay for them using Solana."
- "I am a CULT token holder; can you help me buy a new tech gadget from forthecult.store and make sure my discount is applied?"
- "Check the status of my order ID #12345 and let me know when it is expected to arrive."
Tips & Limitations
- Authentication: While the skill is public, it can handle personal identity tokens (X-Moltbook-Identity) if your runtime provides them for account-specific operations like order history. Do not hardcode or infer these tokens.
- Network: Ensure your agent has permission to make outbound HTTP requests, as the skill operates via a REST API.
- Payment Confirmation: Always verify the transaction status using the tracking endpoint provided by the skill to ensure the payment was successfully broadcasted to the blockchain.
- Scope: This skill is strictly for the For the Cult store ecosystem. It does not browse general e-commerce sites like Amazon or eBay.
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-bythecult-agentic-commerce-forthecult": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api