stockaskill

仓库创建 2026年6月25日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

为量化选股提供本地缓存与评分输出

▸ 风险提示

涉及联网抓取市场数据并可能提供投资建议,存在合规风险。

这个 Skill 做什么

基于 AKShare 的多市场智能选股与本地缓存行情分析工具。

面向多市场的智能选股与本地行情缓存工具,支持 A 股、港股、美股和以 ETF 优先的流程。用于做选股扫面、打分、回测、组合构建或诊断单只标的时调用。特点是基于 AKShare 且有本地缓存策略,优先用本地数据只补取缺失或过期的数据,效率更高。

▸ 展开 SKILL.md 英文原文

Multi-market intelligent stock selection for A-share, HK, US, and ETF-first workflows. Use when Codex needs to analyze individual stocks, run market scans, build portfolios, backtest strategies, diagnose BUY/SELL/HOLD signals, or warm bounded local market data. Triggers on stock codes (600519, AAPL, 0700.HK), ETF codes (510300, 159915), Chinese stock names (贵州茅台), and queries with keywords like 分析, 选股, scan, portfolio, backtest, 因子, 评分, ETF, 场内基金, BUY/SELL/HOLD, or 诊断. Do not use for broad mutual-fund platforms or full-universe market-data sync requests.

数据与抓取股票分析多市场缓存加速通用
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/axjing/stockaskill/main/skills/stockaskill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/axjing/stockaskill/main/skills/stockaskill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Smart Stock Selector

Multi-market stock selection with AKShare + SQLite caching. Covers A-shares, HK, US, and ETF-first fund workflows.

## Core promise

Given a stock code, market, or investment theme, return actionable signals with scores.
Use local cache first. Only fetch missing or stale pool, history, fundamentals, or index data.
Warm data by task scope, not by blind full-market full-history refresh.
Do not treat this skill as a warehouse or full-market sync platform.

## Scope boundary

- Treat this skill as a local-first analysis and decision engine.
- Prefer bounded sync for symbol, watchlist, portfolio, scan-universe, and ETF scopes.
- Treat `FUND` as ETF-first behavior for now.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有