← Back to Skills Marketplace
make453

China Stock Analysis.Bak2

by make453 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
203
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install china-stock-analysis-bak2
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 coherent and low-risk in terms of technical access: it only instructs the agent to search the web and produce analysis. Before installing, consider: (1) provenance — the skill source/homepage is unknown and _meta.json ownerId differs from the registry owner ID, which lowers trust; (2) data reliability — it relies on generic web search results unless you or the skill restricts sources, so verify prices with official market/data providers before acting; (3) legal/financial risk — it produces investment recommendations but includes a disclaimer; treat outputs as informational, not professional financial advice. If you need guaranteed live market data, prefer a skill/integration that uses an authenticated, reputable market-data API.
Capability Analysis
Type: OpenClaw Skill Name: china-stock-analysis-bak2 Version: 1.0.0 The skill bundle is a legitimate tool for stock market analysis, providing structured instructions for an AI agent to search for and analyze Chinese, Hong Kong, and US stock data. It contains no executable code, malicious instructions, or data exfiltration attempts, and includes standard financial risk disclaimers (SKILL.md, references/china-stocks.md).
Capability Assessment
Purpose & Capability
Name/description (Chinese stock analysis and recommendations) match the SKILL.md: it defines search queries, analysis workflow, support for A-shares/HK/US tickers, and a reference list. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions stick to web searches for prices/news and producing analysis; they do not access local files or extra environment variables. Note: data sourcing is open-ended (generic web search) which can lead to stale or unverified sources — the SKILL.md does list some trusted sites in references, but runtime guidance does not enforce them.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk by an installer; lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths required. The skill does not request secrets or unrelated service tokens.
Persistence & Privilege
Default invocation settings (user-invocable, not always-included). The skill does not request permanent presence or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-stock-analysis-bak2
  3. After installation, invoke the skill by name or use /china-stock-analysis-bak2
  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. - Supports stock analysis and investment recommendations for Chinese A-shares (Shanghai, Shenzhen), Hong Kong stocks, and US stocks. - Provides a structured workflow for analysis: fetch price data, gather context, and deliver formatted investment recommendations. - Includes clear buy/hold/sell signal guidelines and a mandatory risk disclaimer. - References a list of common Chinese stock codes for convenience.
Metadata
Slug china-stock-analysis-bak2
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.Bak2?

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

How do I install China Stock Analysis.Bak2?

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

Is China Stock Analysis.Bak2 free?

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

Which platforms does China Stock Analysis.Bak2 support?

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

Who created China Stock Analysis.Bak2?

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

💬 Comments