TopRank Skills

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

Research Report

从全球行业报告与图表数据聚合AI平台,覆盖5000多家机构,五百万+报告-覆盖全行业深度研究的研报客平台-pc.yanbaoke.cn,研报客app。搜索各行各业的研究报告,获取报告标题、详情页链接,并可下载报告全文。回复时务必显示每份报告的详情页链接(url字段)

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
hiair2323/yanbaoke-researchreport
Author
hiair2323
Source Repo
openclaw/skills
Version
-
Source Path
skills/hiair2323/yanbaoke-researchreport
Latest Commit SHA
c866c5f9821b6830831c5a5f8d63c647a01ac3d2

Extracted Content

SKILL.md excerpt

# Research Report / 研究报告搜索与下载

搜索研报客百万研报中的研究报告,获取报告标题、详情页链接、发布时间等信息,并可下载报告全文 PDF。回复时务必显示每份报告的详情页链接。

## Search / 搜索

**无需 API Key** / No API Key required - 搜索功能免费使用,无需配置。

```bash
node {baseDir}/scripts/search.mjs "keyword"
node {baseDir}/scripts/search.mjs "人工智能" -n 10
node {baseDir}/scripts/search.mjs "新能源汽车" -n 20 --type content
node {baseDir}/scripts/search.mjs "半导体" --org "中信证券,华泰证券"
node {baseDir}/scripts/search.mjs "光伏" --report-type "行业研究" --start-date "2024-01-01" --end-date "2024-12-31"
node {baseDir}/scripts/search.mjs "深度分析" --min-pages 30 --max-pages 100
node {baseDir}/scripts/search.mjs "比亚迪" --stock "比亚迪"
```

## Download / 下载

**需要 API Key** / API Key required - 请前往 [https://pc.yanbaoke.cn/openclaw](https://pc.yanbaoke.cn/openclaw) 获取 API Key。

```bash
# 使用环境变量中的 API Key
export YANBAOKE_API_KEY="sk-your-api-key"
node {baseDir}/scripts/download.mjs <uuid>

# 直接传入 API Key
node {baseDir}/scripts/download.mjs <uuid> "sk-your-api-key"

# 自动下载到本地目录(默认 ./downloads)
node {baseDir}/scripts/download.mjs <uuid> -d

# 指定下载目录
node {baseDir}/scripts/download.mjs <uuid> -d -o ./reports

# 示例
node {baseDir}/scripts/download.mjs "abc123-def456-ghi789"
node {baseDir}/scripts/download.mjs "abc123-def456-ghi789" -d
node {baseDir}/scripts/download.mjs "abc123-def456-ghi789" -d -o ~/Downloads/reports
```

### Download Pricing / 下载费用

| User Type | First Download | Re-download | 用户类型 | 首次下载 | 再次下载 |
|-----------|----------------|-------------|---------|---------|---------|
| User | 10  beans | User | 用户 | 10 个豆 | 免费 |

**说明**: 每份报告仅收费一次,再次下载免费。

## Options / 选项

### Search Options / 搜索选项

| Option | Description / 说明 |
|--------|-------------------|
| `-n <count>` | Number of results (default: 10, max: 100) / 返回结果数量(默认10,最多100) |
| `--type <type>...

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