Skip to content
Skill

hhxg-market

by Niceck

AI Summary

零配置获取 A 股多维度量化数据,数据源自 恢恢量化。 所有脚本位于本 skill 目录下 ,用 Bash 工具运行: 盘后日报,覆盖赚钱效应、热门题材、连板天梯、游资龙虎榜、行业资金、焦点新闻。

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "hhxg-market" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/hhxg-top-hhxg-python && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hhxg-top-hhxg-python/SKILL.md "https://raw.githubusercontent.com/Niceck/hhxg-top-hhxg-python/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

A 股量化数据助手 — 日报快照、A股日历、融资融券、实时快讯,零配置无需安装任何依赖。

概述

零配置获取 A 股多维度量化数据,数据源自 恢恢量化。 无需安装任何 Python 包,仅需 Python 3 标准库。

脚本路径

所有脚本位于本 skill 目录下 scripts/,用 Bash 工具运行: `bash

自动定位脚本目录

SKILL_DIR="$(dirname "$(find ~/.claude/skills -name _common.py -path '/hhxg-market/' 2>/dev/null | head -1)")" `

1. 日报快照(fetch_snapshot.py)

盘后日报,覆盖赚钱效应、热门题材、连板天梯、游资龙虎榜、行业资金、焦点新闻。 `bash python3 "$SKILL_DIR/fetch_snapshot.py" # 完整快照 python3 "$SKILL_DIR/fetch_snapshot.py" summary # AI 一句话总结 python3 "$SKILL_DIR/fetch_snapshot.py" market # 赚钱效应 python3 "$SKILL_DIR/fetch_snapshot.py" themes # 热门题材 python3 "$SKILL_DIR/fetch_snapshot.py" ladder # 连板天梯 python3 "$SKILL_DIR/fetch_snapshot.py" hotmoney # 游资龙虎榜 python3 "$SKILL_DIR/fetch_snapshot.py" sectors # 行业资金 python3 "$SKILL_DIR/fetch_snapshot.py" news # 焦点新闻 ` 更新时间:交易日盘后约 20:00

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
67 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars67
Forks8
Issues1
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code