← Back to Skills Marketplace
raisonliu

A股当日机构消息

by Raisonliu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
46
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xxjhe-ashare-daily-info
Description
股票机构消息日报筛选工具。从指定API信源获取当日机构研报和资讯,按影响力、重要性、新颖性等维度评分筛选,输出Top 20精选日报。 触发场景:用户说"看一下今天的股市消息"、"看一下机构消息"、"机构日报"、"股市日报"、"今天有什么重要消息"、"stock daily"、"机构信息筛选"等涉及股票/机构资讯筛...
README (SKILL.md)

股票机构消息日报

数据源

API地址:http://81.68.131.238/api/today

使用 web_fetch 工具抓取,设置 maxChars=500000extractMode=text。数据为JSON格式,data 数组中每条消息包含 text(消息正文+点评)、created_at(发布时间)、id 等字段。

工作流程

第一步:获取数据

调用 web_fetch 获取当日全部消息。注意:

  • API返回可能被截断,必要时多次抓取
  • 过滤掉纯链接无正文的消息(text 中仅有 \x3Ce type="web" 标签)
  • 过滤掉广告/推广内容("访问信息聚合知识星球"等开头的模板文字不计入评分)

第二步:三轮筛选(内部执行,不输出中间结果)

对每条有效消息按以下5个维度评分(每项1-5分,满分25分):

  1. 时效性:发布时间越新分数越高,按 created_at 排序赋分
  2. 影响力:该事件影响多少人/多少资金规模
  3. 重要性:是否涉及宏观政策、重大产业趋势/技术突破、公司重大事项
  4. 证据可靠性:来源是否权威、是否有数据/事实支撑(券商研报 > 自媒体 > 段子)
  5. 新颖性:是否首次出现的信息、是否存在"信息差"

执行三轮独立评分:

  • 每轮对所有消息打分,选出总分最高的前20条
  • 三轮完成后,按消息被选中频率排序,选出出现次数最多的20条作为最终结果
  • 若出现频率相同,按三轮平均总分从高到低排序

第三步:输出日报

仅输出最终20条精选消息,格式如下:

# 📊 YYYY年MM月DD日 信息聚合机构信息日报精选(Top 20)

**1. [简短标题,15字以内]**
[保留原文核心内容,精简但不丢失关键数据和逻辑]

**2. [简短标题,15字以内]**
[保留原文核心内容]

...

**今日核心主题:** [用一句话总结今日最关键的投资主题,3-5个关键词]

输出要求:

  • 保留原文中的关键数据(营收、增速、价格、订单量等)
  • 不附带评分过程
  • 按总分从高到低排序
  • 每条标题简洁有力,正文精炼但信息密度高

注意事项

  • 不要自我幻想、不要猜测,仅基于信源实际内容
  • 行业综述类消息(如季度财报总结)虽然信息量大,需评估其新颖性——如果只是常规数据汇总而非超预期信息,分数不应过高
  • 个股事件(重大订单、FDA获批、并购等)通常新颖性更高
  • 宏观地缘事件(中东局势、关税政策等)影响力大但需区分是否为旧闻更新
  • 券商研报中的"推荐买入"属于常规操作,不额外加分;但首次覆盖或目标价大幅上调可加分
  • 结尾加上信息来源:信息聚合知识星球
Usage Guidance
This appears safe to use as an instruction-only stock-news summarizer. Before relying on it, understand that it fetches from a specific external HTTP API and may reproduce or prioritize whatever that feed contains; verify important financial information with trusted sources.
Capability Analysis
Type: OpenClaw Skill Name: xxjhe-ashare-daily-info Version: 1.0.0 The skill is a legitimate utility designed to aggregate and filter stock market news from a specific API (http://81.68.131.238/api/today). The instructions in SKILL.md are focused on data processing, multi-round scoring based on financial metrics, and formatting the output for the user. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; the logic is entirely consistent with the stated purpose of generating a daily stock report.
Capability Assessment
Purpose & Capability
The stated purpose is to fetch daily A-share institutional news and summarize the top 20 items, which matches the SKILL.md workflow. The notable dependency is a single external API source.
Instruction Scope
Instructions are scoped to fetching, filtering, scoring, and formatting stock-news items. There is no evidence of goal override, hidden commands, or high-impact account/local mutations.
Install Mechanism
No install spec, code files, package dependencies, or helper scripts are provided; this is an instruction-only skill.
Credentials
The skill asks the agent to use web_fetch against a fixed external HTTP API, including a large maxChars value and possible repeated fetches. This is proportionate for a news aggregation skill, but the source integrity is not strongly established.
Persistence & Privilege
No credentials, environment variables, local file access, persistence, background workers, or elevated privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xxjhe-ashare-daily-info
  3. After installation, invoke the skill by name or use /xxjhe-ashare-daily-info
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
本skill调用了信息聚合知识星球的机构消息和日内段子,筛选返回当日的重要新闻。可以用于量化和个人投资的消息驱动投资,以及动量因子挖掘。
Metadata
Slug xxjhe-ashare-daily-info
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is A股当日机构消息?

股票机构消息日报筛选工具。从指定API信源获取当日机构研报和资讯,按影响力、重要性、新颖性等维度评分筛选,输出Top 20精选日报。 触发场景:用户说"看一下今天的股市消息"、"看一下机构消息"、"机构日报"、"股市日报"、"今天有什么重要消息"、"stock daily"、"机构信息筛选"等涉及股票/机构资讯筛... It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.

How do I install A股当日机构消息?

Run "/install xxjhe-ashare-daily-info" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is A股当日机构消息 free?

Yes, A股当日机构消息 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does A股当日机构消息 support?

A股当日机构消息 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created A股当日机构消息?

It is built and maintained by Raisonliu (@raisonliu); the current version is v1.0.0.

💬 Comments