← Back to Skills Marketplace
759
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install market-intelligence
Description
自动监控并聚合多平台市场和行业数据,生成定制化报告,洞察趋势、机会、风险及竞品动态。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install market-intelligence - After installation, invoke the skill by name or use
/market-intelligence - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is AI Market Intelligence Agent?
自动监控并聚合多平台市场和行业数据,生成定制化报告,洞察趋势、机会、风险及竞品动态。 It is an AI Agent Skill for Claude Code / OpenClaw, with 759 downloads so far.
How do I install AI Market Intelligence Agent?
Run "/install market-intelligence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Market Intelligence Agent free?
Yes, AI Market Intelligence Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AI Market Intelligence Agent support?
AI Market Intelligence Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Market Intelligence Agent?
It is built and maintained by ZhangYang (@arthasking123); the current version is v1.0.0.
More Skills