← Back to Skills Marketplace
cs995279497-byte

China Stock Analysis 1.0.0

by cs995279497-byte · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
133
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install china-stock-analysis-1-0-0
Description
Analyze Chinese stock prices (A-shares, HK stocks) and provide investment recommendations. Use when the user asks about stock analysis for Chinese companies,...
README (SKILL.md)

Stock Analysis

Analyze stock price movements and provide investment recommendations.

Supported Markets

Market Code Format Example
A-shares (Shanghai) XXXXXX.SH 600519.SH (Moutai)
A-shares (Shenzhen) XXXXXX.SZ 000001.SZ (Ping An)
Hong Kong XXXX.HK 0700.HK (Tencent)
US TICKER AAPL, TSLA, NVDA

Analysis Workflow

When asked to analyze a stock:

  1. Search for current price data using web search

    • Query format: "{股票名称} 股价 今日" or "{TICKER} stock price today"
    • Look for: current price, open, high, low, volume, change %
  2. Gather additional context (if available)

    • Recent news affecting the stock
    • Industry trends
    • Market sentiment
  3. Present analysis in structured format:

## 📊 {股票名称}({代码}) 股价分析

### 📈 核心数据
| 指标 | 数值 | 变化 |
|------|------|------|
| 收盘价 | XXX | +XX |
| 涨跌幅 | XX% | 🔴/🟢 |
| 最高/最低 | XX / XX | - |
| 成交量 | XX万手 | - |

### 技术面分析
- 短期趋势:...
- 关键支撑/压力位:...
- 均线状态:...

### 💡 投资建议
**建议:买入/持有/卖出**
- 理由:...
- 操作策略:...
- 风险提示:...

Recommendation Guidelines

Buy Signals

  • 突破关键阻力位
  • 成交量放大配合上涨
  • 均线多头排列
  • 基本面利好

Hold Signals

  • 趋势不明确
  • 等待关键突破
  • 已有持仓且趋势良好

Sell Signals

  • 跌破关键支撑位
  • 成交量萎缩
  • 均线空头排列
  • 基本面恶化

Risk Disclaimer

Always include: "分析仅供参考,不构成投资建议。投资有风险,入市需谨慎。"

Common Chinese Stocks Reference

See references/china-stocks.md for popular Chinese stock codes.

Usage Guidance
This skill appears to do what it says (search public finance sites and summarize price/news), and it does not request credentials or install code. However: (1) the source/homepage is missing and the registry ownerId (kn78...) does not match the ownerId inside _meta.json (kn79...), which is an unexplained provenance inconsistency; (2) because it will perform web searches, verify the agent's search tool is trustworthy and that results are coming from reputable finance sites (e.g., Eastmoney, Xueqiu, Yahoo) before relying on recommendations; (3) treat any investment recommendations as informational only (the skill includes a disclaimer but you should still verify data independently); and (4) if you need stronger guarantees, ask the publisher for provenance (who published this, a homepage or source repo, and why owner IDs differ) or prefer a skill from a known/trusted provider. If you plan to use it in production or give it autonomous access, request additional provenance or testing logs first.
Capability Analysis
Type: OpenClaw Skill Name: china-stock-analysis-1-0-0 Version: 1.0.0 The skill bundle provides a structured workflow and reference data for an AI agent to perform stock market analysis for Chinese and international markets. It relies on standard web searches for data gathering and includes appropriate financial risk disclaimers without any evidence of malicious code, data exfiltration, or prompt injection (SKILL.md, references/china-stocks.md).
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill performs web searches for prices/news and produces buy/hold/sell recommendations for Chinese (and listed) stocks. Required capabilities (none) are proportionate to the stated purpose.
Instruction Scope
SKILL.md restricts runtime behavior to web searches for price/news, assembling technical/fundamental commentary, and returning a structured recommendation with a disclaimer. It does not instruct reading system files, accessing unrelated env vars, or exfiltrating data to unknown endpoints.
Install Mechanism
Instruction-only skill with no install spec or code files to write/execute — lowest install risk.
Credentials
Requires no environment variables, no credentials, and references public data sources only. The requested environment access is minimal and appropriate for the task.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request elevated persistence or modify other skills/config; behavior is within normal expectations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-stock-analysis-1-0-0
  3. After installation, invoke the skill by name or use /china-stock-analysis-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of China Stock Analysis skill. - Provides analysis and investment recommendations for A-shares (Shanghai, Shenzhen), Hong Kong, and US-listed stocks. - Uses web search to retrieve latest price data and recent news for Chinese stocks. - Structures analysis in a clear format including core data, technical trends, and actionable advice. - Outlines guidelines for buy/hold/sell recommendations based on technical and fundamental signals. - Includes risk disclaimer in all outputs.
Metadata
Slug china-stock-analysis-1-0-0
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is China Stock Analysis 1.0.0?

Analyze Chinese stock prices (A-shares, HK stocks) and provide investment recommendations. Use when the user asks about stock analysis for Chinese companies,... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install China Stock Analysis 1.0.0?

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

Is China Stock Analysis 1.0.0 free?

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

Which platforms does China Stock Analysis 1.0.0 support?

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

Who created China Stock Analysis 1.0.0?

It is built and maintained by cs995279497-byte (@cs995279497-byte); the current version is v1.0.0.

💬 Comments