Stock Browser Fetcher

通过浏览器控制实时抓取A股市场数据,支持东方财富、新浪财经等金融网站,绕过反爬机制。输出:上证/深证/创业板指数、北向资金、涨跌家数、涨停跌停数据。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Stock Browser Fetcher" with this command: npx skills add linbo405/stock-browser-fetcher

Stock Browser Fetcher 📈

通过浏览器控制实时抓取 A 股市场数据,绕过反爬机制。

功能

  • 📊 实时获取上证、深证、创业板指数
  • 💰 北向资金数据
  • 📈 涨跌家数统计
  • 🔥 涨停跌停数量

使用方法

from skills.stock_browser_fetcher import fetch_market_data

# Fetch today's market data
data = fetch_market_data()
print(data)

输出格式

{
  "date": "2026-03-05",
  "sh_index": {"close": 3000.12, "change_pct": 0.5},
  "sz_index": {"close": 9500.45, "change_pct": 0.8},
  "chi_index": {"close": 2000.33, "change_pct": 1.2},
  "north_flow": 10.5,
  "up_count": 2500,
  "down_count": 2300,
  "limit_up": 50,
  "limit_down": 10
}

数据源

  • 东方财富 (eastmoney.com)
  • 新浪财经 (finance.sina.com.cn)

依赖

  • OpenClaw browser tool
  • Python 3.8+

使用场景

  • 量化交易数据采集
  • 金融数据分析
  • 投资组合监控
  • 市场情绪跟踪

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

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated