← Back to Skills Marketplace
foxxc

Daily Finance Pro

by foxxc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install daily-finance-pro
Description
每日财经推送专家版。当用户说"今日财经"、"财经日报"、"每日金融推送"、"设置财经推送"、"取消财经推送"时触发。特色:浓精简(3条精华)、市场情绪指标( bearish/bullish/neutral)、定时推送飞书。比 daily-finance 更精炼,比 daily-trending 更专业。
README (SKILL.md)

daily-finance-pro

每日财经推送专家版——浓精简 + 市场情绪 + 可定时推送到飞书。

两种使用模式

模式一:手动查询(完整版)

触发词:今日财经 / 财经日报

daily-finance,抓取多平台热榜,输出完整日报。

模式二:定时推送(专家版特色)

触发词:开启财经推送 / 设置财经推送

设置每日定时推送到飞书,早7:30自动推送。

定时推送设置流程

当用户说"开启财经推送"时,执行以下步骤:

步骤1:询问推送时间

推荐早上7:30(开盘前),可自定义。
请告诉我你想几点推送(如:7:30)

步骤2:确认后执行

openclaw cron add \
  --name "每日财经推送" \
  --agent main \
  --message "今日财经pro" \
  --schedule "30 7 * * *" \
  --channel feishu

注:仅支持 UTC cron 格式,北京时间需 -8 小时。7:30 北京 = 23:30 UTC。

步骤3:验证推送

openclaw cron run "每日财经推送" --preview

取消推送

openclaw cron rm "每日财经推送"

推送内容格式(浓精简)

每天推送 5-7 条精华 + 市场情绪,总字数控制在 500 字以内:

💹 财经早参 | X月X日

[情绪指标] [一句话总结今日市场]

【精选N条】
1. [事件,含关键数据]
2. [事件,含关键数据]
3. [事件,含关键数据]
4. [事件,含关键数据]
5. [事件,含关键数据]
6. [事件,含关键数据]
7. [事件,含关键数据]

#来源:华尔街见闻 · 雪球 · 新浪财经

情绪指标规则:

  • ☀️ 加仓信号(利好明确,风险偏好上升)
  • 🌙 减仓信号(利空明确,市场恐慌)
  • ⚖️ 观望(多空交织,无明显方向)
  • 🔥 异动(大宗商品、汇率等出现极端波动)

情绪判断标准(基于当日热榜):

  • 多条热榜反映同一主题 → 对应情绪
  • 涨跌统计 > 3000家单边 → 对应情绪
  • 大宗商品单边波动 > 3% → 🔥异动
  • 无明确方向 → ⚖️观望

数据来源(精筛版)

只抓取质量最高、数据最准的平台:

平台 路径 用途
华尔街见闻·日排行 /n/G2me3ndwjq 国际宏观+情绪
雪球·今日话题 /n/X12owXzvNV 市场情绪+散户预期
新浪财经·7x24h实时 /n/WmoO9qYd4E 快讯+数据
百度·财经榜 /n/ARe1p17d7n 综合热度

手动查询完整版格式

💹 财经日报(X月X日)

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

【各平台热榜】
🏛 华尔街见闻:
...

🏛 雪球热议:
...

🏛 新浪实时快讯:
...

🏛 百度财经:
...

重要提示

  • 浓精简推送版输出5-7条,不输出完整热榜
  • 推送时间默认7:30(北京时间),用户可自定义
  • 推送消息控制在300字以内,适合飞书阅读
  • 只讲事实,不加主观评论
Usage Guidance
Before installing or enabling this skill, verify the following: 1) Is your OpenClaw host/platform already configured with a 'feishu' channel or Feishu credentials? If not, the cron commands will not be able to deliver messages. 2) Ask the author or maintainer what the scheduled job actually runs: the SKILL.md shows how to schedule a cron entry but does not include the command or script that fetches and summarizes the listed sources. Confirm whether the agent will perform web requests/scraping (and whether rate limits or login/auth are required). 3) Request documentation for privacy/security: where are any service tokens or webhooks stored, who can view scheduled messages, and can you preview the exact message content before it is sent? 4) If you need stronger assurance, ask for a concrete implementation or example of the cron job payload (the code or commands run at schedule) and a list of external endpoints the skill will contact. If these clarifications are provided and Feishu channel wiring is confirmed, the skill appears coherent; without them, it's risky because of the operational vagueness around data fetching and message delivery.
Capability Analysis
Type: OpenClaw Skill Name: daily-finance-pro Version: 1.0.0 The daily-finance-pro skill is a financial news aggregator that provides manual summaries and scheduled updates via Feishu. It utilizes the platform's internal 'openclaw cron' commands in SKILL.md to manage scheduled tasks as described in its features, and its data collection logic is limited to reputable financial news sources. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill claims to gather multi-platform finance hotlists and push scheduled summaries to Feishu. The SKILL.md uses openclaw cron commands to schedule pushes to a 'feishu' channel, which is consistent if the platform already manages Feishu integration. However, the skill does not declare or request any Feishu credentials, webhooks, or API tokens, nor does it explain where channel configuration is stored. That gap is explainable if the platform provides channel wiring, but the skill should document that assumption.
Instruction Scope
Instructions tell the agent to '抓取多平台热榜' and list source paths, but they do not include concrete steps, commands, or code for fetching/parsing those sources. The cron scheduling examples rely on openclaw CLI behavior but do not show what job payload/run action will actually assemble the summarized content. This is vague and grants the agent broad discretion to perform web scraping or HTTP requests without explicit boundaries or error/ratelimiting guidance.
Install Mechanism
Instruction-only skill with no install spec or code files. Nothing is downloaded or written to disk by the skill itself, which minimizes install surface risk.
Credentials
No environment variables, credentials, or config paths are declared. This is low-privilege on its face, but since the skill instructs pushing to Feishu, the absence of any Feishu credential requirement is notable. It may rely on platform-managed channels (acceptable) — confirm whether a Feishu channel / tokens are pre-configured by the host environment.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It uses platform cron commands to schedule jobs, which is expected for a push/scheduler feature; this is normal and not elevated privilege by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-finance-pro
  3. After installation, invoke the skill by name or use /daily-finance-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 5-7条浓精简 + 市场情绪指标 + 定时推送飞书
Metadata
Slug daily-finance-pro
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Daily Finance Pro?

每日财经推送专家版。当用户说"今日财经"、"财经日报"、"每日金融推送"、"设置财经推送"、"取消财经推送"时触发。特色:浓精简(3条精华)、市场情绪指标( bearish/bullish/neutral)、定时推送飞书。比 daily-finance 更精炼,比 daily-trending 更专业。 It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Daily Finance Pro?

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

Is Daily Finance Pro free?

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

Which platforms does Daily Finance Pro support?

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

Who created Daily Finance Pro?

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

💬 Comments