← 返回 Skills 市场
stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。
作者
woshixihongtu-cyber
· GitHub ↗
· v1.1.4
· MIT-0
401
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install stockclaw-yingyan
功能描述
为该股票量化项目提供 OpenClaw 接入说明,支持股票量化图生成、股票行情问答、自然语言 AI 搜股与 WebSocket 实时监控信号推送。凭证须从与本 Skill 同目录的 config.json 中 openclawCredentials 读取:user_id 与 openClaw_api_key 为必...
安全使用建议
This skill is coherent with its purpose, but it will read and write API keys into the local config.json (openclawCredentials). Before installing, ensure you trust the external service (https://yingyan.chatface.com) because the skill will send these keys as 'apikey' when calling the service endpoints. Consider: (1) store minimal-permission keys or rotate keys you provide, (2) ensure config.json is kept private (not uploaded to public repos), and (3) only supply the monitor_api_key if you want WebSocket monitoring. If you need more assurance, verify the service's site and demo pages and remove keys from config.json when no longer needed.
功能分析
Type: OpenClaw Skill
Name: stockclaw-yingyan
Version: 1.1.4
The skill bundle provides a comprehensive stock market analysis tool for the OpenClaw platform, integrating with the yingyan.chatface.com backend. It supports stock charting, natural language screening, and real-time WebSocket monitoring. The skill includes detailed instructions for credential management, specifically handling API keys and user IDs via a local config.json file. While it employs a pattern where the backend provides interpretation prompts (system_prompt/user_prompt) for the agent to follow, the instructions are strictly scoped to financial analysis and include security-conscious directives, such as discouraging the use of shell-based tools (e.g., wscat, curl) for network connections. No indicators of malicious intent, unauthorized data exfiltration, or obfuscation were found.
能力评估
Purpose & Capability
Name/description (stock quant, charts, market Q&A, NL stock search, WS monitoring) match the declared endpoints and the config.json values (openClaw_api_key for HTTP, monitor_api_key for WS). No unrelated credentials, binaries, or surprising services are requested.
Instruction Scope
SKILL.md instructs the agent to read and write a local config.json's openclawCredentials and to include the keys as apikey parameters to the documented HTTP/WebSocket endpoints. That file I/O is within the scope of the skill but is persistent — users should be aware API keys are stored on disk.
Install Mechanism
No install spec or external downloads; instruction-only skill (no code files executed). This is the lowest install risk.
Credentials
No environment variables or unrelated secrets are requested. The required credentials (user_id, openClaw_api_key, monitor_api_key) are specific and proportionate to the stated functionality (HTTP API and WebSocket monitoring).
Persistence & Privilege
The skill persists credentials by writing to the bundled config.json in the skill directory. always:false and no system-wide config changes are requested, but the ability to write the file means credentials will be stored on disk and persist across sessions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stockclaw-yingyan - 安装完成后,直接呼叫该 Skill 的名称或使用
/stockclaw-yingyan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.4
**摘要:本版本区分了 HTTP 与实时监控的 API Key 配置,显著优化凭证管理与用户指引。**
- 新增 config.json 的 monitor_api_key 字段,用于 WebSocket 实时监控,和 openClaw_api_key (HTTP) 分离。
- 凭证规则全面梳理:user_id、openClaw_api_key 必填用于所有 HTTP 请求;monitor_api_key 仅实时监控需配,未开启监控可留空。
- 用户操作、配置或补全 Key 的指引、格式校验、保存规则更清晰;不同接口缺 Key 时分别给出相应提示。
- WebSocket 监控连接过程细化强约束:严格使用 monitor_api_key,避免混用 Key,连接失败优先提示对应 Key 权限问题。
- 其它接口与行为不变,但文档结构与凭证逻辑显著优化。
v1.1.3
**重大更新:凭证持久化机制升级及用户体验优化。**
- 新增凭证持久化:user_id 和 apikey 现需优先从本目录下 config.json 的 openclawCredentials 读取,用户首次配置或需更换时写回文件,避免重复索要。
- 精细化凭证管理:已填写有效凭证后,无论重新启动、小程序切换等场景,都静默复用,无需重复向用户索取。
- 支持对话或直接编辑 config.json 修改凭证,支持仅更新单字段。
- 当接口鉴权失败时,自动提示用户核查会员中心并可快速修正凭证。
- 接口调用与功能使用体验一致,无更改调用逻辑。
v1.1.1
更新版本:提供股票量化图生成、股票行情问答(基于 TDX 截面数据)、自然语言 AI 搜股、涨停股专用查询、WebSocket 实时监控,以及可直接测试的 demo 页面。
v1.1.0
Version 1.1.0
- 增加“自然语言 AI 搜股”能力,支持按用户描述筛选和排序股票,返回股票列表(最多20只)。
- 加入涨停股专用查询接口,自动识别相关请求并精确调用。
- 强化输入意图识别规则,详细区分量化图、行情诊断、搜股和涨停股请求。
- 补充 user_id/apikey 缺失时的指引和强约束,避免无凭证操作。
- 优化 WebSocket 实时监控的连接流程、判定标准及用户交互反馈,推荐优先用原生 WebSocket 客户端能力。
- 明确接口返回结果的展示和处理方式,新增结构化搜股结果的输出规范。
v1.0.1
- Switched from example config files to standard config files (added: config.json, manifest.json, openapi.json; removed: config.example.json, manifest.example.json, openapi-example.json)
- Major SKILL.md update: clarified scope to support trend diagnosis with structured TDX data, added detailed system/user prompts for answering market queries, and removed legacy monitoring/changes API in favor of a unified WebSocket signal stream.
- Now requires OpenClaw model to use API-provided system_prompt and user_prompt for structured market analysis.
- Enhanced documentation on real-time WebSocket monitoring, including message structure and connection details.
- Removed references to unused or deprecated API endpoints and streamlined usage instructions.
v1.0.0
stockclaw-yingyan v1.0.0
- Initial release with OpenClaw integration guidelines for stock monitoring, quant chart generation, and market Q&A.
- Supports processing messages containing stock codes or names, and "行情" (market) keyword.
- Provides instructions for retrieving and subscribing to personal stock signal changes via API and WebSocket.
- Includes detailed API response handling rules for images, markdown, answers, candidates, and warnings.
元数据
常见问题
stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。 是什么?
为该股票量化项目提供 OpenClaw 接入说明,支持股票量化图生成、股票行情问答、自然语言 AI 搜股与 WebSocket 实时监控信号推送。凭证须从与本 Skill 同目录的 config.json 中 openclawCredentials 读取:user_id 与 openClaw_api_key 为必... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 401 次。
如何安装 stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stockclaw-yingyan」即可一键安装,无需额外配置。
stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。 是免费的吗?
是的,stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。 支持哪些平台?
stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 stockClaw-yingyan 股票量化助手,可以获取个股择时量化图,个股行情分析,AI搜索特定股票,监控股买卖点变化通知。?
由 woshixihongtu-cyber(@woshixihongtu-cyber)开发并维护,当前版本 v1.1.4。
推荐 Skills