Skill store repo contains 244 total skills (182 official, 62 local), auto-updates every 24 hours, exports to JSON/CSV, and provides tools to validate and manage skills. It is written in Python and ships with a local data store and backup mechanism.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
The repository is a curated collection of AI agent skills, including 72 local and official skills, organized for easy installation and use. It automatically syncs from the upstream official skills repository and provides local skills in Chinese, plus export and validation utilities.
How it works
The project automatically crawls and aggregates skills from the upstream sources, classifies them, and exposes data through local JSON files and a front-end (online store). It includes a validation tool to verify SKILL.md files and a prompt generator for AI use.
Getting started
1. 克隆仓库
git clone https://github.com/anbeime/skill.git
cd skill
2. 安装依赖
pip install -r requirements.txt
3. 运行更新
# 立即执行一次更新
python main.py --once
# 启动定时更新守护进程
python main.py --daemon
# 显示数据统计
python main.py --stats
# 导出为 CSV 格式
python main.py --export skills.csv
# 详细日志模式
python main.py --once -v
4. 浏览技能
访问 在线技能商店 https://skill.vercel.app 或查看本地文件:
# 查看官方技能列表
cat data/skills.json
# 查看本地技能列表
cat data/local_skills.json
# 查看技能文档
ls docs/
Recent releases
Latest release notes show updates v2.2 (2026-07-29) adding ecommerce-full-pipeline, expanding local skills, and category counts; v2.1 (2026-07-28) adds validation tools and templates; v2.0 (2026-02-11) expands local skills and refines categories; v1.0 (2026-02-09) initial release.
Traction
- Stars: 4714
- Forks: 453
- Open issues: 8
Behind the repo
- Maintainer: anbeime
- Source license: MIT License
- Related project: Awesome Agent Skills as upstream source for official skills
Caveats
- License: MIT License
- Language: Python
- Last push: 2026-08-04
- Data includes 182 official skills and 62 local skills; total 244 skills






