← Back to Skills Marketplace
oldairman

Xia China Stock Analysis

by Oldairman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xia-china-stock
Description
Comprehensive A-share & HK stock analysis toolkit for OpenClaw agents. Technical indicators (MA/MACD/RSI/KDJ/BOLL), multi-source data (Eastmoney API, Akshare...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xia-china-stock
  3. After installation, invoke the skill by name or use /xia-china-stock
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
A股港股技术分析:多源数据、技术指标、新闻聚合
Metadata
Slug xia-china-stock
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.

How do I install Xia China Stock Analysis?

Run "/install xia-china-stock" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xia China Stock Analysis free?

Yes, Xia China Stock Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Xia China Stock Analysis support?

Xia China Stock Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xia China Stock Analysis?

It is built and maintained by Oldairman (@oldairman); the current version is v1.0.0.

💬 Comments