← Back to Skills Marketplace
topic-research-report
by
Financial AI Analyst
· GitHub ↗
· v1.0.1
· MIT-0
405
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install topic-research-report
Description
面向专题研究报告生成的能力。适用于用户提出“某主题/事件/政策的深度研究报告”类请求时,自动生成结构化研究内容。覆盖主题投资、政策影响、事件冲击、趋势判断等跨行业议题。触发核心条件:用户目标是“专题研究/深度解读/报告输出”,而非单行业常规研究或单标的诊断。
Usage Guidance
This skill appears to do what it says: it sends queries to Eastmoney's thematic research API and saves returned report text and base64 attachments to a local folder. Before installing or enabling it: (1) confirm the EM_API_KEY you supply is from the official Eastmoney service (https://ai.eastmoney.com/mxClaw) and understand its scope, expiry, and revocation options; (2) avoid pasting long-lived or high-privilege credentials—use a least-privilege key and rotate it if possible; (3) expect the skill to perform network calls to ai-saas.eastmoney.com and to write files under a workspace directory (miaoxiang/topic_research_report by default); (4) if you are concerned about autonomous invocation, restrict when the agent can call skills or only provide the API key in sessions where you trust the agent to run research tasks. If any of these behaviors are unacceptable, do not provide EM_API_KEY or run the script in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill
Name: topic-research-report
Version: 1.0.1
The skill is a legitimate tool for generating thematic research reports by interfacing with the EastMoney Miaoxiang API (ai-saas.eastmoney.com). The Python script `scripts/get_data.py` securely handles the `EM_API_KEY` environment variable, performs authenticated POST requests, and decodes base64 document attachments into local files. It includes safety measures such as sanitizing API-provided IDs to prevent path traversal during file creation. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The skill advertises generation of topical research reports and its code posts the user's query to an Eastmoney thematic research API (ai-saas.eastmoney.com). The only required credential (EM_API_KEY) matches the documented provider. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs setting EM_API_KEY, running the provided script or calling the function, and writing/decoding returned base64 attachments to disk. The instructions do not ask the agent to read unrelated files or secrets, nor to transmit data to endpoints other than the documented Eastmoney API and the share URL returned by that API. Note: the skill will write attachment files under a local workspace directory.
Install Mechanism
No install spec is provided (instruction-only with an included Python script). The script uses only Python standard-library modules and does not download or execute external installers or archives.
Credentials
Only one environment variable is required: EM_API_KEY, which is appropriate and expected for authenticating to the Eastmoney API. This is sensitive information and the skill documentation correctly warns against exposing it in logs or code.
Persistence & Privilege
The skill is not marked 'always:true' and does not modify other skills or global configuration. It can be invoked autonomously by the agent (platform default) and will use the provided EM_API_KEY to make network calls to Eastmoney and write files locally; users should be aware that autonomous invocation plus a valid API key allows the skill to call the external API without further prompts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install topic-research-report - After installation, invoke the skill by name or use
/topic-research-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 增加了命令行调用的注意事项,明确禁止后台异步执行,必须同步等待命令结果。
- 常见问题部分新增专题研究报告接口响应时间相关提示,强调需同步等待结果输出。
- 其他内容无变更。
v1.0.0
Publish 1.0.0
Metadata
Frequently Asked Questions
What is topic-research-report?
面向专题研究报告生成的能力。适用于用户提出“某主题/事件/政策的深度研究报告”类请求时,自动生成结构化研究内容。覆盖主题投资、政策影响、事件冲击、趋势判断等跨行业议题。触发核心条件:用户目标是“专题研究/深度解读/报告输出”,而非单行业常规研究或单标的诊断。 It is an AI Agent Skill for Claude Code / OpenClaw, with 405 downloads so far.
How do I install topic-research-report?
Run "/install topic-research-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is topic-research-report free?
Yes, topic-research-report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does topic-research-report support?
topic-research-report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created topic-research-report?
It is built and maintained by Financial AI Analyst (@financial-ai-analyst); the current version is v1.0.1.
More Skills