financial-news

财经新闻监控技能 - 财经新闻追踪、自动推送、重要新闻提醒

3,891 stars

Best use case

financial-news is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

财经新闻监控技能 - 财经新闻追踪、自动推送、重要新闻提醒

Teams using financial-news should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/financial-news/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/alsoforever/financial-news/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/financial-news/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How financial-news Compares

Feature / Agentfinancial-newsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

财经新闻监控技能 - 财经新闻追踪、自动推送、重要新闻提醒

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 📰 财经新闻监控技能

**财经新闻追踪与推送工具**

**作者:** 滚滚家族 🌪️  
**版本:** 1.0.0  
**主页:** https://aigogoai.com

---

## 🎯 技能描述

**一个帮助投资者追踪财经新闻、自动推送重要新闻的工具。**

**核心功能:**
- 📰 财经新闻聚合
- 🔔 重要新闻提醒
- 📊 个股新闻监控
- 📈 行业新闻追踪
- 💡 新闻情感分析

---

## 🛠️ 使用方法

### 1. 查询新闻

```python
from financial_news import query_news

# 查询今日新闻
news = query_news(date="2026-03-28")

# 查询个股新闻
news = query_news(stock_code="600519.SH", days=7)

# 查询行业新闻
news = query_news(industry="白酒", days=30)
```

### 2. 设置新闻监控

```python
from financial_news import setup_monitor

# 监控股票新闻
setup_monitor(
    stock_code="600519.SH",
    keywords=["财报", "业绩", "分红"],
    notify=True
)

# 监控行业新闻
setup_monitor(
    industry="白酒",
    keywords=["政策", "涨价", "竞争"],
    notify=True
)
```

### 3. 新闻情感分析

```python
from financial_news import analyze_sentiment

# 分析新闻情感
sentiment = analyze_sentiment(news_content)

# 输出:positive/negative/neutral
```

---

## 📋 输出示例

### 财经新闻列表

```
📰 财经新闻 - 2026-03-28
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

【宏观新闻】
1. 央行宣布降准 0.25 个百分点
   来源:央视新闻  时间:09:00
   影响:🟢 利好股市

2. 一季度 GDP 同比增长 5.2%
   来源:国家统计局  时间:10:00
   影响:🟢 利好经济

【公司新闻】
3. 贵州茅台发布 2025 年年报
   来源:上交所  时间:18:00
   影响:🟢 净利润增长 18%

4. 五粮液拟投资 100 亿扩产
   来源:公司公告  时间:16:00
   影响:🟢 产能提升

【行业新闻】
5. 白酒行业迎来新一轮涨价潮
   来源:证券时报  时间:14:00
   影响:🟢 行业利好

6. 监管部门加强食品安全检查
   来源:市场监管总局  时间:11:00
   影响:🟡 中性影响

📊 统计:今日新闻 156 条
🟢 利好:89 条
🟡 中性:52 条
🔴 利空:15 条

✅ 新闻查询完成!
```

---

## 🎯 新闻分类

### 按重要性

| 级别 | 图标 | 描述 | 推送 |
|------|------|------|------|
| **重大** | 🔴 | 影响股价>5% | 立即推送 |
| **重要** | 🟠 | 影响股价 2-5% | 每小时推送 |
| **一般** | 🟡 | 影响股价<2% | 每日汇总 |

### 按类型

| 类型 | 图标 | 描述 |
|------|------|------|
| **宏观** | 🏛️ | 政策、经济数据 |
| **行业** | 📊 | 行业动态、政策 |
| **公司** | 🏢 | 公司公告、财报 |
| **市场** | 📈 | 股市、债市、汇市 |

---

## 📚 参考文档

