← Back to Skills Marketplace
haohanyang92

A股量价关系验证

by haohanyang92 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
515
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install a-stock-volume-price
Description
通过成交量判断价格走势真实性,避免被"诱多"或"诱空"。用于A股技术分析。
README (SKILL.md)

量价关系验证 Skill

核心能力

通过成交量判断价格走势的真实性,避免被"诱多"或"诱空"。

量价规则

有效上涨

  • 价格创新高
  • 成交量放大(较前一日放量30%以上)
  • 结论:有效突破,可跟进

虚假上涨(诱多)

  • 价格创新高
  • 成交量缩量
  • 结论:警惕主力出货,不可追

底部反转

  • 价格企稳
  • 成交量连续3日温和放大
  • 结论:资金进场信号,可考虑建仓

有效下跌

  • 价格创新低
  • 成交量放大
  • 结论:可能加速赶底

虚假下跌(诱空)

  • 价格创新低
  • 成交量缩量
  • 结论:空头乏力,可能反转

实战规则

  • 个股涨停但成交量萎缩 → 说明封单不强,次日大概率低开
  • 涨停伴随放量突破前期压力位 → 有效上涨信号,可果断跟进
  • 缩量上涨至压力位 → 警惕回调

触发场景

  • "这个涨停有效吗"
  • "这是诱多还是真涨"
  • "能追吗"
  • "缩量上涨可靠吗"
Usage Guidance
这是一个提供量价关系判断规则的参考性技能,而非自动交易或账户接入工具。建议在安装/使用前注意: - 不要把该技能当作唯一的决策依据,先对规则进行历史回测并结合风险管理; - 确认代理/平台不会把技能联动到有资金权限的自动化交易账户(若代理能下单,确保未授权其自动执行交易); - 若需要技能处理实时行情数据,明确数据来源并确保数据隐私与准确性; - 技能不请求凭证或安装代码,风险较低,但任何自动化使用都应先在受控环境中验证其表现并谨慎部署。
Capability Analysis
Type: OpenClaw Skill Name: a-stock-volume-price Version: 1.0.0 The skill bundle contains only metadata and a markdown file (SKILL.md) providing heuristics for A-share stock volume-price analysis. It lacks any executable code, network requests, or malicious instructions, and its content is strictly aligned with its stated purpose of technical analysis.
Capability Assessment
Purpose & Capability
技能名与描述为“通过成交量判断价格走势真实性”,SKILL.md 列出了具体的量价判定规则和触发问句,所需能力与声明目的吻合,没有额外不相关的权限或依赖声明。
Instruction Scope
运行时指令仅是规则/启发式说明(何为有效上涨、诱多等),没有要求读取系统文件、环境变量或将数据发送到外部未知端点;说明的范围清晰、限定于技术分析判断。
Install Mechanism
无安装规格、无代码文件:这是一个纯文本的说明型技能(instruction-only),不会在目标机器上下载或执行额外代码。
Credentials
未声明任何环境变量、凭证或配置路径;技能不请求访问与其目的无关的外部凭据或敏感资源。
Persistence & Privilege
技能未设置 always:true,也没有修改其他技能或系统配置的指示;默认允许模型自治调用(平台默认行为),但技能本身不要求额外持久权限。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install a-stock-volume-price
  3. After installation, invoke the skill by name or use /a-stock-volume-price
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Provides volume-price analysis rules to help users verify the authenticity of price movements in A-shares and avoid false trading signals. - Explains how to identify effective uptrends, false breakouts (诱多), bottom reversals, effective downtrends, and false breakdowns (诱空) using volume. - Includes practical guidance for common real-world trading scenarios and questions. - Rules focus on comparing volume changes with price action to determine market intent.
Metadata
Slug a-stock-volume-price
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is A股量价关系验证?

通过成交量判断价格走势真实性,避免被"诱多"或"诱空"。用于A股技术分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 515 downloads so far.

How do I install A股量价关系验证?

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

Is A股量价关系验证 free?

Yes, A股量价关系验证 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does A股量价关系验证 support?

A股量价关系验证 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created A股量价关系验证?

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

💬 Comments