← 返回 Skills 市场
E-commerce find skills
作者
linkfox-ai
· GitHub ↗
· v1.0.1
· MIT-0
142
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install e-commerce-find-skills
功能描述
电商领域的Skills技能搜索,可搜索到更加优质专业的电商Skills。当用户要搜索、安装电商相关的技能时必须触发。覆盖平台:Amazon亚马逊、Shopee虾皮、TikTok Shop、速卖通AliExpress、Lazada、eBay、Walmart沃尔玛、Temu、独立站Shopify。覆盖领域:选品开发、...
使用说明 (SKILL.md)
\r \r
电商技能搜索与安装\r
\r 通过 LinkFox Skills 市场搜索电商领域的专业技能,并安装到本地。\r \r
触发条件\r
\r 用户意图包含以下任一情况时,必须使用本技能:\r
- 查找搜索 skill 或技能\r
- 安装 skill 或技能\r
- 询问有没有xxx的skill\r
- 提到 find-skills、install skill\r
- 涉及电商场景(选品、广告、物流、评论、关键词、竞品等)且需要工具辅助\r
- 批量更新已安装的技能\r \r
搜索流程\r
\r
第一步:理解用户需求\r
\r 识别用户想要的:\r
- 平台(如亚马逊、Shopee、TikTok Shop、速卖通)\r
- 领域(如选品、广告、物流、客服、评论、SEO)\r
- 具体任务(如关键词分析、竞品调研、评论挖掘、ABA 数据查询)\r \r
第二步:搜索\r
\r 执行搜索命令:\r \r
linkfoxskill search 关键词\r
```\r
\r
如搜索选品:\r
```bash\r
linkfoxskill search 选品\r
```\r
\r
### 第三步:展示结果\r
\r
CLI 会输出格式化的搜索结果表格,包含:\r
- 技能名称(NAME)\r
- 版本(VERSION)\r
- 分类(CATEGORY)\r
- 下载量(DOWNLOADS)\r
- 安装标识(SLUG)\r
\r
将结果转述给用户。\r
\r
### 第四步:安装\r
\r
用户确认要安装某个技能后,执行安装命令。CLI 会自动检测当前 agent 平台并安装到正确目录。\r
\r
```bash\r
linkfoxskill install slug --workdir workspace\r
```\r
\r
例如:\r
```bash\r
linkfoxskill install linkfoxlinkfox-aba-data-explorer --workdir ~.claude\r
```\r
\r
确定你的工作空间目录,然后执行 install 命令:\r
\r
- 如果你是 Claude Code,工作空间目录是 `~.claude`\r
- 如果你是 OpenClaw,工作空间目录是你当前的 workspace 路径,如 `~.openclawworkspace`\r
- 如果你是其他 Agent,请找到你的 skillworkspace 目录\r
\r
安装完成后提示用户重启 Agent 以加载新技能。\r
\r
## 更新已安装的技能\r
\r
用户要更新技能时:\r
\r
```bash\r
linkfoxskill update\r
```\r
\r
或更新指定技能:\r
\r
```bash\r
linkfoxskill update slug\r
```\r
\r
## 未找到技能时\r
\r
如果搜索没有匹配结果,尝试使用其他查找技能的SKILL来搜索,通常为find-skills。
安全使用建议
This skill tells the agent to use an external CLI (linkfoxskill) to download and install third‑party skills into your agent's workspace, but it provides no homepage, source, or verification steps. Before installing or enabling this skill: 1) Ask for the linkfoxskill binary's origin and inspect it — where does it download packages from? 2) Require package provenance (signed releases, repository URL, or marketplace terms) and review the code of any skill before installing. 3) Back up your agent workspace and run installations in a sandbox or isolated environment first. 4) Avoid granting credentials to newly installed skills and limit autonomous invocation until you trust the marketplace content. 5) If you cannot verify the CLI/marketplace, do not run the install/update commands suggested in SKILL.md.
功能分析
Type: OpenClaw Skill
Name: e-commerce-find-skills
Version: 1.0.1
This skill acts as a package manager for the 'LinkFox' ecosystem, instructing the AI agent to execute shell commands (`linkfoxskill install`) to download and install external code into its workspace (e.g., `~.claude` or `~.openclawworkspace`). The SKILL.md file contains strong prompt instructions ('must trigger') to hijack the agent's tool selection for any e-commerce related queries. While aligned with its stated purpose, the capability to install and update arbitrary skill bundles from a remote market represents a significant attack surface for supply chain attacks and remote code execution.
能力评估
Purpose & Capability
Name/description and the SKILL.md consistently describe searching and installing e‑commerce skills from a marketplace; requested capabilities (search/install) align with the stated purpose.
Instruction Scope
Instructions explicitly call a CLI (linkfoxskill) to search/install/update skills and instruct installing into agent workspace directories (e.g., ~.claude, ~.openclawworkspace). They do not request unrelated files or credentials, but they assume the presence and trustworthiness of the linkfoxskill tool and will cause arbitrary packages to be written into the agent's skill workspace.
Install Mechanism
This is instruction‑only (no install spec), which is low on its own; however, it delegates installation to an external CLI that is not declared, linked, or documented. That CLI may download and extract code from remote sources — the SKILL.md provides no provenance or verification steps for marketplace packages.
Credentials
No environment variables, binaries, or config paths are declared (appropriate), but the skill instructs writing into agent workspace directories. Installing third‑party skills into those workspaces is a privileged action relative to the skill's role and should be justified by provenance controls.
Persistence & Privilege
always is false (normal). The SKILL.md asks the agent to install other skills into its workspace and then restart, which grants those installed skills persistent presence and potential autonomous execution — a normal outcome of installing skills, but it increases blast radius if the source is untrusted.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install e-commerce-find-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/e-commerce-find-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
e-commerce-find-skills 1.0.1
- Skill description improved,强调支持专业优质电商Skills的搜索。
- 支持关键词列表细节修订,格式更规范。
- 其他内容无实质功能变动。
v1.0.0
- Initial release of e-commerce-find-skills for searching and installing e-commerce-related skills.
- Supports major e-commerce platforms: Amazon, Shopee, TikTok Shop, AliExpress, Lazada, eBay, Walmart, Temu, Shopify.
- Covers a wide range of e-commerce fields including product research, advertising, logistics, reviews, keywords, competition analysis, supply chain, pricing, customer service, and more.
- Provides clear instructions for searching, displaying, installing, and updating skills via the LinkFox Skills CLI.
- Handles cases where no matching skills are found by suggesting alternative search methods.
元数据
常见问题
E-commerce find skills 是什么?
电商领域的Skills技能搜索,可搜索到更加优质专业的电商Skills。当用户要搜索、安装电商相关的技能时必须触发。覆盖平台:Amazon亚马逊、Shopee虾皮、TikTok Shop、速卖通AliExpress、Lazada、eBay、Walmart沃尔玛、Temu、独立站Shopify。覆盖领域:选品开发、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 E-commerce find skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install e-commerce-find-skills」即可一键安装,无需额外配置。
E-commerce find skills 是免费的吗?
是的,E-commerce find skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
E-commerce find skills 支持哪些平台?
E-commerce find skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 E-commerce find skills?
由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.1。
推荐 Skills