China Stock Analysis

v1.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,...

44· 19.8k·203 current·211 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for paulshe/china-stock-analysis.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "China Stock Analysis" (paulshe/china-stock-analysis) from ClawHub.
Skill page: https://clawhub.ai/paulshe/china-stock-analysis
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install china-stock-analysis

ClawHub CLI

Package manager switcher

npx clawhub@latest install china-stock-analysis
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill describes Chinese/HK/US stock analysis and only uses web search and public reference lists; it does not request unrelated credentials, binaries, or config paths — requirements are proportionate to the stated purpose.
Instruction Scope
Runtime instructions are limited to searching public sources for price/news, assembling technical/fundamental commentary, and returning a structured analysis with a risk disclaimer; there are no instructions to read local files, access hidden endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing will be written to disk or fetched at install time.
Credentials
The skill requires no environment variables, credentials, or config paths — it relies on public web data and a local reference file included in the package.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges; autonomous invocation is allowed by platform default and is not combined with other concerning factors.
Assessment
This skill is internally consistent and does not request credentials or install code, but keep in mind: (1) it's instruction-only and relies on web search — accuracy depends on the agent's browsing/data access and the timeliness of scraped sources, (2) it is not a substitute for licensed financial advice; it correctly includes a disclaimer but you should verify any trade decisions with authoritative market data or a licensed advisor, (3) if you need guaranteed real-time quotes or higher reliability, prefer a skill that uses an authenticated market-data API (which would require explicit credentials), and (4) absence of code and scan findings reduces risk but does not guarantee correctness — review outputs and sources before acting on recommendations.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bay8z0ka0r1gf88a6eyf2fd82mexc
19.8kdownloads
44stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Stock Analysis

Analyze stock price movements and provide investment recommendations.

Supported Markets

MarketCode FormatExample
A-shares (Shanghai)XXXXXX.SH600519.SH (Moutai)
A-shares (Shenzhen)XXXXXX.SZ000001.SZ (Ping An)
Hong KongXXXX.HK0700.HK (Tencent)
USTICKERAAPL, 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.

Comments

Loading comments...