- [财经新闻来源](https://aigogoai.com/knowledge/news-sources)
- [新闻情感分析](https://aigogoai.com/knowledge/sentiment-analysis)
- [新闻投资策略](https://aigogoai.com/knowledge/news-trading)

---

## 🌪️ 滚滚的话

**"你只管 do it,新闻监控交给滚滚!"**

**这个技能是滚滚家族为投资者打造的新闻追踪利器,**
**希望能帮助你及时获取重要信息、把握投资机会!**

**如有问题或建议,欢迎反馈!**

**翻滚的地球人,一直在!** 🌪️💚

---

**创建人:** 滚滚 4 号(运营总监)  
**创建时间:** 2026-03-28  
**状态:** ✅ 完成

Related Skills

FP&A Command Center — Financial Planning & Analysis Engine

3891
from openclaw/skills

You are a senior FP&A professional. You build financial models, run variance analysis, produce board-ready reports, and turn raw numbers into strategic decisions. You work with whatever data the user provides — spreadsheets, CSV, pasted numbers, or verbal estimates.

Finance & Analytics

Financial Due Diligence Analyzer

3891
from openclaw/skills

Run comprehensive financial due diligence on acquisition targets, investment opportunities, or partnership prospects. Built for PE firms, corporate development teams, and founders evaluating deals.

Financial Analysis & Due Diligence

Budget & Expense Tracker — AI Agent Financial Command Center

3891
from openclaw/skills

Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.

General Utilities

trending-news-aggregator

3891
from openclaw/skills

智能热点新闻聚合器 - 自动抓取多平台热点新闻, AI分析趋势,支持定时推送和热度评分。 核心功能: - 每天自动聚合多平台热点(微博、知乎、百度等) - 智能分类(科技、财经、社会、国际等) - 热度评分算法 - 增量检测(标记新增热点) - AI趋势分析

Data & Research

news-hot-scraper

3891
from openclaw/skills

This skill should be used when users need to scrape hot news topics from Chinese platforms (微博、知乎、B站、抖音、今日头条、腾讯新闻、澎湃新闻), generate summaries, and cite sources. It supports both API-based and direct scraping methods, and offers both extractive and abstractive summarization techniques.

Data & Research

ai-news-brief

3891
from openclaw/skills

自动抓取 AI/算力/大模型/GPU 相关最新资讯简报,使用 Chrome 浏览器自动化绕过反爬,支持多个科技媒体来源,支持PDF生成和邮件推送

mx_financial_assistant

3891
from openclaw/skills

基于东方财富权威金融数据库,打造覆盖"数据-资讯-知识-分析-决策"全链条的智能问答服务。通过自然语言交互, 为用户提供从基础金融知识科普到专业投资研究支持的全方位解决方案,实现"一问即达"的高效金融信息获取体验。 涵盖七大核心能力:全市场金融数据实时查询(A港美股、基金、债券)、全网财经资讯智能检索(公告、研报、新闻、政策)、 全球宏观经济数据追踪(国民经济、货币财政、产业就业)、多维度智能选股选基(技术面、基本面、消息面)、 专业金融百科知识问答、深度金融市场分析(趋势、资金、情绪)、以及实时热点事件解读(政策、公告、行业变革)。 适配多元化应用场景,满足机构投资者在投资研究、资产配置、风险管理、策略回测等方面的专业需求, 同时支持个人用户的理财决策、知识学习、行情监控与投资组合管理。 当用户提出自然语言问题并希望获得智能回答时使用此技能,包括但不限于: "帮我查一下"、"请问"、"分析一下"、"选股"、"推荐股票"、"XX怎么样"、"XX是什么"、 "解释一下"、"总结一下"、"最新政策"、"宏观数据"、"市场行情"、"基金筛选"等问答类请求。 支持标准模式和深度思考模式(deepThink)。 此技能不适用于需要生成完整报告的场景(如行业跟踪报告、首次覆盖报告),这些场景应使用对应的报告生成技能。

ai-news-publisher

3891
from openclaw/skills

AI新闻一键发布技能。从36氪/虎嗅获取AI新闻,改写成爆款文章,发布到微信公众号。触发词:发布AI新闻、公众号发文章、科技新闻发布、爆款文章。

Financial Data Analyzer Lite

3891
from openclaw/skills

Free stock analysis skill — pull live data via yfinance, analyze any ticker with valuation metrics, financial health, and analyst consensus.

Agent News (Free Tier)

3891
from openclaw/skills

A free AI enriched global news stream for agents, provided by agentnewsapi.com. Powered by $ANA on Solana.

crypto-news-ns3

3891
from openclaw/skills

AI reads 20+ crypto media outlets in real time and ranks every article by importance. No API key, instant access. Binance and CoinGecko use our data. Market sentiment indicators optimized for trading signals and trigger data. Breaking news, coin-level filters, and exchange listing news from CoinMarketCap, Coinbase, Bybit, OKX, Hyperliquid, and Robinhood. Bitcoin (BTC), Ethereum (ETH), Solana (SOL), XRP, Dogecoin (DOGE), BNB, stablecoin (USDT, USDC), DeFi, ETF news, and whale alerts. 16 languages. Four feeds: real-time crypto news ranked by AI, daily market briefing, top stories ranking, and breaking headlines. Built for trading bots, TradingView workflows, and AI agents. Use when the user asks about crypto news, portfolio updates, market briefings, breaking headlines, top stories, or news about specific coins.

ths-financial-data

3891
from openclaw/skills

该skill用于获取股票市场数据,包括实时行情、中文名称查询、键盘缩写转换、资金流向和日K线数据。使用thsdk库提供同花顺数据接口支持。支持自动将中文、缩写、短代码转换为thsdk所需的完整ths_code格式。当匹配到多只股票时,会返回候选列表供用户选择。如未安装thsdk,会自动安装。