← Back to Skills Marketplace
314
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install report-search
Description
搜索并提取fxbaogao.com上的研报,支持按关键词、机构、作者和时间筛选,并提供报告摘要和正文阅读。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install report-search - After installation, invoke the skill by name or use
/report-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is report-search?
搜索并提取fxbaogao.com上的研报,支持按关键词、机构、作者和时间筛选,并提供报告摘要和正文阅读。 It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.
How do I install report-search?
Run "/install report-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is report-search free?
Yes, report-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does report-search support?
report-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created report-search?
It is built and maintained by EliaukTM (@eliauktm); the current version is v1.0.0.
More Skills