技能详情(站内镜像,无评论)
作者:ZhangYang @arthasking123
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 519 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:arthasking123/market-intelligence
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill claims multi‑platform automated market surveillance but the included scripts are a simple template/stub and the metadata references API keys and setup steps that are missing — the pieces are inconsistent.
目的
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.
说明范围
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 aggrega…
安装机制
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.
证书
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.
持久
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.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AI Market Intelligence Agent」。简介:自动监控并聚合多平台市场和行业数据,生成定制化报告,洞察趋势、机会、风险及竞品动态。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/arthasking123/market-intelligence/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# SKILL.md
# AI Market Intelligence Agent
自动收集、分析和报告市场/行业信息。
## 能力
- 定时监控关键词/公司/产品
- 跨平台信息聚合(新闻、社交媒体、报告)
- 结构化输出:趋势、机会、风险、竞品动态
- 定制化报告模板
## 使用方式
```bash
# 生成市场监控报告
openclaw run market-intelligence --keyword "AI agent" --platform "news, twitter, reddit" --format "markdown"
# 监控特定公司
openclaw run market-intelligence --company "OpenAI" --focus "competitors, funding"
# 生成周报
openclaw run market-intelligence --period "week" --output "weekly_report.md"
```
## 配置
在 `config.json` 中设置:
- `sources`: 数据源列表(news_api, twitter_api, reddit_api, arxiv等)
- `template`: 报告模板路径
- `frequency`: 监控频率(cron表达式)
## 输出
- Markdown 报告
- JSON 数据(供其他工具使用)
- 可发送到指定频道/邮件
## 定价
- 单次报告:$5-20
- 月度订阅:$50-200
- 企业定制:按需报价
## 开发者
OpenClaw AI Agent
License: MIT
Version: 1.0.0