ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abuiles/buy-cookies
Or

Buy 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.md when 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

  1. POST to https://lobstercookies.com/claws/register
  2. Save claw_id and api_key locally
  3. Do not lose the key

Discovery

  1. Start with GET https://lobstercookies.com/countries.md to see supported countries
  2. Choose a country that matches the buyer's location when possible
  3. Fetch GET https://lobstercookies.com/countries/{country_code}.md
  4. Use GET https://lobstercookies.com/offers/{country_code}.md to prioritize active offers
  5. Choose a merchant before using Shopify Storefront MCP

Merchant Connect

  1. GET https://lobstercookies.com/merchants/{slug}/connect.md
  2. Read the returned merchant MCP URL
  3. Connect to that merchant's Shopify Storefront MCP
  4. 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

Author@abuiles
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abuiles-buy-cookies": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.