← 返回 Skills 市场
314
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install report-search
功能描述
搜索并提取fxbaogao.com上的研报,支持按关键词、机构、作者和时间筛选,并提供报告摘要和正文阅读。
安全使用建议
This skill appears to be what it says: local Python scripts that query api.fxbaogao.com and fetch report detail pages. Before installing/running: 1) Ensure you are comfortable allowing outbound HTTPS to api.fxbaogao.com and www.fxbaogao.com from the environment that will execute the scripts. 2) The skill does not ask for credentials, but it accepts optional env vars (FXBAOGAO_BASE_URL etc.) — do not set FXBAOGAO_BASE_URL to an unknown host unless you trust it. 3) Avoid setting FXBAOGAO_SSL_NO_VERIFY=1 except as a short-term debug workaround; disabling SSL verification exposes you to man-in-the-middle risk. 4) If you want extra caution, run the included validate.py and inspect fxbaogao_client.py (network code) yourself, or run the scripts in an isolated/containerized environment. 5) If you need the skill to run without external network access, it will not function properly — it requires outbound access to fetch search results and details.
功能分析
Type: OpenClaw Skill
Name: report-search
Version: 1.0.0
The skill bundle is a legitimate tool designed to search and retrieve financial research reports from fxbaogao.com. The Python scripts (fxbaogao_client.py, search_reports.py, and get_report_content.py) use standard libraries to interact with the site's API and parse HTML content. While it includes an option to bypass SSL verification via an environment variable (FXBAOGAO_SSL_NO_VERIFY), the instructions in SKILL.md explicitly direct the agent to only suggest this to the user as a troubleshooting step rather than enabling it by default. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The name/description describe searching and extracting reports from fxbaogao.com and the package contains scripts that call fxbaogao APIs and render results. No unrelated binaries, credentials, or services are required by the skill.
Instruction Scope
SKILL.md instructs the agent to run the included search and detail scripts and to prefer summary_sections over dumping full content — this stays within scope. It also instructs operators that they may set FXBAOGAO_SSL_NO_VERIFY=1 to work around local certificate issues; that guidance is explicitly optional but is a potentially dangerous suggestion (disabling SSL verification weakens transport security) and should be used only under careful, temporary conditions.
Install Mechanism
There is no install spec and no external downloads; the skill is delivered as scripts and markdown only. That is low-risk from an install perspective (nothing is written to disk beyond the provided files).
Credentials
The skill declares no required environment variables or credentials. The Python client accepts optional environment variables (FXBAOGAO_BASE_URL, FXBAOGAO_DETAIL_BASE_URL, FXBAOGAO_USER_AGENT, FXBAOGAO_HTTP_TIMEOUT, FXBAOGAO_SSL_NO_VERIFY). Those are reasonable for configuration, but changing BASE_URL could point the scripts at an arbitrary server if a user or operator overrides it — verify the endpoint before running. The skill does not request API keys, tokens, or other secrets.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or attempt to modify other skills or global agent configuration. Autonomous invocation is allowed by default (normal) but is not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install report-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/report-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of report-search skill for discovering and retrieving research reports from fxbaogao.com.
- Supports keyword, organization, author, and time range filtering when searching for reports.
- Provides commands for both report search and detailed content retrieval via Python scripts.
- Displays key metadata in search results (doc_id, organization, date, links), with workflow for users to select and view individual reports.
- JSON output structure and recommended reply conventions clearly documented.
- Includes guidance for error handling, environment requirements, and command usage examples.
元数据
常见问题
report-search 是什么?
搜索并提取fxbaogao.com上的研报,支持按关键词、机构、作者和时间筛选,并提供报告摘要和正文阅读。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。
如何安装 report-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install report-search」即可一键安装,无需额外配置。
report-search 是免费的吗?
是的,report-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
report-search 支持哪些平台?
report-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 report-search?
由 EliaukTM(@eliauktm)开发并维护,当前版本 v1.0.0。
推荐 Skills