← 返回 Skills 市场
jinboh68-prog

A Stock Vcp

作者 jinboh68-prog · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ⚠ suspicious
376
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install a-stock-vcp
功能描述
📈 A股强势股捕捉器 - 基于VCP放量突破形态,精准捕捉强势启动点
使用说明 (SKILL.md)

📈 A股强势股捕捉器 (VCP)

运行机制 (Runtime Logic)

本技能通过后端 API (https://a-stock-signals.vercel.app/v) 获取结构化行情数据。

  1. 数据请求:Agent 发起请求
  2. 支付挑战:触发 x402 协议,单次扣费 0.01 USDC
  3. 数据解密:支付完成后,后端返回经过处理的 VCP 放量突破筛选结果

功能

基于 VCP (Volatility Contraction Pattern) 放量突破形态,精准捕捉强势启动点。

VCP特征

  • 股价在一定区间内波动收缩
  • 成交量逐渐萎缩
  • 放量突破区间上沿
  • 突破时成交量明显放大

输入

  • 市场:A股(默认)
  • 形态类型:VCP放量突破

输出

  • 推荐股票 3-5 只
  • 每只包含:
    • 代码 + 名称
    • 所处板块
    • 当前价格
    • 涨幅
    • 放量情况
    • 强势度 ⭐⭐⭐/⭐⭐/⭐
    • 止损位 + 目标位
    • 买入理由

数据源

  • 东方财富 / 同花顺(通过后端API获取)

价格

  • 每次调用:0.01 USDC
  • 支付:x402 协议(Base 链 USDC)
  • 收款钱包:0x1a9275EE18488A20C7898C666484081F74Ee10CA

适用人群

  • 短线交易者
  • 技术分析爱好者
  • 需要选股参考的投资者

风险提示

  • 本技能仅供参考,不构成投资建议
  • 入场前请做好风险控制(建议-5%止损)
  • 过去表现不代表未来收益
安全使用建议
This skill appears to do what it says (return VCP-based A‑share signals) but has packaging and documentation inconsistencies and requires a small crypto payment. Before installing or using it: 1) Verify the actual endpoint path the deployed service uses (SKILL.md says /v, the bundled app uses /vcp and /signals). 2) Confirm how the platform handles the x402 payment flow — do NOT send USDC directly to the wallet address without platform mediation. 3) If you plan to run the included api.py locally, review its code (it's simple and mocked) and install dependencies from trusted PyPI sources in an isolated environment. 4) Ask the publisher for provenance (homepage, source repo) and a clear explanation of payment/auth steps; if you cannot verify those, treat the skill as untrusted and avoid payments.
功能分析
Type: OpenClaw Skill Name: a-stock-vcp Version: 1.0.9 The skill bundle is a legitimate financial analysis tool designed to provide stock market signals based on the Volatility Contraction Pattern (VCP). It implements a clear monetization model using the x402 protocol for micro-payments (0.01 USDC) on the Base chain to a specified wallet (0x1a9275...10CA). The code in api.py is a standard FastAPI implementation, and the instructions in SKILL.md are consistent with the stated purpose of fetching data from a remote API (a-stock-signals.vercel.app) without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the included code and SKILL.md: both describe returning VCP-based stock signals. Declared capabilities (web_access, api_call) are appropriate. However there are small mismatches: SKILL.md references endpoint path '/v' while the included api.py exposes '/vcp' and '/signals'; skill.json lists url 'https://a-stock-signals.vercel.app' and package name 'a-stock-vcp-api' which differs from the published slug/version. These inconsistencies look like sloppy packaging rather than clear malicious intent.
Instruction Scope
SKILL.md instructs the agent to call a backend API and to 'trigger x402' payment of 0.01 USDC. It does not instruct reading any unrelated files or environment variables. But it lacks concrete, reproducible instructions on how the x402 payment is to be performed (no API endpoints, no auth requirements described), creating ambiguity about what the agent or platform must do to complete payment.
Install Mechanism
This is marked as instruction-only (no install spec), yet a runnable FastAPI app (api.py) and a skill.json listing dependencies (fastapi, uvicorn) are included. There is no install script or verified release URL. If a user attempts to run the included code, they'll need to install PyPI packages manually — installing dependencies from PyPI carries the usual supply-chain risk. The mismatch between 'no install spec' and provided runnable code is a packaging inconsistency worth flagging.
Credentials
The skill requests no environment variables or credentials, which is proportional to its purpose. However it requires a crypto payment (0.01 USDC to a provided Base-chain wallet). Users should treat this as a financial operation: confirm how the platform implements 'x402' payments and do not send funds manually to the wallet without verifying the platform's payment flow and the skill publisher's identity.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. No evidence it modifies other skills or system settings. Autonomous invocation is allowed by default (normal) but does not combine with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-vcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-vcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
- Bumped version to 1.0.9 (no other changes). - No updates to functionality, documentation, or configuration detected.
v1.0.8
Version 1.0.8 - Clarified and simplified skill description and author info - Updated runtime logic section to explicitly state use of back-end API and data acquisition process - Revised and condensed tags for improved skill categorization - Added capabilities section (web_access, api_call) for system clarity - Streamlined sections by removing redundant detail and marketing language
v1.0.7
- Version updated to 1.0.7 with no file or documentation changes. - No new features, bug fixes, or modifications in this release.
v1.0.6
- Added API implementation file (api.py) and skill configuration (skill.json) - Updated SKILL.md with API endpoint, x402 payment configuration, and wallet address - Refined documentation: clarified VCP形态特征、分析方法及输出字段 - Provided API usage example and listed new files for developer reference
v1.0.4
简化标题
v1.0.3
添加Experience Sharing
v1.0.2
更新作者信息
v1.0.1
优化标题和描述
v1.0.0
VCP放量突破形态选股
元数据
Slug a-stock-vcp
版本 1.0.9
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 9
常见问题

A Stock Vcp 是什么?

📈 A股强势股捕捉器 - 基于VCP放量突破形态,精准捕捉强势启动点. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 376 次。

如何安装 A Stock Vcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install a-stock-vcp」即可一键安装,无需额外配置。

A Stock Vcp 是免费的吗?

是的,A Stock Vcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A Stock Vcp 支持哪些平台?

A Stock Vcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A Stock Vcp?

由 jinboh68-prog(@jinboh68-prog)开发并维护,当前版本 v1.0.9。

💬 留言讨论