topic-research-report
v1.0.0面向专题研究报告生成的能力。适用于用户提出“某主题/事件/政策的深度研究报告”类请求时,自动生成结构化研究内容。覆盖主题投资、政策影响、事件冲击、趋势判断等跨行业议题。触发核心条件:用户目标是“专题研究/深度解读/报告输出”,而非单行业常规研究或单标的诊断。
⭐ 0· 41·0 current·0 all-time
byGingin@gracexiaoo
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, and the included script all focus on generating thematic research reports and map to a single HTTP API call and attachment decoding. Minor inconsistency: the README refers to ai.eastmoney.com/mxClaw as the key issuance page while the runtime URL is a mx-saas-platform-test.eastmoney.com test/proxy endpoint and example share URLs reference aife-test.eastmoney.com:9001 — this suggests test/dev endpoints rather than a documented production endpoint but does not contradict the stated purpose.
Instruction Scope
SKILL.md instructs the agent to set EM_API_KEY and call the provided script or function. The script only: reads EM_API_KEY, POSTs the user's query to the declared TOPIC_RESEARCH_URL, parses JSON, decodes possible base64 attachments, writes files to a local output directory, and returns structured fields. It does not read unrelated system files or additional environment variables.
Install Mechanism
No install spec (instruction-only + a self-contained Python script). No external downloads or package installs are requested by the skill manifest.
Credentials
The only required environment variable is EM_API_KEY, which is proportional to an authenticated API client. No other secrets, keys, or unrelated credentials are requested. The script uses that key only in the request header.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent system privileges or modify other skills; it writes attachments to a local workspace directory (normal for a report-generation tool).
Assessment
This skill appears to do what it says: it requires a single EM_API_KEY and sends your query to an EastMoney research API, then saves any returned Word/PDF attachments locally. Before installing: 1) Confirm the EM_API_KEY issuer and whether the key you obtain is intended for production use (the code points at test/dev endpoints). 2) Only provide a key scoped to this service (do not reuse broad credentials). 3) Be aware the skill will write decoded attachments to disk (DEFAULT: ./miaoxiang/topic_research_report); run it in an environment where writing files is acceptable. 4) If you need production endpoints or an SLA, verify the correct API host and key issuance procedure with the service owner prior to supplying credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk9770q98ay9848m20kngdd8q6x84v0cc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvEM_API_KEY
