← 返回 Skills 市场
jinboh68-prog

A Stock N Pattern

作者 jinboh68-prog · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ⚠ suspicious
401
总下载
0
收藏
2
当前安装
9
版本数
在 OpenClaw 中安装
/install a-stock-n-pattern
功能描述
🚀 A股强势股捕捉器 - 基于 N字型态 经典技术指标,实时筛选放量突破个股。
使用说明 (SKILL.md)

🚀 A股强势股捕捉器

运行机制 (Runtime Logic)

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

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

功能

基于 N字型态 经典技术形态,实时筛选强势股。

N字型态特征

第一笔(上涨)

  • 放量突破前期高点
  • 成交量明显放大

第二笔(回撤)

  • 回撤不破突破点
  • 缩量回调(量能萎缩)

第三笔(再涨)

  • 再次放量上涨
  • 突破第一笔高点

输入

  • 市场:A股(默认)
  • 形态类型:N字型态

输出

  • 推荐股票 3-5 只
  • 每只包含:
    • 代码 + 名称
    • 所处板块
    • N字型态阶段(突破/回撤/再次启动)
    • 强势度 ⭐⭐⭐/⭐⭐/⭐
    • 放量情况
    • 止损位 + 目标位
    • 买入理由

数据源

  • 东方财富 / 同花顺(通过后端API获取)
  • 备用:新浪财经 / 腾讯财经

价格

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

适用人群

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

风险提示

  • 本技能仅供参考,不构成投资建议
  • 入场前请做好风险控制(建议-5%止损)
  • 过去表现不代表未来收益
安全使用建议
This skill appears to do what it says (return N‑pattern stock picks) but has several unclear points you should verify before enabling: 1) Confirm how x402 payments are handled by your agent platform — do you need to provide a wallet or private key? Never paste private keys into a skill. 2) Confirm you accept the real monetary charge (0.01 USDC per call) and that the recipient wallet (0x1a92...) is legitimate. 3) Ask the author/maintainer to clarify the endpoint path (SKILL.md uses /n but api.py exposes /n-pattern and /signals) and whether the bundled api.py is a stub. 4) Prefer testing with a single call or a sandbox payment flow first. If the platform does not natively handle x402, do not provide wallet credentials and do not authorize payments to this external wallet.
功能分析
Type: OpenClaw Skill Name: a-stock-n-pattern Version: 1.0.9 The skill is a legitimate financial analysis tool designed to provide A-share stock signals based on the 'N-pattern' technical indicator. It utilizes a transparent paid-access model (0.01 USDC via the x402 protocol) and fetches data from a documented external API (https://a-stock-signals.vercel.app/n). The provided Python code (api.py) is a standard FastAPI implementation serving sample data, and the instructions in SKILL.md are consistent with the stated purpose without any signs of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill claims to fetch real-time N‑pattern signals from a backend API and charge 0.01 USDC per call; SKILL.md, skill.json, and the included api.py all reference the same project/recipient wallet, so overall capability lines up with the description. However, the packaged api.py is a small local FastAPI that returns static example signals (no real datasource calls), while SKILL.md claims data comes from 东方财富/同花顺 etc. This difference suggests the included code is a stub/example rather than the actual data provider.
Instruction Scope
SKILL.md instructs the agent to call an external endpoint and perform an x402 payment (0.01 USDC) but does not explain how to perform x402 payments or what credentials/authorization the agent needs. The endpoint path in SKILL.md (/n) does not match routes defined in api.py (/signals, /n-pattern). Instructions are otherwise narrowly scoped to requesting the API and presenting results, but the payment step is vague and grants the agent broad discretion unless the platform enforces x402 handling.
Install Mechanism
There is no install spec (instruction-only style). The presence of a small api.py and skill.json is low risk because nothing is automatically installed or downloaded by the skill. No external installers or downloads are present.
Credentials
The skill requires a monetary payment to a third‑party wallet (0x1a9275EE18488A20C7898C666484081F74Ee10CA on Base) but declares no required environment variables or credentials. If the agent/platform is expected to perform on‑chain payments, it would need wallet access/credentials that are not declared here. Users should note this skill will incur real charges to a specific external wallet and the mechanism for paying is unspecified.
Persistence & Privilege
always is false, there is no install script, and the skill does not request system‑wide configuration or other skills' credentials. It does not request persistent placement or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install a-stock-n-pattern
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /a-stock-n-pattern 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
Version 1.0.9 - No file or configuration changes detected from the previous version. - Functionality, description, and all metadata remain unchanged. - No updates to features, endpoints, or documentation.
v1.0.8
- Updated skill description and metadata for clarity and conciseness. - Added a new "运行机制 (Runtime Logic)" section, explaining how API requests and x402 protocol payment flow work. - Streamlined and reduced tags. - Clarified data sources and explicitly stated backend API usage. - Removed extra author credentials from the metadata. - Added "capabilities" for web_access and api_call. - Removed redundant/duplicated configuration notes.
v1.0.7
No changes detected in this version. - Version 1.0.7 shows no updates to files or content compared to the previous release.
v1.0.6
- Added API code (`api.py`) and deployment configuration (`skill.json`) files. - Updated SKILL.md with x402 paid API details, including endpoint, authentication, and wallet information. - Added API usage instructions and clarified pricing and payment details. - Increased documentation on file structure and integration.
v1.0.4
简化标题
v1.0.3
添加Experience Sharing
v1.0.2
更新作者信息
v1.0.1
优化标题和描述
v1.0.0
N字型态放量突破选股
元数据
Slug a-stock-n-pattern
版本 1.0.9
许可证 MIT-0
累计安装 3
当前安装数 2
历史版本数 9
常见问题

A Stock N Pattern 是什么?

🚀 A股强势股捕捉器 - 基于 N字型态 经典技术指标,实时筛选放量突破个股。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 401 次。

如何安装 A Stock N Pattern?

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

A Stock N Pattern 是免费的吗?

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

A Stock N Pattern 支持哪些平台?

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

谁开发了 A Stock N Pattern?

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

💬 留言讨论