← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-market-research
功能描述
亚马逊市场调研报告。用户给出类目名称和节点 ID,自动生成完整 HTML 报告(市场概览、价格、REVIEW、品牌、卖家、竞品 8 个维度)。触发词:市场调研、市调、market research、分析这个类目。
使用说明 (SKILL.md)
亚马逊市场调研报告
用户给出类目名称 + 节点 ID,一条命令生成完整报告。
触发方式
用户说出类目名和节点 ID 即可,例如:
- "Deck Boxes, 671804011"
- "帮我调研 Salon Chairs 15144890011"
- "市调一下 671804011"
执行
exec(
command='bash {baseDir}/scripts/market-research.sh "类目名称" 节点ID',
background=true,
timeout=600
)
等 process poll 完成后,用 open 打开输出的报告文件。
输出
- 文件:
output/{类目名}-market-report.html - 内容:8 个分析维度(市场概览、上架时间、价格、REVIEW、品牌、卖家、竞品Top10、总体评价)
- 格式:带左侧导航的单页 HTML,含表格和图表
- 耗时:约 3-5 分钟
前置条件
- 环境变量
LINKFOXAGENT_API_KEY已设置 - Python 3 可用
- 网络可访问 LinkFox Agent API
安全使用建议
Key things to consider before installing:
- Metadata mismatch: the skill's SKILL.md and linkfox.py require LINKFOXAGENT_API_KEY, but the registry metadata does not declare any required env vars. Treat the API key as required — do not provide high-privilege credentials without verifying the service.
- Remote content execution: the workflow downloads HTML reports and merges them while preserving external CSS/JS references. Opening the final HTML will cause the browser to fetch and run remote resources. Only open the report if you trust agent-api.linkfox.com and the domains hosting the report files.
- Check the endpoint: linkfox.py posts to https://agent-api.linkfox.com/ with your API key in the Authorization header. Verify that domain and the service before supplying a key.
- Workspace bug: market-research.sh uses OUTPUT_DIR="$WORKSPACE/output" but WORKSPACE is not defined anywhere. If WORKSPACE is empty this may create /output at the filesystem root or otherwise place files in unexpected locations — run in a sandbox or inspect scripts first.
- Least privilege: if you decide to provide an API key, use a dedicated key/account with minimal permissions and monitor its usage.
- Sandboxing: run the scripts in an isolated environment (container or VM) the first time to observe network calls and file writes. Inspect downloaded HTML before opening in a browser or open it offline (block network) if you want to avoid remote JS execution.
- If you need clarity: ask the publisher for an explicit list of required env vars, exact domains the skill will contact, and whether returned HTML is sanitized. The metadata omission and embedding of external scripts are the main reasons this skill is flagged as suspicious.
能力评估
Purpose & Capability
The skill's code (linkfox.py, run_task.sh, market-research.sh) legitimately implements submitting tasks to a LinkFoxAgent API and assembling reports, which matches the description. However, the registry metadata lists no required environment variables or primary credential while SKILL.md and linkfox.py require LINKFOXAGENT_API_KEY — this metadata omission is an incoherence and could lead users to install without providing the required credential or without realizing network calls will be made.
Instruction Scope
SKILL.md tells the agent to exec market-research.sh which runs run_task.sh and linkfox.py. The scripts download report URLs via curl and then merge the returned HTMLs. merge_html.py preserves external <link> and <script src=> references and injects them into the merged file, so opening the output will cause the user's browser to fetch and execute remote resources. The scripts also do no content sanitization or validation of downloaded HTML. These behaviors go beyond simple local formatting and introduce remote resource execution and potential content injection risk.
Install Mechanism
There is no install spec and no external installers — the skill is instruction/code-only. Nothing is downloaded at install time. The runtime does perform network I/O to LinkFoxAgent and to report URLs, which is expected for this purpose.
Credentials
The runtime requires LINKFOXAGENT_API_KEY (linkfox.py exits if it's not set) and network access, but the registry metadata does not declare this. Additionally market-research.sh writes to REPORT_DIR under /tmp and sets OUTPUT_DIR="$WORKSPACE/output" — WORKSPACE is not declared and may be empty, causing output to be created at /output (root) or an unexpected location. The number and sensitivity of environment references is small and proportional to the skill's purpose, but the missing declaration and the undefined WORKSPACE usage are problematic.
Persistence & Privilege
The skill does not request always: true and will not be force-installed. It does not modify other skills. It runs as-invoked and writes outputs under /tmp and the configured output directory; this is typical for CLI-style skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkfox-market-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkfox-market-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
One command to generate Amazon market research report. Input category node ID, get 8-dimension HTML report in 3-5 minutes.
元数据
常见问题
LinkFox Market Research 是什么?
亚马逊市场调研报告。用户给出类目名称和节点 ID,自动生成完整 HTML 报告(市场概览、价格、REVIEW、品牌、卖家、竞品 8 个维度)。触发词:市场调研、市调、market research、分析这个类目。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 LinkFox Market Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-market-research」即可一键安装,无需额外配置。
LinkFox Market Research 是免费的吗?
是的,LinkFox Market Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LinkFox Market Research 支持哪些平台?
LinkFox Market Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LinkFox Market Research?
由 jiafar(@jiafar)开发并维护,当前版本 v1.0.0。
推荐 Skills