← 返回 Skills 市场
tradealpha-coder

tradealpha实时新闻

作者 tradealpha-coder · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
34
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tradealpha-news
功能描述
获取 TradeAlpha 实时新闻和语义检索结果。适用于用户提到 TradeAlpha 新闻、今日新闻、路透、彭博、Truth、国内资讯、研报快讯,或要求按主题、事件、公司、叙事检索相关新闻的场景。通过聊天向用户索取 token,并在当前会话中复用,不读取环境变量,不写入本地文件。
使用说明 (SKILL.md)

TradeAlpha News V2

获取 TradeAlpha 新闻时,优先使用这个 Skill。

它支持两类任务:

  • 实时新闻列表
  • 主题、事件、公司、叙事相关的语义检索

Workflow

  1. 先判断用户要的是实时新闻列表,还是语义检索。
  2. 在任何接口调用前,必须先检查当前会话里是否已有用户提供的 TradeAlphaToken
  3. 如果当前会话里还没有 TradeAlphaToken,不要构造请求、不要调用接口,必须先提示用户直接在聊天里输入 token,并附上官网链接 https://quantaccess.lxaa.top/
  4. 用户一旦提供过 token,后续同一会话中的所有 TradeAlpha 请求都默认复用这个 token,不要重复索取,除非 token 失效、过期,或用户明确提供了新 token 要求替换。
  5. 不要要求用户设置环境变量,也不要把 token 写入本地文件。
  6. 调用 TradeAlpha HTTP 接口并返回结构化结果。
  7. 用中文总结重点内容;如果结果很多,优先总结再列关键新闻。
  8. 如果 token 无效、过期、没有额度或接口无权限,要求用户在聊天里重新发送最新 token 或前往官网处理,并附上 https://quantaccess.lxaa.top/

Endpoints

  • Realtime news: https://openapi.lxaa.top/api/v1/news/realtime_news
  • Semantic search: https://openapi.lxaa.top/api/v1/news/news_vector_search

Send Content-Type: application/json and include token in the JSON body.

Rules

  • 用户说“今天新闻”“今日新闻”时,实时新闻优先传 timeframe: "today"
  • 语义检索必须传 keyword,并支持同时传入 start_timeend_time 控制关键词查询的时间范围。
  • 用户要求按日期、近几小时、某天、某个时间段查询关键词相关新闻时,使用语义检索接口的 start_time / end_time 参数;时间格式为 YYYY-MM-DDYYYY-MM-DD HH:mm:ss
  • 语义检索未传 start_time / end_time 时,不要声称默认按时间过滤;该接口默认只按向量 Top-K 返回候选。
  • 不要把 token 展示在示例命令、文件内容或持久化存储中。
  • 缺少 token 时,必须回复用户输入 token,并提示可前往 https://quantaccess.lxaa.top/ 获取或管理 token,不能继续调用或模拟调用接口。
  • token 无效、过期、无额度、免费次数用尽或接口无权限时,必须提醒用户前往 https://quantaccess.lxaa.top/ 检查 token、额度或权限。
  • 参数不合法时,直接指出错误字段和正确格式。
  • 结果中可提示新闻通常存在 0-5 分钟客观延迟。

Additional Resources

安全使用建议
Before installing, be comfortable pasting a TradeAlpha token into chat and having it sent to the documented TradeAlpha API endpoints. Prefer a revocable or limited-scope token, verify the listed TradeAlpha website and API domains, and start a fresh conversation if you want to prevent session reuse.
功能分析
Type: OpenClaw Skill Name: tradealpha-news Version: 1.0.1 The tradealpha-news skill is designed to fetch real-time news and perform semantic searches via the TradeAlpha API (openapi.lxaa.top). It follows secure practices by explicitly instructing the agent to request API tokens directly from the user in the chat session rather than attempting to read from environment variables or local files. The instructions in SKILL.md and reference.md are transparent, focused on the stated functionality, and include clear error handling and data privacy rules.
能力评估
Purpose & Capability
The skill’s purpose is limited to TradeAlpha realtime news and semantic news search, and the documented endpoints and parameters match that purpose.
Instruction Scope
Instructions clearly require a user-provided TradeAlpha token before API calls and restrict use to the current session, but users should notice that the agent may reuse that token for later TradeAlpha requests in the same conversation.
Install Mechanism
No install spec, binaries, dependencies, helper scripts, or code files are present; this is an instruction-only skill.
Credentials
The skill does not request local files, environment variables, or local persistence, but it does send the user-provided token to TradeAlpha API endpoints as part of normal operation.
Persistence & Privilege
The artifacts say the token is reused only in the current conversation and not written to files, which is proportionate but still sensitive session-level credential handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tradealpha-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tradealpha-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 (no file or documentation changes detected): - No updates or changes detected in this version. - Functionality, documentation, and behavior remain the same as in the previous release.
v1.0.0
TradeAlpha News skill v2.1.3 – Now supports real-time news and contextual news retrieval with strict token management. - 新增支持 TradeAlpha 实时新闻列表与语义检索两类任务。 - 用户需通过聊天输入 token,支持会话级 token 复用,不保存至本地或环境变量。 - 未获得 token 时,自动引导用户前往官网获取或更新。 - 针对实时新闻和关键词检索场景,参数要求更精细,接口调用更安全。 - 中文重点总结结果,体验更友好。
元数据
Slug tradealpha-news
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

tradealpha实时新闻 是什么?

获取 TradeAlpha 实时新闻和语义检索结果。适用于用户提到 TradeAlpha 新闻、今日新闻、路透、彭博、Truth、国内资讯、研报快讯,或要求按主题、事件、公司、叙事检索相关新闻的场景。通过聊天向用户索取 token,并在当前会话中复用,不读取环境变量,不写入本地文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。

如何安装 tradealpha实时新闻?

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

tradealpha实时新闻 是免费的吗?

是的,tradealpha实时新闻 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tradealpha实时新闻 支持哪些平台?

tradealpha实时新闻 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tradealpha实时新闻?

由 tradealpha-coder(@tradealpha-coder)开发并维护,当前版本 v1.0.1。

💬 留言讨论