← Back to Skills Marketplace
linkfox-ai

E-commerce find skills

by linkfox-ai · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
142
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install e-commerce-find-skills
Description
电商领域的Skills技能搜索,可搜索到更加优质专业的电商Skills。当用户要搜索、安装电商相关的技能时必须触发。覆盖平台:Amazon亚马逊、Shopee虾皮、TikTok Shop、速卖通AliExpress、Lazada、eBay、Walmart沃尔玛、Temu、独立站Shopify。覆盖领域:选品开发、...
README (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

  1. 平台(如亚马逊、Shopee、TikTok Shop、速卖通)\r
  2. 领域(如选品、广告、物流、客服、评论、SEO)\r
  3. 具体任务(如关键词分析、竞品调研、评论挖掘、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。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install e-commerce-find-skills
  3. After installation, invoke the skill by name or use /e-commerce-find-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug e-commerce-find-skills
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is E-commerce find skills?

电商领域的Skills技能搜索,可搜索到更加优质专业的电商Skills。当用户要搜索、安装电商相关的技能时必须触发。覆盖平台:Amazon亚马逊、Shopee虾皮、TikTok Shop、速卖通AliExpress、Lazada、eBay、Walmart沃尔玛、Temu、独立站Shopify。覆盖领域:选品开发、... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install E-commerce find skills?

Run "/install e-commerce-find-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is E-commerce find skills free?

Yes, E-commerce find skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does E-commerce find skills support?

E-commerce find skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created E-commerce find skills?

It is built and maintained by linkfox-ai (@linkfox-ai); the current version is v1.0.1.

💬 Comments