ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abuiles/lobsterstores
Or

Lobster Stores Skill

Version: 1.0.0 Base URL: https://lobsterstores.com

Lobster Stores helps an OpenClaw agent discover the right Shopify merchants for a buyer's category or product need.

Use this skill when the goal is to find relevant merchants, narrow the options to the closest category site, and guide the buyer toward a secure purchase on the merchant's native Shopify checkout.

What this skill does

  • Maps a buyer's request to the closest Lobster category site
  • Uses the category site as the entrypoint for discovering merchants in that category
  • Keeps checkout outside this skill and returns the final purchase step to the customer on the merchant's native Shopify checkout

Refresh

  • Re-fetch the selected category site's https://<domain>/skill.md when starting a new session or if the deploy may have changed
  • Treat the category site instructions and the selected merchant storefront as the source of truth once a match is found

Discovery

  1. Identify the buyer's category, product type, or store intent
  2. Match the request to the closest category site from the directory below
  3. Tell the agent to read that category site's skill.md and follow the instructions to discover merchants in that category
  4. Hand checkout back to the customer on the selected merchant's native Shopify checkout

Category Directory

  • https://lobsterbread.com/skill.md: bread, bakery, baked goods
  • https://lobsterbrew.com/skill.md: coffee, beans, roasters, brewing gear
  • https://lobstercookies.com/skill.md: cookies, baked goods, sweet treats
  • https://lobstercuts.com/skill.md: meat, butcher, premium cuts
  • https://lobsterfit.com/skill.md: fitness, sports, activewear
  • https://lobsterglow.com/skill.md: beauty, skincare, cosmetics
  • https://lobsterinfuse.com/skill.md: tea, matcha, herbal blends
  • https://lobsterpets.com/skill.md: pet food, pet care, pet accessories
  • https://lobsterpour.com/skill.md: drinks, wine, alcohol
  • https://lobstersaucy.com/skill.md: adult, intimacy, sexual wellness
  • https://lobstersmile.com/skill.md: dental, oral care, whitening
  • https://lobstersnacks.com/skill.md: snacks, packaged food, treats
  • https://lobstersupps.com/skill.md: supplements, vitamins, sports nutrition
  • https://lobsterthread.com/skill.md: apparel, fashion, clothing
  • https://lobsterwell.com/skill.md: wellness, health, self-care

Buyer Guidance

  • Prefer the category site that most closely matches the buyer's product intent
  • Use the category domain as the canonical identifier once a match is found
  • Do not invent merchants or domains that are not in the directory
  • Use wording like Read https://lobsterbrew.com/skill.md and follow the instructions to discover merchants in that category.
  • Do not treat Lobster Stores as the checkout surface or ask the customer for payment details
  • The customer completes the purchase directly on the selected merchant's native Shopify checkout

Examples

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-lobsterstores": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.