← 返回 Skills 市场
jinboh68-prog

A Stock Trading Signals

作者 jinboh68-prog · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ⚠ suspicious
434
总下载
0
收藏
2
当前安装
9
版本数
在 OpenClaw 中安装
/install a-stock-trading-signals
功能描述
🏆 A股/港股强势股捕捉器 - 基于旱地拔葱、N字爆发、一阳穿三阴精准选股
使用说明 (SKILL.md)

🏆 A股/港股量化交易信号

运行机制 (Runtime Logic)

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

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

功能

基于旱地拔葱N字型态一阳串三阴三种经典技术形态,实时筛选强势股。

旱地拔葱

  • 竞价高开 3%+
  • 量比 > 2
  • 资金净流入前排

N字型态

  • 放量突破前期高点
  • 回撤不破突破点
  • 再次放量上涨

一阳串三阴

  • 连续3根阴线下跌
  • 一根大阳线突破3根阴线高点
  • 成交量配合放大

输入

  • 市场:A 股 / 港股(默认 A 股)
  • 形态类型:旱地拔葱 / N字型态 / 一阳串三阴(可多选)

输出

  • 推荐股票 3-5 只
  • 每只包含:代码 + 名称 + 涨幅 + 资金净流入 + 形态强度 ⭐ + 止损位 + 目标位

数据源

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

价格

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

适用人群

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

风险提示

  • 本技能仅供参考,不构成投资建议
  • 入场前请做好风险控制
  • 过去表现不代表未来收益
安全使用建议
This skill is generally coherent for a paid trading-signal API, but evaluate these things before installing: 1) Endpoint and implementation mismatches — SKILL.md, skill.json and api.py disagree on paths (/s vs /signals and listed endpoints). Ask the author to clarify which endpoint the agent should call. 2) Payment risk — the skill expects an x402 on-chain payment (0.01 USDC to the listed wallet). The included api.py does not actually enforce payment (it bypasses verification in testing mode), but the remote service could require/charge payment outside this bundle. Do not sign or send crypto unless you trust the endpoint and understand the payment flow. 3) Source provenance — there is no homepage or reputable owner listed; prefer skills hosted from a verifiable repo or vendor. 4) If you plan to let the agent call the endpoint autonomously, limit or review calls to avoid unintended payments. 5) If you need assurance, request the maintainer to: a) align docs/manifests with routes, b) provide a public repo or audit trail, and c) document the exact x402 flow and what data is transmitted. If any of these are unresolved, treat the skill as higher-risk and do not use it for automated trades or with real funds.
功能分析
Type: OpenClaw Skill Name: a-stock-trading-signals Version: 1.0.9 The skill bundle implements a legitimate commercial stock trading signal service for A-shares and Hong Kong stocks using a pay-per-use model. It utilizes the x402 protocol for payments (0.01 USDC) on the Base chain, with the backend hosted at a-stock-signals.vercel.app. The provided code (api.py) is a clean FastAPI implementation that serves stock signals, and the requested permissions (web_access, api_call) are strictly necessary for its stated purpose.
能力评估
Purpose & Capability
The skill claims to fetch A-share/HK-stock trading signals from a backend API and charge 0.01 USDC via the x402 protocol; the code, SKILL.md and manifests consistently reference a remote endpoint and a recipient wallet, so the requested capabilities match the stated purpose. Minor incoherencies: skill.json lists endpoints (/s, /v, /n) while api.py exposes /signals and /health; SKILL.md points at /s but api.py implements /signals. This mismatch could be a configuration bug or documentation drift.
Instruction Scope
SKILL.md instructs the agent to call an external API and perform an x402 payment challenge. That is within the skill's purpose but is a financial action: the agent will contact an external service (unknown third party) that may expect on-chain payment. The runtime instructions are vague about how the payment is to be performed and do not limit what the agent should send as context. The included api.py also skips real payment verification (verify_x402_payment returns True or is bypassed if x402 is not installed), so the promised paywall is not enforced in the code bundle — this discrepancy is important for users to know.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is automatically downloaded from arbitrary URLs. The package files include Python code and a manifest that lists dependencies (fastapi, uvicorn, x402) which are ordinary packages; there is no evidence of obscure download URLs or archive extraction in the skill bundle.
Credentials
The skill requests no environment variables or secrets. It does include a hard-coded recipient wallet and payment parameters but does not ask for the user's private keys or API keys. No unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistent privileges or attempt to modify other skills or global agent config. Agent autonomy is allowed by default (disable-model-invocation is false), which is normal; this combined with an external payment requirement increases financial risk but does not itself indicate elevated system privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-trading-signals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-trading-signals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
No changes detected from the previous version. - Version updated from 1.0.8 to 1.0.9 (no file/content changes included) - All features, descriptions, and configurations remain the same
v1.0.8
- Updated and clarified the skill description and author information. - Added a runtime logic section detailing backend API workflow. - Simplified and reorganized feature explanations and data source statement. - Added explicit declaration of web_access and api_call capabilities. - Improved documentation clarity regarding payment, API endpoint, and intended audience.
v1.0.7
- Bumped version to 1.0.7 in skill.json (no other functional or user-facing changes).
v1.0.6
- Added api.py, skill.json, and vercel.json files for API functionality and deployment configuration - SKILL.md updated with activation details for x402 paid API (endpoint, wallet, etc.) - Added "API 接入" and "文件" sections to documentation for easier integration - Payment information and wallet address now included for direct USDC (Base chain) payments
v1.0.4
简化标题
v1.0.3
添加Experience Sharing
v1.0.2
更新作者信息
v1.0.1
优化标题和描述
v1.0.0
初始版本
元数据
Slug a-stock-trading-signals
版本 1.0.9
许可证 MIT-0
累计安装 3
当前安装数 2
历史版本数 9
常见问题

A Stock Trading Signals 是什么?

🏆 A股/港股强势股捕捉器 - 基于旱地拔葱、N字爆发、一阳穿三阴精准选股. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 434 次。

如何安装 A Stock Trading Signals?

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

A Stock Trading Signals 是免费的吗?

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

A Stock Trading Signals 支持哪些平台?

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

谁开发了 A Stock Trading Signals?

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

💬 留言讨论