← 返回 Skills 市场
foxxc

Daily Finance

作者 foxxc · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
166
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install daily-finance
功能描述
获取每日财经热榜与投资资讯。当用户提到今日财经、每日金融、股市热榜、投资资讯、金融日报、每日行情、财经热榜、or daily finance/market news时触发。专门抓取华尔街见闻、雪球、第一财经、百度财经、新浪财经等平台的财经热搜,帮助用户快速了解今日投资焦点。不包含实时行情数据(K线等),那是aks...
使用说明 (SKILL.md)

daily-finance

每日财经热榜推送,从多个权威平台抓取当日最热财经资讯,筛选真正有投资参考价值的内容。

数据来源

核心平台(必抓)

平台 路径 说明
华尔街见闻·日排行 /n/G2me3ndwjq 国际宏观、美股、原油、黄金
雪球·今日话题 /n/X12owXzvNV 散户热议、个股分析、基金观点
新浪财经·7x24小时实时 /n/WmoO9qYd4E 全球实时财经新闻直播,市场快讯
新浪财经·点击量排行 /n/rx9ozj7oXb 市场关注度最高新闻
百度·财经榜 /n/ARe1p17d7n 综合财经新闻热度

补充平台

平台 路径 说明
第一财经·新闻排行 /n/0MdKam4ow1 A股政策、上市公司动态
36氪·24小时热榜 /n/Q1Vd5Ko85R 科技与商业交叉
美股·市值TOP100 /n/aqeEaZVe9R 美股重要公司市值榜
澎湃·热榜 /n/wWmoO5Rd4E 时政与财经结合

进阶平台(需安装akshare)

平台 获取方式 说明
东方财富 akshare A股实时数据、资金流、板块
同花顺 akshare 涨停板、轮动、选股
财新 独立订阅 高质量深度财经报道(英文:Caixin Global)

获取方式

// 华尔街见闻
web_fetch("https://tophub.today/n/G2me3ndwjq", { maxChars: 3000 })

// 雪球
web_fetch("https://tophub.today/n/X12owXzvNV", { maxChars: 3000 })

// 新浪财经7x24小时实时
web_fetch("https://tophub.today/n/WmoO9qYd4E", { maxChars: 3000 })

// 新浪财经点击量排行
web_fetch("https://tophub.today/n/rx9ozj7oXb", { maxChars: 3000 })

// 百度财经
web_fetch("https://tophub.today/n/ARe1p17d7n", { maxChars: 3000 })

筛选标准

保留内容

  • 国际重大经济事件(美伊局势、联储政策、全球贸易)
  • A股政策面重大变化
  • 大宗商品(黄金、原油)异动
  • 重要公司财报或经营变故
  • 实时市场快讯(7x24h平台)
  • 反映市场情绪的重大事件(恐慌抄底、泡沫信号)
  • 美股重要市值变动

排除内容

  • 单纯娱乐化内容
  • 广告或软文
  • 情绪化标题(如"天塌了"、"最惨")
  • 与投资无关的民生话题
  • 地方性、无宏观影响的民生新闻

输出格式要求

  • 每条新闻完整、有头有尾
  • 不标注来源(用户知道来源)
  • 只讲事实,不加主观评论
  • 分割线用"======"代替"---"
  • 最多输出5条精选
  • 新浪7x24h为实时流,优先取前3条有投资价值的快讯

输出结构

💹 财经日报(X月X日)

【精选5条】
1. [事件完整描述]
2. [事件完整描述]
...

【各平台热榜】
🏛 华尔街见闻:
1. [标题](热度)
...

🏛 雪球热议:
1. [标题]
...

🏛 新浪实时快讯:
1. [快讯标题]
...

🏛 新浪点击排行:
1. [标题]
...

🏛 百度财经:
1. [标题](热度)
...

akshare扩展(可选)

如果用户需要实时行情数据(大盘指数、板块资金流、涨跌停统计),提示用户安装akshare:

pip install akshare

并推荐使用 akshare-stock skill 获取完整A股分析能力。

安全使用建议
This skill appears to do what it says — fetch and curate finance hotlists — and it requires no credentials or installs. Before enabling it, consider: 1) provenance: the instructions explicitly tell the agent to omit source attribution; ask for source labels if you want traceability and to evaluate bias/accuracy; 2) scraping legality and reliability: fetching external pages may run afoul of a site's terms of service or be blocked/rate-limited; consider adding backoff, error handling, or using official APIs where possible; 3) misinformation risk: the skill instructs '只讲事实' but summaries can still introduce interpretation — verify important items against primary sources; 4) optional akshare: installing it gives richer real-time data but is a separate dependency you should vet before installing. If you want higher assurance, request the author to (a) include explicit provenance in outputs, (b) document fetch cadence and error handling, and (c) provide an install or API-backed data source rather than blind scraping.
功能分析
Type: OpenClaw Skill Name: daily-finance Version: 1.1.0 The daily-finance skill bundle is a legitimate tool designed to aggregate financial news from various platforms using the tophub.today service. The SKILL.md file provides clear instructions for the AI agent to fetch, filter, and format news data without any evidence of malicious intent, data exfiltration, or unauthorized command execution. The recommendation to install the 'akshare' library is contextually relevant to financial data analysis.
能力评估
Purpose & Capability
Name/description describe aggregating daily finance hotlists; the SKILL.md contains explicit web_fetch calls to relevant tophub.today endpoints and optional akshare guidance for deeper market data. No unrelated credentials, binaries, or installs are requested — the requested capabilities align with the stated purpose.
Instruction Scope
Instructions explicitly direct the agent to fetch multiple external news pages and to filter/curate results, which is expected. However the SKILL.md also instructs '不标注来源(用户知道来源)' (do not label the source), which reduces provenance/transparency and is unusual for an aggregator; the file places no limits on fetch frequency, error handling, or legal/terms-of-service considerations for scraping. The instructions otherwise stay within the stated domain (no file system or unrelated environment access).
Install Mechanism
Instruction-only skill with no install step or third-party downloads. Optional guidance to 'pip install akshare' is presented as user choice. No risky install mechanisms detected.
Credentials
No environment variables, credentials, or config paths are requested. The optional akshare recommendation is reasonable for users who want real-time market data and is not required by the skill.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system privileges or modifications to other skills. It permits autonomous invocation (platform default), but that is not combined with broad credentials or other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-finance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-finance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added: 新浪财经7x24小时实时快讯 + 新浪财经点击量排行 + 美股TOP100. Enhanced: platform coverage expanded from 4 to 9 sources. Expanded: screening criteria refined for real-time news value.
v1.0.0
- Initial release with daily finance news aggregation. - Pulls top trending investment news from Wallstreetcn, Xueqiu, Yicai, and Baidu Finance. - Filters and selects up to 5 valuable headlines relevant to investors. - Does not provide real-time market data; refers users to akshare-stock for those needs. - Simple, fact-focused output with clearly separated news listings from each platform.
元数据
Slug daily-finance
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Daily Finance 是什么?

获取每日财经热榜与投资资讯。当用户提到今日财经、每日金融、股市热榜、投资资讯、金融日报、每日行情、财经热榜、or daily finance/market news时触发。专门抓取华尔街见闻、雪球、第一财经、百度财经、新浪财经等平台的财经热搜,帮助用户快速了解今日投资焦点。不包含实时行情数据(K线等),那是aks... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。

如何安装 Daily Finance?

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

Daily Finance 是免费的吗?

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

Daily Finance 支持哪些平台?

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

谁开发了 Daily Finance?

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

💬 留言讨论