← 返回 Skills 市场
financial-ai-analyst

topic-research-report

作者 Financial AI Analyst · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
405
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install topic-research-report
功能描述
面向专题研究报告生成的能力。适用于用户提出“某主题/事件/政策的深度研究报告”类请求时,自动生成结构化研究内容。覆盖主题投资、政策影响、事件冲击、趋势判断等跨行业议题。触发核心条件:用户目标是“专题研究/深度解读/报告输出”,而非单行业常规研究或单标的诊断。
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install topic-research-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /topic-research-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 增加了命令行调用的注意事项,明确禁止后台异步执行,必须同步等待命令结果。 - 常见问题部分新增专题研究报告接口响应时间相关提示,强调需同步等待结果输出。 - 其他内容无变更。
v1.0.0
Publish 1.0.0
元数据
Slug topic-research-report
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

topic-research-report 是什么?

面向专题研究报告生成的能力。适用于用户提出“某主题/事件/政策的深度研究报告”类请求时,自动生成结构化研究内容。覆盖主题投资、政策影响、事件冲击、趋势判断等跨行业议题。触发核心条件:用户目标是“专题研究/深度解读/报告输出”,而非单行业常规研究或单标的诊断。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 405 次。

如何安装 topic-research-report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install topic-research-report」即可一键安装,无需额外配置。

topic-research-report 是免费的吗?

是的,topic-research-report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

topic-research-report 支持哪些平台?

topic-research-report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 topic-research-report?

由 Financial AI Analyst(@financial-ai-analyst)开发并维护,当前版本 v1.0.1。

💬 留言讨论