AI Market Intelligence Agent

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a benign placeholder report generator, but its documentation mentions API keys, scheduled/agent integrations, and a missing setup script that users should review before relying on it.

This skill appears safe to inspect or run as a local placeholder report generator. Before installing it for real use, confirm that any setup script and config file come from a trusted source, do not add API keys until the implementation is reviewed, and verify any scheduled, email/channel, or agent-spawn integrations.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may appear more capable than it currently is, so users could over-rely on placeholder reports.

Why it was flagged

The documentation advertises multi-platform data aggregation, while the provided main.sh only creates a placeholder report. This is not evidence of malicious behavior, but users should not assume the advertised intelligence functions are implemented.

Skill content
- ✅ 多平台数据聚合(新闻、社交媒体、研究)
Recommendation

Treat this as a template unless real data-source integration is added and reviewed.

What this means

Installation may fail, or a user might fetch an unreviewed setup script from elsewhere.

Why it was flagged

The README instructs running setup.sh, but the provided file manifest does not include setup.sh. This is an incomplete install path rather than direct malicious behavior.

Skill content
chmod +x main.sh
./setup.sh
Recommendation

Do not run any separately obtained setup.sh unless you review its source and trust its origin.

What this means

If users add real API keys, those credentials may grant access to third-party data services.

Why it was flagged

The configuration example expects API credentials for market data sources. This is purpose-aligned, and the provided code does not hardcode, log, or transmit these keys.

Skill content
"api_key": "your_key_here"
Recommendation

Use least-privilege, revocable API keys and avoid committing config files containing secrets.

What this means

Reports or tasks could be routed to another agent or communication channel if the user follows this integration example.

Why it was flagged

The README includes a user-directed example that delegates work to another named agent. The provided script does not do this automatically, but the other agent's identity and permissions are not explained.

Skill content
openclaw spawn --task "Run market intelligence on keyword 'AI agent'" --agent "wecom-dm-zhangyang"
Recommendation

Verify the target agent and its permissions before using spawn or messaging integrations.

What this means

If a user later configures scheduling, the skill could run repeatedly and generate reports over time.

Why it was flagged

The skill documents cron-style recurring monitoring. This is aligned with the market-monitoring purpose, and no scheduler is implemented in the provided code.

Skill content
`frequency`: 监控频率(cron表达式)
Recommendation

Set explicit schedules, output locations, retention limits, and stop conditions before enabling recurring monitoring.