TopRank Skills

Home / Claw Skills / Document / Report Search
Official OpenClaw rules 36%

Report Search

研报搜索 Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eliauktm/report-search
Author
eliauktm
Source Repo
openclaw/skills
Version
-
Source Path
skills/eliauktm/report-search
Latest Commit SHA
ae8ef37c398fda5a5679fd340da4c4005c08d761

Extracted Content

SKILL.md excerpt

# 研报搜索 Skill

这个 skill 面向 Claude Code 和 OpenClaw,默认使用本 skill 自带脚本。

运行脚本时,脚本路径要相对当前 `SKILL.md` 所在目录解析,不要假设当前工作目录正好在 skill 目录内。

## 何时使用

- 用户要搜索券商研报、行业报告、公司深度、宏观策略、财报、招股书
- 用户给了关键词、作者、机构、时间范围等过滤条件
- 用户已经选中某篇研报,想看摘要、正文、结论或风险提示

## 运行方式

### 1. 搜索研报

优先运行:

```bash
python3 scripts/search_reports.py "人工智能" --json
```

常见参数:

- `--author 张三`,可重复传多次
- `--org 中信证券`,可重复传多次
- `--time last7day|last1mon|last3mon|last1year`
- `--start-date 2025-01-01 --end-date 2025-03-31`
- `--size 10`

不要把相对时间自行换算后塞进 `end_time`;脚本会按 `fxbaogao_mcp` 的方式把 `last1mon` 这类值原样传给接口。

### 2. 获取研报详情

当用户指定序号或 `doc_id` 后,运行:

```bash
python3 scripts/get_report_content.py 5288801 --json
```

## 工作流

1. 解析用户条件,只提取用户明确表达的关键词、机构、作者、时间范围。
2. 先运行 `scripts/search_reports.py ... --json`。
3. 向用户展示最相关的 5 到 10 条结果,必须保留 `doc_id`、机构、日期和链接。
4. 用户要求深入某篇时,再运行 `scripts/get_report_content.py DOC_ID --json`。
5. 详情回答时优先使用 `summary_sections`,再按需引用 `content` 中的正文段落。

## JSON 输出字段

### 搜索结果

`search_reports.py --json` 返回:

- `total`
- `reports[]`
- 每个 `report` 含 `doc_id`、`title`、`org_name`、`authors`、`publish_date`
- `report_url`、`detail_url`
- `snippets`

### 详情结果

`get_report_content.py --json` 返回:

- `doc_id`、`title`、`org_name`、`authors`、`publish_date`
- `report_url`、`detail_url`
- `summary_sections`
- `summary`
- `content`
- `raw_content`

## 回复约定

- 搜索结果先给列表,再等用户选择具体报告
- 不要伪造不存在的作者、机构、日期或摘要
- 引用详情时优先总结 `summary_sections`,不要直接整段倾倒长正文
- 如果结果很多,先展示前几条,并告知用户可以继续筛选机构、作者或时间
- 用户如果想打开 PDF,统一引导到 `https://www.fxbaogao.com/view?id=DOC_ID`,不要返回 `public.fxba...

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`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".