skills/README.md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:

- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
  ../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
  zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
  - docx family: kept docx (official, full toolchain) + docx-cn
    (GB/T 9704 Chinese official-document constants),
    dropped docx_writer (no scripts, name collided with docx)
  - humanizer family: kept humanizer-zh (6 zh reference docs),
    dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
  ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
  claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
  live credentials

Result: 25 skills, 572 files, ~7.5 MB.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:47:12 +08:00

85 lines
4.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Skills
Claude Code 技能集 — 金融数据、文档处理、数据可视化、联网搜索、写作与元技能。
## 目录
### 金融数据与研究
| 技能 | 说明 |
|------|------|
| [windpy-sdk](windpy-sdk/) | Wind 金融终端 Python API — 17 个函数、常驻服务、13 份参考文档,覆盖 A 股/债券/基金/期货/期权/外汇/宏观 |
| [tushare-data-1.0.5](tushare-data-1.0.5/) | Tushare 财经数据接口 — 股票/基金/期货/数字货币行情 + 公司财务/基金经理基本面 |
| [ifind-http-api](ifind-http-api/) | 同花顺 iFinD HTTP API — 18 个端点参考手册,支持股票/基金/债券/期货/期权/宏观数据 |
| [gangtise](gangtise/) | 冈底斯港股/A 股研报知识库 + 投研 AI Agent + 经济指标查询 |
| [annuity-disclosure-crawler](annuity-disclosure-crawler/) | 企业年金季度管理报告全量爬虫 — 22 家投资管理人官网披露栏目 |
| [asset-monitor](asset-monitor/) | 资产异常波动日频监控 — Z-Score 检测偏离 > 2σ 的异常,自动生成 Excel 报告 |
| [technical-analyst](technical-analyst/) | 周线 K 线技术分析 — 趋势识别、支撑阻力位、形态、概率场景推演(纯图表) |
| [portfolio-analyzer](portfolio-analyzer/) | 投资组合多维分析 — 8 项风险指标、Brinson 三因素归因、6-sheet Excel 报告 |
| [financial-report-writing](financial-report-writing/) | A 股上市公司投研报告写作 — 数据获取、分析、Word 输出全流程 |
### 文档与可视化
| 技能 | 说明 |
|------|------|
| [docx](docx/) | Word 文档创建/编辑 — 修订追踪、批注、格式保留、文本提取,含 docx-js + ooxml 工具链 |
| [docx-cn](docx-cn/) | 中文公文 Word 文档(GB/T 9704-2012) — 依赖 `docx` skill,提供公文常量与排版规范 |
| [xlsx](xlsx/) | Excel 电子表格 — 公式、格式、数据分析、可视化、公式重算 |
| [pdf](pdf/) | PDF 处理工具包 — 文本/表格提取、创建、合并/拆分、表单填写 |
| [pptx](pptx/) | PowerPoint 创建/编辑/分析 — 布局、母版、图表、演讲备注,含 OOXML schema |
| [ppt-station-skill](ppt-station-skill/) | 数据 → 金融报告 PPT — 12 种页面布局、10 主题、ChartJunkCleaner、DeckLinter 合规审计 |
| [fund-slides](fund-slides/) | 零依赖 HTML 演示 — 智能内容-可视化映射、ECharts 内联、中文字体支持 |
| [plotly](plotly/) | Plotly 交互式可视化 — 散点/折线/热力/3D/地图/金融图表,输出 HTML 或静态图 |
### 联网搜索与工具箱
| 技能 | 说明 |
|------|------|
| [agentrs-search](agentrs-search/) | 京东 agentrs 网关四搜索引擎 — tavily / cloudsway(Bing)/ searchpro(搜狗)/ jdcloud RAG |
| [agentrs-map](agentrs-map/) | 高德地图 6 工具 — POI / 地理编码 / 行政区 / IP 定位 / 步行导航 / 坐标转换 |
| [agentrs-weather](agentrs-weather/) | 高德天气 — 实况 + 未来预报,支持 adcode 或地址自动解析 |
| [zhipu-websearch](zhipu-websearch/) | 智谱 AI Web Search — 双引擎、时间过滤、域名过滤 |
### 写作与协作
| 技能 | 说明 |
|------|------|
| [humanizer-zh](humanizer-zh/) | 中文去 AI 痕迹 — 交互式工作流,33 种模式分 6 篇 reference 按需加载,支持学术/公文/商业报告 |
| [ai-pair](ai-pair/) | 多模型协同 — 一个创作(Author),多个审阅(可配 Codex/Gemini/Kimi),覆盖不同 review 维度 |
### 元技能
| 技能 | 说明 |
|------|------|
| [skill-creator](skill-creator/) | 技能创建指南 — 帮助创建和优化 Claude Code skill |
| [find-skills](find-skills/) | 技能发现与安装 — 从开源技能生态中搜索和安装 skill |
## 使用方式
将技能目录放入项目的 `.claude/skills/` 下,Claude Code 自动识别加载。
```bash
# 克隆整个仓库
git clone https://codehub.ablemind.cc/public/skills.git .claude/skills
# 或只安装单个技能
cp -r windpy-sdk <your-project>/.claude/skills/windpy-sdk
```
## 依赖关系
```
asset-monitor ── uses ── WindPy SDK ── ref ── windpy-sdk
portfolio-analyzer ── uses ── WindPy SDK ── ref ── windpy-sdk
└─ uses ── xlsx(recalc.py 公式验证)
docx-cn ── uses ── docx(unpack/pack/validate 工具链)
其余 skill 均独立,无交叉依赖
```
需要外部凭证的 skill(首次使用时会自动检测 env / .env,未命中则通过 AskUserQuestion 询问):
- `windpy-sdk` / `tushare-data-1.0.5` / `ifind-http-api` — 各自数据源账号
- `gangtise``GANGTISE_TOKEN`
- `agentrs-*``JD_AGENTRS_TOKEN`
- `zhipu-websearch``ZHIPU_API_KEY`