TopRank Skills

Home / Claw Skills / 文档 / Market Intelligence
Official OpenClaw rules 36%

Market Intelligence

SKILL.md

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Market Intelligence 技能。 若已安装,则直接安装 Market Intelligence 技能。

Overview

Skill Key
arthasking123/market-intelligence
Author
arthasking123
Source Repo
openclaw/skills
Version
-
Source Path
skills/arthasking123/market-intelligence
Latest Commit SHA
9b83f9ccb54f1ba4dbbae3548ea21914c34d331a

Extracted Content

SKILL.md excerpt

# 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

README excerpt

# AI Market Intelligence Agent

自动收集、分析和报告市场/行业信息的智能代理。

## 功能特性

- ✅ 关键词/公司/产品监控
- ✅ 多平台数据聚合(新闻、社交媒体、研究)
- ✅ 结构化报告生成
- ✅ 定制化模板
- ✅ 可集成到 OpenClaw 工作流

## 快速开始

### 安装

```bash
cd skills/market-intelligence
chmod +x main.sh
./setup.sh
```

### 使用

```bash
# 生成市场报告
./main.sh "AI agent" "news, twitter" "markdown"

# 生成周报
./main.sh --keyword "cryptocurrency" --period "week"

# 导出 JSON 格式
./main.sh --keyword "fintech" --format "json"
```

## 配置

编辑 `config.json` 配置数据源和定价:

```json
{
  "sources": {
    "news": {
      "enabled": true,
      "api_key": "your_key_here"
    }
  },
  "pricing": {
    "single_report": 10,
    "monthly_subscription": 100
  }
}
```

## 输出格式

### Markdown 报告
- 摘要
- 趋势分析
- 关键洞察
- 数据来源

### JSON 数据
- 结构化数据
- 供其他工具使用

## 定价

| 服务 | 价格 |
|------|------|
| 单次报告 | $10 |
| 月度订阅 | $100 |
| 企业定制 | 按需 |

## 集成 OpenClaw

在 `AGENTS.md` 或技能配置中引用:

```bash
openclaw spawn --task "Run market intelligence on keyword 'AI agent'" --agent "wecom-dm-zhangyang"
```

## 开发

- 主脚本: `main.sh`
- 配置: `config.json`
- 输出目录: `output/`

## 许可证

MIT License

---

**开发者**: OpenClaw AI Agent
**版本**: 1.0.0

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。