← 返回 Skills 市场
154
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install xiapi-news-catalyst-analysis
功能描述
个股舆情/公告/研报催化分析:基于 news 命令做信息收集、噪音过滤、信源分级与影响评分。触发词:个股舆情、公告解读、研报解读、消息面分析、新闻催化、利好利空。适用场景:用户希望评估某只A股近期新闻事件对股价和预期的影响。不适用场景:纯技术指标教学、无标的代码、非A股市场。
安全使用建议
This skill appears to do what it says (scrape sentiment/announcements/reports via the daxiapi-cli and produce a scored report), but it omits important operational details. Before installing or running it: 1) confirm the origin and trustworthiness of 'daxiapi-cli' (is it an official vendor package?) — npx will fetch and execute its code; 2) understand where the token is stored (the SKILL.md uses 'npx daxiapi-cli config set token' which writes to the CLI config) and avoid pasting high‑privilege secrets unless you trust the package; 3) request the publisher to explicitly declare required binaries (node, npx), the credential type (DAXIAPI token) and any config paths; 4) optionally run the npx commands manually in a sandbox or inspect the daxiapi-cli npm package source before granting a token; and 5) if you cannot verify the daxiapi-cli package or the token provider, do not provide sensitive credentials and prefer running the data-collection steps yourself and feeding sanitized results to the skill.
功能分析
Type: OpenClaw Skill
Name: xiapi-news-catalyst-analysis
Version: 1.0.3
The skill is a financial analysis tool designed to process A-share stock news, announcements, and research reports using the `daxiapi-cli`. It implements a structured workflow for noise filtering, importance classification based on specific API fields (like 'columns' for announcements), and a quantitative scoring model for news catalysts. The instructions in SKILL.md and the report template in assets/report-template.md are strictly aligned with the stated purpose of generating stock market reports and do not contain any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill's described purpose (collect sentiment/notice/report via a news API and produce a scored report) matches the runtime instructions that call daxiapi-cli's news commands. However, the package metadata declares no required binaries or credentials while the SKILL.md explicitly instructs the agent/user to run 'npx daxiapi-cli@latest' and to set/get a token. That token (and a runnable npx/npm environment) are operationally required — their omission from declared requirements is an incoherence.
Instruction Scope
Runtime instructions explicitly instruct running npx daxiapi-cli commands (network fetch + execution of remote npm package) and to configure a token via 'npx daxiapi-cli config set token'. The instructions do not ask for unrelated files or secrets, but they do direct the agent/user to access and mutate local CLI config/state via the external tool. The skill gives broad discretion to fetch 'latest' CLI code via npx, which will execute remote code on the host — expected for this task but not declared.
Install Mechanism
There is no formal install spec in the registry (instruction-only). However, the SKILL.md relies on npx to download and run daxiapi-cli@latest from the npm registry at runtime. Fetching/executing code via npx/npm is a moderate risk (remote code executed locally) and should be considered part of the install/runtime footprint even though no install block is declared.
Credentials
The skill requires a DAXIAPI token (the SKILL.md shows commands to get/set 'token'), but the registry metadata lists no required environment variables, primary credential, or config paths. Requiring a secret token for the external API is reasonable for this functionality, but failing to declare that credential and how/where it's stored is a proportionality and transparency problem. Additionally, the skill implies using npx/npm and the user's CLI config directory to persist the token.
Persistence & Privilege
The skill is not marked 'always:true' and contains no code that modifies other skills or global agent settings. It instructs the user/agent to configure a token in the daxiapi-cli config, which is local to that CLI, but the skill itself does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiapi-news-catalyst-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiapi-news-catalyst-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
No functional changes; documentation updated for clarity.
- 修正了研报命令参数说明,将 Step 1 中 `-e <最近交易日日期>` 改为 `-e <今日日期>`,与实际用法一致。
- 其他内容(流程、逻辑、重要原则等)保持不变,仅优化表述。
v1.0.2
- 修正文档中研报数据获取命令的说明,明确 -e 参数应填写最近实际交易日日期,不得用系统当前日期。
- 强调需从已获取数据的最新日期字段读取最近交易日,避免未来日误用。
- 其余功能、流程、评分体系等无实质变化,仅文字细化和标准化。
v1.0.1
**Changelog for xiapi-news-catalyst-analysis 1.0.1**
- Added a dedicated report template file at assets/report-template.md.
- Improved data process: now filters noise (e.g., automated trading summaries, financing news) from sentiment data before analysis.
- Uses notice.columns for key event classification, improving accuracy in determining announcement importance.
- Adds in-depth handling of report.rating and EPS fields from research reports for stronger institutional signal detection.
- Updates all examples, scoring, and requirements to enforce noise filtering and proper data field usage.
- Expands and refines quality checks, pitfalls, and error handling sections.
v1.0.0
- Initial release of xiapi-news-catalyst-analysis.
- Provides structured analysis of A-share stock news, announcements, and research reports.
- Performs cross-verification of information sources, direction sentiment tagging, recency analysis, and impact scoring.
- Outputs a comprehensive, traceable event report with prioritization and risk warnings.
- Clearly defines supported and non-supported scenarios and includes detailed quality checks.
元数据
常见问题
虾皮个股舆情/公告/研报催化分析 是什么?
个股舆情/公告/研报催化分析:基于 news 命令做信息收集、噪音过滤、信源分级与影响评分。触发词:个股舆情、公告解读、研报解读、消息面分析、新闻催化、利好利空。适用场景:用户希望评估某只A股近期新闻事件对股价和预期的影响。不适用场景:纯技术指标教学、无标的代码、非A股市场。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 虾皮个股舆情/公告/研报催化分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiapi-news-catalyst-analysis」即可一键安装,无需额外配置。
虾皮个股舆情/公告/研报催化分析 是免费的吗?
是的,虾皮个股舆情/公告/研报催化分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
虾皮个股舆情/公告/研报催化分析 支持哪些平台?
虾皮个股舆情/公告/研报催化分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 虾皮个股舆情/公告/研报催化分析?
由 三水清(@ksky521)开发并维护,当前版本 v1.0.3。
推荐 Skills