← 返回 Skills 市场
759
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install market-intelligence
功能描述
自动监控并聚合多平台市场和行业数据,生成定制化报告,洞察趋势、机会、风险及竞品动态。
安全使用建议
This skill is inconsistent: it advertises automated multi‑platform monitoring but the included main.sh only creates a static report template and does not fetch data. README and package.json mention API keys and a setup.sh that is not present. Before installing or providing any API keys, consider: 1) treat this as a stub — it likely needs additional code to perform real data collection; 2) ask the publisher for the missing setup.sh or source repository and verify how API keys are used; 3) do not supply secrets until you confirm network endpoints and code that consumes them; 4) run the skill in a sandboxed environment first to observe behavior. If you expect production data aggregation, prefer a skill whose code actually implements authenticated API calls and documents required credentials and endpoints.
功能分析
Type: OpenClaw Skill
Name: market-intelligence
Version: 1.0.0
The skill is classified as suspicious due to a critical shell injection vulnerability in `main.sh`. User-controlled arguments (`$KEYWORD`, `$PLATFORM`, `$PERIOD`) are directly embedded into a heredoc (`cat > "$output_file" << EOF`) without quoting the `EOF` marker, allowing command substitution (`$(command)`) to be executed by the shell. This constitutes a Remote Code Execution (RCE) risk if an attacker can control these inputs. Additionally, the direct embedding of these variables into the Markdown report allows for Markdown injection. There is no evidence of intentional malicious behavior like data exfiltration or backdoors, classifying it as a severe vulnerability rather than outright malware.
能力评估
Purpose & Capability
The name/description promise cross‑platform data collection (news, Twitter, Reddit, arXiv) and periodic monitoring. However, the delivered main.sh only generates a static markdown template and does not call any external APIs or aggregate data. package.json and README reference API keys and a setup.sh, yet no setup.sh or code that consumes API keys is present. This mismatch suggests the skill is incomplete or misrepresented.
Instruction Scope
SKILL.md instructs the user to configure a config.json with sources and templates and demonstrates openclaw run commands, but does not show how API keys are provided or how data is fetched. The runtime instructions do not direct the agent to read unrelated system files or exfiltrate data; they are high level and rely on unspecified config. The agent instructions are vague and grant broad implementation discretion (e.g., 'cross-platform aggregation') without concrete steps.
Install Mechanism
There is no install spec (instruction-only) and the provided files are small shell script and docs. No external downloads or package installations are specified. Risk from installation mechanism is low. Note: README mentions a setup.sh (not included), which is an inconsistency to investigate.
Credentials
Declared requirements list no environment variables or credentials, but package.json and README include placeholders for news/twitter API keys and config.json is required by SKILL.md. The skill neither declares nor requests these credentials up front, which is inconsistent — if real integration is later added it would likely require API keys; users should not provide secrets until they confirm how the skill uses them.
Persistence & Privilege
The skill does not request always:true and has no install that modifies system or other skills. It only writes reports to a local output/ directory. No elevated or persistent privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install market-intelligence - 安装完成后,直接呼叫该 Skill 的名称或使用
/market-intelligence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
AI Market Intelligence Agent 是什么?
自动监控并聚合多平台市场和行业数据,生成定制化报告,洞察趋势、机会、风险及竞品动态。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 759 次。
如何安装 AI Market Intelligence Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install market-intelligence」即可一键安装,无需额外配置。
AI Market Intelligence Agent 是免费的吗?
是的,AI Market Intelligence Agent 完全免费(开源免费),可自由下载、安装和使用。
AI Market Intelligence Agent 支持哪些平台?
AI Market Intelligence Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Market Intelligence Agent?
由 ZhangYang(@arthasking123)开发并维护,当前版本 v1.0.0。
推荐 Skills