← 返回 Skills 市场
atvisions

CoolTrade 股票行情与分析大师

作者 atvisions · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
179
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install cooltrade-market-pro
功能描述
获取中国 A 股、美股、全球大盘以及期市的行情与深度财务面分析,支持加密货币实时行情与买卖信号,AI 生成每日 A 股精华日报,并提供多通道(微信/Telegram)股价预警推送。
使用说明 (SKILL.md)

CoolTrade 股票与加密货币分析大师

本技能允许您的 Agent 独立访问 CoolTrade 的专业金融数据库,获取实时的 A 股/美股/加密货币行情、技术指标买卖信号、市场新闻,并支持智能预警推送。

🔑 安装时需要填写您的 API Key

安装过程中,龙虾会提示您输入 COOLTRADE_API_KEY

  1. 访问 CoolTrade 注册账号(免费)。
  2. 进入控制台左下角 「API Keys」 页面,点击生成,复制您的 sk- 开头密钥。
  3. 将密钥粘贴到龙虾安装时的输入框,每次调用都会使用您自己的额度。

技能一:A股深度行情查询

获取任意 A 股近期日线 K 线(最近10天)+ 市盈率、市净率、总市值等基本面指标。

技能二:A股资讯与公告监控

获取目标股票近1个月内的重大财经新闻,帮助识别重大事件。

技能三:A股核心财务指标

查询上市公司近4个季度的 EPS、ROE、流动比率、负债率等核心财务与估值数据。

技能四:全球大盘指数监控

获取沪深、纳斯达克等主流大盘指数的走势与行情,快速感知宏观市场情绪。

技能五:美股行情追踪

查询 AAPL、TSLA 等美股资产的近期日线量价数据。

技能六:国内期货行情追踪

查询国内各期交所主力合约(商品期货、股指期货)的价格与持仓变动。

技能七:AI 每日 A 股精华日报

由 Claude 大模型实时生成的 A 股每日精华简报,包含大盘概览、主线逻辑、关键异动、避险提示和明日展望。

使用方式:

  • 随时问:直接对话"给我今日 A 股日报" / "今天大盘怎样?",Agent 立即生成。
  • 定时推:在龙虾「定时任务」里设置每天 09:00 / 15:30 自动触发,推送到您的微信或其他渠道。

技能八:加密货币行情与买卖信号 🆕

输入任意加密货币名称或代码(BTC、ETH、SOL、比特币……),AI 自动计算技术指标并给出买卖点位参考。

包含数据:

  • 实时价格:当前价、24小时涨跌幅、最高/最低价、成交量
  • 技术指标:MA5 / MA10 / MA20 均线、RSI(超买超卖判断)、MACD(多空动能)
  • 综合信号:🟢 偏多 / 🟡 中性 / 🔴 偏空,附原因说明
  • 交易参考:买入区间、压力位、止盈目标(T1/T2)、止损位

对话示例:

"BTC 现在怎么样?" "以太坊的买点在哪?" "SOL 能买吗?"

技能九:创建股价预警 🆕

用大白话设置预警条件,系统自动监控并推送通知到微信或 Telegram。

支持条件:

  • price_below / price_above — 价格跌破/涨破指定价位
  • pct_down / pct_up — 单日跌幅/涨幅超过指定百分比
  • ma_break_below / ma_break_above — 跌破/突破 N 日均线

对话示例:

"帮我监控平安银行,跌破 10 元发微信给我" "茅台涨幅超 5% 时通知我 Telegram"

技能十:查看预警列表 🆕

查看所有已设置的预警及其当前状态(监控中/已触发/已关闭)。

"我有哪些预警?" / "查看我的监控列表"

技能十一:关闭/删除预警 🆕

按 ID 关闭指定预警。先用技能十查到 ID,再告诉 Agent 关闭哪一条。

"删除平安银行的预警" / "取消 id=3 的预警"

