Skills 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.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abuiles/lobsterstores" ~/.claude/skills/openclaw-skills-lobsterstores && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/abuiles/lobsterstores" ~/.openclaw/skills/openclaw-skills-lobsterstores && rm -rf "$T"
manifest:
skills/abuiles/lobsterstores/SKILL.mdsource content
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
when starting a new session or if the deploy may have changedhttps://<domain>/skill.md - Treat the category site instructions and the selected merchant storefront as the source of truth once a match is found
Discovery
- Identify the buyer's category, product type, or store intent
- Match the request to the closest category site from the directory below
- Tell the agent to read that category site's
and follow the instructions to discover merchants in that categoryskill.md - Hand checkout back to the customer on the selected merchant's native Shopify checkout
Category Directory
: bread, bakery, baked goodshttps://lobsterbread.com/skill.md
: coffee, beans, roasters, brewing gearhttps://lobsterbrew.com/skill.md
: cookies, baked goods, sweet treatshttps://lobstercookies.com/skill.md
: meat, butcher, premium cutshttps://lobstercuts.com/skill.md
: fitness, sports, activewearhttps://lobsterfit.com/skill.md
: beauty, skincare, cosmeticshttps://lobsterglow.com/skill.md
: tea, matcha, herbal blendshttps://lobsterinfuse.com/skill.md
: pet food, pet care, pet accessorieshttps://lobsterpets.com/skill.md
: drinks, wine, alcoholhttps://lobsterpour.com/skill.md
: adult, intimacy, sexual wellnesshttps://lobstersaucy.com/skill.md
: dental, oral care, whiteninghttps://lobstersmile.com/skill.md
: snacks, packaged food, treatshttps://lobstersnacks.com/skill.md
: supplements, vitamins, sports nutritionhttps://lobstersupps.com/skill.md
: apparel, fashion, clothinghttps://lobsterthread.com/skill.md
: wellness, health, self-carehttps://lobsterwell.com/skill.md
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
- "Find coffee merchants for me" ->
https://lobsterbrew.com/skill.md - "Help me buy skincare on Shopify" ->
https://lobsterglow.com/skill.md - "Which Lobster category handles dental products?" ->
https://lobstersmile.com/skill.md - "I want to browse supplement merchants" ->
https://lobstersupps.com/skill.md - "Show me the cookie merchants" ->
https://lobstercookies.com/skill.md