← Back to Skills Marketplace
foxxc

Daily Finance

by foxxc · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
166
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install daily-finance
Description
获取每日财经热榜与投资资讯。当用户提到今日财经、每日金融、股市热榜、投资资讯、金融日报、每日行情、财经热榜、or daily finance/market news时触发。专门抓取华尔街见闻、雪球、第一财经、百度财经、新浪财经等平台的财经热搜,帮助用户快速了解今日投资焦点。不包含实时行情数据(K线等),那是aks...
README (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股分析能力。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-finance
  3. After installation, invoke the skill by name or use /daily-finance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug daily-finance
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Daily Finance?

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

How do I install Daily Finance?

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

Is Daily Finance free?

Yes, Daily Finance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Finance support?

Daily Finance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Finance?

It is built and maintained by foxxc (@foxxc); the current version is v1.1.0.

💬 Comments