安全使用建议
This skill appears to do what it says: it calls CoolTrade's APIs and requires your COOLTRADE_API_KEY. Before installing, confirm you trust cooltrade.xyz and are comfortable sending your market queries and stock symbols to that service (they may process data with third‑party models like Claude). Note the API key is embedded in request URLs (potential logging risk) — avoid pasting highly sensitive data into prompts. If you plan to receive alerts via WeChat/Telegram, verify how CoolTrade links to your accounts (the skill does not request your Telegram/WeChat tokens). Rotate the API key if you stop using the skill, and review CoolTrade's privacy/security docs if available. If you want higher assurance, ask the publisher for (1) documentation about how alerts are delivered, (2) confirmation that keys are stored/used securely (not logged), and (3) whether third-party LLMs are used and under what data retention/privacy policy.
功能分析
Type: OpenClaw Skill Name: cooltrade-market-pro Version: 1.0.6 The skill bundle provides legitimate financial market data integration for A-shares, US stocks, and cryptocurrencies via the CoolTrade API. The implementation in `index.js` and `openclaw.json` consists of standard HTTP GET requests to `api.cooltrade.xyz` to fetch quotes, news, and manage price alerts. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is strictly aligned with the stated purpose of the financial analysis tool.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description, SKILL.md, and openclaw.json all describe market data, reports, crypto signals, and alert creation; the only required secret is COOLTRADE_API_KEY which matches the provider URLs. The included index.js simply exposes the openclaw.json skills list — consistent with the declared purpose.
Instruction Scope
SKILL.md instructs the user/agent to supply COOLTRADE_API_KEY and to call the CoolTrade endpoints. It references AI-generated daily reports (mentions 'Claude 大模型') and push delivery to WeChat/Telegram, but the skill does not request any WeChat/Telegram credentials — presumably CoolTrade sends notifications via the account's configured channels. This is reasonable but worth noting: user data and queries will be sent to the cooltrade.xyz API and may be processed by CoolTrade and any downstream models they use.
Install Mechanism
There is no install script or external download. The package is instruction/configuration-only plus a tiny index.js to load openclaw.json; no binaries or extract-from-URL installs are present.
Credentials
Only one credential is required (COOLTRADE_API_KEY), which is appropriate for this service. Minor concern: openclaw.json places the API key in the URL path (https://api.cooltrade.xyz/.../{{COOLTRADE_API_KEY}}/...), which can lead to key exposure in logs or referer headers; using an Authorization header would be preferable. No other secrets are requested.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills; default autonomous invocation is allowed (platform default) but is not combined with excessive privileges or credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cooltrade-market-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cooltrade-market-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
Version 1.4.0 introduces major new features, with expanded coverage beyond stocks: - 新增支持加密货币实时行情与AI买卖信号分析。 - 技能描述与名称调整,涵盖加密货币与相关技能力度。 - tags 增加 "Crypto" 标签。 - 详细列出支持查询加密货币实时数据、主流指标与自动交易参考信号。 - 保持原有A股、美股、全球指数、期货、AI日报及多通道预警功能。
v1.0.5
No changes detected in this version. - Version 1.0.5 does not introduce any file changes or feature updates. - All functionality, documentation, and usage remain the same as the previous release.
v1.0.4
**Summary: Adds multi-channel stock alert features and notification management.** - 新增微信/Telegram多通道股价预警推送功能,可自定义监控条件。 - 支持自然语言设置股价、涨跌幅、均线突破等多种预警类型。 - 增加查看已设置预警列表与当前状态的功能。 - 新增关闭或删除指定预警的能力。 - 丰富了每日 A 股精华日报的生成和推送方式,支持定时发送至消息渠道。
v1.0.3
Version 1.2.1 - Improved API Key setup: Users now enter their `COOLTRADE_API_KEY` during installation, simplifying authentication. - Clarified registration instructions for getting an API Key through the CoolTrade website. - Updated skill descriptions for greater clarity, specifying data cycles, data sources, and output details (e.g. K-line coverage, news range, push times). - Enhanced the AI daily A股 briefing feature with scheduled Beijing time auto-push at 09:00 and 15:30. - No code changes; documentation and onboarding process improved.
v1.0.2
Big update: Now supports daily A-share AI-generated reports. - 新增「AI 每日 A 股精华日报」功能,自动生成大盘精华简报。 - 介绍中添加了日报功能说明。 - API Key 配置说明略有调整,强调替换 url 中的 KEY 部分。 - 版本号由 1.1.0 更新为 1.2.0。
v1.0.1
Version 1.1.0 of cooltrade-market-pro expands coverage and adds new data endpoints: - 支持美股、全球大盘和国内期市行情查询,超越原本仅有的A股功能 - 新增 A 股核心财务指标查询与多个全球指数、期货的行情追踪接口 - 技能说明文档(SKILL.md)全面更新,详细列出每项新增接口及用法 - package.json、README.md 等同步版本号和功能描述
v1.0.0
Initial release of CoolTrade 股票行情与新闻解析 - Enables real-time access to deep financial data, market quotes, and news for China A-shares. - Supports A股行情查询: instant retrieval of prices, trading volumes, and micro-level indicators. - Supports A股资讯与公告监控: provides timely notifications of news, earnings surprises, and official announcements. - Requires users to register and configure their personal API Key for secure access.
元数据
Slug cooltrade-market-pro
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

CoolTrade 股票行情与分析大师 是什么?

获取中国 A 股、美股、全球大盘以及期市的行情与深度财务面分析,支持加密货币实时行情与买卖信号,AI 生成每日 A 股精华日报,并提供多通道(微信/Telegram)股价预警推送。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。

如何安装 CoolTrade 股票行情与分析大师?

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

CoolTrade 股票行情与分析大师 是免费的吗?

是的,CoolTrade 股票行情与分析大师 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CoolTrade 股票行情与分析大师 支持哪些平台?

CoolTrade 股票行情与分析大师 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CoolTrade 股票行情与分析大师?

由 atvisions(@atvisions)开发并维护,当前版本 v1.0.6。

💬 留言讨论