技能详情(站内镜像,无评论)
作者:Adolfo Builes @abuiles
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 34 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:abuiles/shopify-directory
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's declared purpose (mapping buyer intents to Lobster Stores category pages) matches what it requires and instructs, but it delegates runtime behavior to externally fetched skill.md files which is a notable supply-chain/execution risk you should be aware of.
目的
Name and description match the instructions: the skill only maps buyer intents to a fixed list of Lobster category domains and tells the agent to read those category site skill.md files. No unrelated binaries, credentials, or installs are requested.
说明范围
The SKILL.md explicitly instructs the agent to re-fetch and treat remote https://<domain>/skill.md files from the listed Lobster domains as the source of truth and follow their instructions. That is coherent with a directory-style skill, but it means the agent will dynamically execute behavior driven by external text — a supply-chain/execution risk because those remote files could change or contain instructions that go beyond discovery (includ…
安装机制
Instruction-only skill with no install spec, no code files, and no downloads. Nothing is written to disk by the skill package itself.
证书
No environment variables, credentials, or config paths are requested. The lack of requested secrets is proportionate to the described directory/discovery function.
持久
always:false and no claims of modifying other skills or persistent agent configuration. The skill does permit autonomous invocation (platform default) but does not request elevated persistence.
综合结论
This skill is internally consistent and doesn't ask for secrets or install code, but it delegates behavior to external skill.md files on the listed Lobster domains. Before installing, consider whether you trust those domains and the platform's safeguards: remote skill.md content can change and could instruct the agent to perform actions you wouldn't expect. Recommended mitigations: (1) restrict the agent from fetching arbitrary external instru…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Shopify Directory」。简介:Discover Shopify merchants by category or store name through Lobster Stores. Us…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abuiles/shopify-directory/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: shopify-directory
description: 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.
homepage: https://lobsterstores.com
---
# Shopify Skill
Version: 1.0.0
Base URL: https://lobsterstores.com
This skill helps an OpenClaw agent discover the right Shopify merchants for a buyer's category or product need through Lobster Stores.
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.
Lobster Stores is an independent directory that aggregates merchants using Shopify. It helps buyers discover relevant stores, but it is not Shopify and it is not the checkout surface.
## What this skill does
- Maps a buyer's request to the closest Shopify merchant category site in the Lobster Stores network
- 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
- "Find coffee merchants for me" -> `https://lobsterbrew.com/skill.md`
- "Help me buy skincare on Shopify" -> `https://lobsterglow.com/skill.md`
- "Which Shopify 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`