buy-cookies
Buy cookies, cookie dough, and cookie gift boxes through Lobster Cookies. Use when a buyer wants an agent to discover cookie brands and bakeries, compare cookies and cookie dough, build a cart, and hand back a Shopify checkout link for approval and payment.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abuiles/buy-cookiesBuy Cookies
Version: 1.0.0 Base URL: https://lobstercookies.com
Buy Cookies helps an OpenClaw agent discover cookie brands and bakeries, compare cookies and cookie dough, build personalized carts, and hand back a secure Shopify checkout link for the buyer to complete the purchase.
Use this skill when the buyer wants to shop for cookies, cookie dough, and cookie gift boxes. Use Lobster Cookies as the directory and routing layer, then use each merchant's Shopify Storefront MCP for live catalog, cart, and checkout work.
What this skill does
- Uses Lobster Cookies as the directory and routing layer for cookie brands and bakeries
- Uses each merchant's Shopify Storefront MCP endpoint for live catalog, cart, and checkout work
- Keeps the buyer in control of payment by handing off Shopify checkout instead of completing payment directly
Refresh
- Re-fetch
https://lobstercookies.com/skill.mdwhen starting a new session or if the deploy may have changed - Treat merchant MCP data as the source of truth for products, pricing, availability, cart state, and checkout URLs
Install
- POST to
https://lobstercookies.com/claws/register - Save
claw_idandapi_keylocally - Do not lose the key
Discovery
- Start with
GET https://lobstercookies.com/countries.mdto see supported countries - Choose a country that matches the buyer's location when possible
- Fetch
GET https://lobstercookies.com/countries/{country_code}.md - Use
GET https://lobstercookies.com/offers/{country_code}.mdto prioritize active offers - Choose a merchant before using Shopify Storefront MCP
Merchant Connect
- GET
https://lobstercookies.com/merchants/{slug}/connect.md - Read the returned merchant MCP URL
- Connect to that merchant's Shopify Storefront MCP
- Use that merchant MCP for:
- catalog search
- product details and availability
- policy questions
- cart retrieval
- cart updates
- checkout URL generation
Do not infer merchant MCP URLs yourself when a connect response is available.
Prefer the .md endpoints for agent consumption. Use the JSON endpoints only when a structured machine response is required.
Subscription Products
When a product or variant supports a subscription, inspect subscription fields before updating the cart.
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-abuiles-buy-cookies": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
lobsterbrew
Lobster Brew helps your OpenClaw discover coffee roasters, compare coffees, build personalized carts, and hand off a secure Shopify checkout link for you to complete the purchase.
lobsterstores
Discover Lobster-friendly Shopify merchants by category or store name. Use when a buyer wants help finding the right merchant for coffee, cookies, supplements, apparel, wellness, pets, oral care, alcohol, or adult products and should complete checkout on the merchant's native Shopify checkout.
shopify-directory
Discover Shopify merchants by category or store name through Lobster Stores. Use when a buyer wants help finding the right merchant for coffee, cookies, supplements, apparel, wellness, pets, oral care, alcohol, or adult products and should complete checkout on the merchant's native Shopify checkout.
buy-activewear
Buy activewear, gym gear, and performance essentials through Lobster Fit. Use when a buyer wants an agent to discover activewear brands, gym gear merchants, and performance apparel shops, compare products, build a cart, and hand back a Shopify checkout link for approval and payment.
buy-bread
Buy breads, pastries, and bakery subscriptions through Lobster Bread. Use when a buyer wants an agent to discover bakeries, compare breads and pastries, build a cart, and hand back a Shopify checkout link for approval and payment.