← Back to Skills Marketplace
c595390153-a11y

China Stock Analysis Custom

by c595390153-a11y · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
67
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install china-stock-analysis-custom
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: it will use web searches and public finance sites to gather price and news, then produce structured analysis and a disclaimer. Consider the following before installing: (1) it relies on web search results — those can be stale or inaccurate; verify prices with a trusted data source if you need real-time trading decisions; (2) the skill will send search queries to whatever search provider the agent uses, so do not include private data in queries; (3) it does not request credentials or install code, so its footprint is minimal; (4) if you need guaranteed real-time or exchange-grade data, prefer using an API-based skill with proper credentials and rate limits. If you want higher assurance, ask the publisher for source provenance or replace web-search steps with explicit, trusted data-API calls.
Capability Analysis
Type: OpenClaw Skill Name: china-stock-analysis-custom Version: 1.0.0 The skill bundle provides a legitimate workflow for an AI agent to perform stock market analysis for Chinese and international markets. It contains a structured analysis template, a reference list of stock tickers in 'references/china-stocks.md', and standard financial risk disclaimers in 'SKILL.md'. No malicious code, data exfiltration attempts, or harmful prompt injection instructions were identified.
Capability Assessment
Purpose & Capability
Name/description (China stock analysis) match the actual instructions: search web for prices/news, analyze, and format recommendations. There are no unrelated required binaries, environment variables, or config paths.
Instruction Scope
SKILL.md confines behavior to web searches for price/news, technical and fundamental analysis, and formatting results. It does not instruct reading local files, accessing secrets, or sending data to arbitrary external endpoints beyond standard web searches and cited finance sites.
Install Mechanism
No install spec and no code files — instruction-only skill: nothing is written to disk or installed.
Credentials
The skill requests no environment variables, credentials, or config paths. Its data needs (public price/news) align with this minimal requirement.
Persistence & Privilege
always is false, no elevated persistence or modifications to other skills/configs. The skill can be invoked by the agent when relevant (normal behavior).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-stock-analysis-custom
  3. After installation, invoke the skill by name or use /china-stock-analysis-custom
  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-custom skill. - Supports analysis for A-shares (Shanghai, Shenzhen), Hong Kong, and US-listed stocks. - Provides structured stock analysis with current price, key metrics, technical trends, and investment recommendation (buy/hold/sell). - Includes context from recent news, industry trends, and market sentiment when available. - Offers clear guidelines for generating buy, hold, and sell signals. - Always appends a standard investment risk disclaimer in responses.
Metadata
Slug china-stock-analysis-custom
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is China Stock Analysis Custom?

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 67 downloads so far.

How do I install China Stock Analysis Custom?

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

Is China Stock Analysis Custom free?

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

Which platforms does China Stock Analysis Custom support?

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

Who created China Stock Analysis Custom?

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

💬 Comments