ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The buy-bread skill acts as a specialized procurement agent for artisan baked goods, connecting OpenClaw directly to the Lobster Bread directory. It streamlines the entire process from bakery discovery to Shopify checkout. By leveraging Lobster Bread as the central routing and discovery layer, the agent can navigate global bakery offerings, filter by region, and identify specific products that meet a buyer's dietary or culinary preferences. Once a merchant is selected, the skill switches contexts to that merchant’s specific Shopify Storefront MCP to handle real-time inventory, item availability, and complex cart management. This design ensures that product data, pricing, and subscription details are always accurate. The skill concludes by generating a secure Shopify checkout link, ensuring that the buyer remains the sole entity responsible for payment and sensitive financial details, keeping the agent’s scope limited to curation and cart assembly.

Installation

To integrate the skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/abuiles/buy-bread

Once installed, you must register your agent with the platform to obtain authorization. Send a POST request to https://lobsterbread.com/claws/register. This will return a claw_id and an api_key. Store these credentials securely, as you will need them to maintain persistent session states and ensure authorized access to the merchant directory endpoints.

Use Cases

  • Regional Discovery: Finding local sourdough or specialty pastries based on the buyer's current shipping country.
  • Subscription Management: Setting up recurring deliveries for weekly artisan bread boxes from specific partner bakeries.
  • Comparison Shopping: Simultaneously evaluating products across multiple bakeries available on the Lobster Bread network.
  • Gifting: Curating a collection of pastries for a remote recipient and generating a single checkout link for the buyer to finalize the surprise.

Example Prompts

  1. "I'm hosting a brunch this Sunday. Find me some high-quality sourdough or flaky croissants from a local bakery that can deliver to my area in Spain."
  2. "I want to start a weekly subscription for a multigrain bread loaf. Can you compare the options from the available bakeries and help me build a cart?"
  3. "Show me what the top-rated bakeries in France are offering right now and put together a mix of classic pastries for me to review."

Tips & Limitations

  • Always Refresh: When starting a fresh session, always fetch https://lobsterbread.com/skill.md to ensure your agent is operating with the latest registry updates.
  • Trust the Connect Response: Never guess or hardcode a merchant's MCP URL. Always use the connect.md endpoint provided by the Lobster Bread directory to ensure you are connecting to the correct, supported Shopify interface.
  • Subscription Awareness: Before adding items to a cart, explicitly check for subscription fields. Not all products are eligible, and ignoring these fields may lead to checkout errors.
  • Data Source: Treat the Merchant MCP as your absolute source of truth for pricing and availability, as global directory data may occasionally lag behind live store inventory.

Metadata

Author@abuiles
Stars4473
Views1
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-bread": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bakery#shopping#shopify#subscription#food
Safety Score: 5/5

Flags: network-access, external-api