← 返回 Skills 市场
oldairman

Xia China Stock Analysis

作者 Oldairman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xia-china-stock
功能描述
Comprehensive A-share & HK stock analysis toolkit for OpenClaw agents. Technical indicators (MA/MACD/RSI/KDJ/BOLL), multi-source data (Eastmoney API, Akshare...
安全使用建议
This package generally matches its description (stock indicators, multi-source data, reports) but exercise caution: 1) SKILL.md and the registry disagree about installation — review and run pip installs yourself rather than trusting an automated installer. 2) news_search.py may call local binaries (mcporter, node) if present—these are not declared requirements; consider running in an environment without those tools if you want to avoid that code path. 3) The code performs web requests (Sina/EastMoney/Akshare/Yahoo) and writes logs locally—ensure this network access and file writes are acceptable. 4) Some source files appear incomplete/truncated (potential runtime errors); test in a sandbox before adding to production cron jobs. 5) If you proceed, review the code paths that call subprocess.run, confirm what external commands they would invoke on your machine, and run the skill in a restricted/sandboxed environment (or inside a container) to limit blast radius.
功能分析
Type: OpenClaw Skill Name: xia-china-stock Version: 1.0.0 The skill bundle is a legitimate stock analysis toolkit for the Chinese A-share and Hong Kong markets. It provides technical indicators (MACD, RSI, KDJ), news aggregation, and watchlist management using reputable data sources like Sina Finance and EastMoney. The code is well-structured, lacks obfuscation, and its use of subprocess calls is limited to necessary interactions with helper tools like mcporter and node for search functionality. No evidence of data exfiltration, malicious persistence, or prompt injection was found across the scripts (e.g., technical_indicators.py, integrated_analysis.py) or documentation.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The code and SKILL.md align with a Chinese A-share/HK stock analysis toolkit (technical indicators, multi-source data, news aggregation, watchlist). However there is an inconsistency: the registry metadata lists this as an instruction-only skill with no install spec, while SKILL.md includes a pip install step and the repository contains multiple Python scripts — the packaging/installation story is unclear but not necessarily malicious.
Instruction Scope
SKILL.md instructs running multiple local scripts (technical_indicators.py, integrated_analysis.py, news_search.py, etc.). Some modules (news_search.py) invoke local system binaries via subprocess (mcporter, node) and call external web APIs (Sina, EastMoney, Akshare, Yahoo). Those external command usages are not documented as required binaries in the skill manifest. The scripts also write log files under a local memory/analysis_logs path. Executing the skill will perform network traffic and may call local binaries if present.
Install Mechanism
No high-risk install (no arbitrary URL downloads); SKILL.md recommends pip installing common packages (pandas, numpy, requests) which is expected. The registry however claimed 'no install spec' while SKILL.md provides a pip install step — a mismatch that should be resolved. There is no evidence of downloads from untrusted URLs or archive extraction in the provided files.
Credentials
The skill does not request environment variables or secrets. Its network usage is consistent with its stated purpose (fetching market data and news). That said, the code optionally invokes local tools (mcporter, node) which are not declared; this is an implementation detail rather than a credential/secret request.
Persistence & Privilege
The skill does not request persistent elevated privileges and 'always' is false. It writes logs and watchlist data to local paths within the project (normal for this kind of tool) and does not appear to attempt to modify other skills or system-wide agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xia-china-stock
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xia-china-stock 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
A股港股技术分析:多源数据、技术指标、新闻聚合
元数据
Slug xia-china-stock
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xia China Stock Analysis 是什么?

Comprehensive A-share & HK stock analysis toolkit for OpenClaw agents. Technical indicators (MA/MACD/RSI/KDJ/BOLL), multi-source data (Eastmoney API, Akshare... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Xia China Stock Analysis?

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

Xia China Stock Analysis 是免费的吗?

是的,Xia China Stock Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Xia China Stock Analysis 支持哪些平台?

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

谁开发了 Xia China Stock Analysis?

由 Oldairman(@oldairman)开发并维护,当前版本 v1.0.0。

💬 留言讨论