stock-briefing

股市简报 - 零依赖增强版。行情+成交量趋势+资金流向+北向资金+多源新闻+量价分析,不需要任何API Key。当蟹大爷说"来份股市简报"、"股市简报"时使用。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stock-briefing" with this command: npx skills add oldhouse-g/openclaw-stock-briefing/oldhouse-g-openclaw-stock-briefing-stock-briefing

股市简报

零依赖的股市简报生成器。不需要 tushare、不需要 API Key,任何环境都能跑。

使用方法

python3 scripts/stock_briefing.py

把脚本输出原样发给蟹大爷,不要修改、不要补充、不要总结。

报告内容

  1. 📈 大盘收盘概况(三大指数+沪深成交额)
  2. 📊 近5日成交量趋势柱状图(自动标注放量/缩量)
  3. 📋 自选股行情(A股+港股,自动标注涨跌最大)
  4. 💰 资金流向(大盘主力+北向资金+自选股主力资金)
  5. 📰 今日要闻(财联社早间精选,备用新浪7x24)
  6. 💡 小结(量能分析+资金面分析+趋势判断,全规则化)

数据来源

  • A股大盘指数+成交额:东方财富 push2his API
  • A股个股行情:腾讯日K线 web.ifzq.gtimg.cn
  • 港股行情:腾讯日K线 + 实时接口(名称)
  • 资金流向(大盘+个股主力):东方财富 fflow API
  • 北向资金(沪/深股通):东方财富 kamt API
  • 财经新闻:财联社电报 API(优先)+ 新浪7x24财经(备用)

零依赖

  • 不需要 pip install 任何包
  • 不需要任何 API Key 或 Token
  • 只用 Python 标准库(urllib, json, re, datetime)

自选股修改

编辑 scripts/stock_briefing.py 顶部的 A_STOCKSHK_STOCKS 列表。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated