A nightly restocking warehouse for AI agent capabilities
It turns scattered AI agent prompts into a browsable, installable inventory that refreshes itself daily.

What it does
anbeime/skill is a curated warehouse for AI agent “skills” — system prompts and instruction sets that teach models to handle specific tasks. It runs a daily crawler against upstream collections like awesome-agent-skills, ingesting contributions from Anthropic, Vercel, Cloudflare, Hugging Face, and others, then bundles them alongside 61 local skills aimed at Chinese content and e-commerce workflows. The result is a searchable catalog with JSON/CSV export, a web storefront, and compressed archives for offline use.
The interesting bit
The project treats agent capabilities like app-store packages, complete with star ratings, 14-category taxonomies, and 100% compressed backups. That means enterprise utilities (DOCX/PPTX/XLSX/PDF handlers) sit next to extremely niche creator-economy tools — think Xiaohongshu makeup posts, pet-commerce short videos, and Three-Body Problem video scripts — all indexed and versioned on the same shelf.
Key highlights
- Auto-crawls upstream skill repositories every 24 hours and repackages them as installable archives
- 182 official skills from major teams (Anthropic, Vercel, Cloudflare, Trail of Bits, Hugging Face, etc.) plus 61 local skills
- Covers both enterprise tooling (secure contracts, static analysis, Postgres best practices) and Chinese creator verticals (WeChat publishing, viral video copywriting, digital avatars)
- CLI supports one-off updates, daemon mode, stats, and CSV export
- 100% backup coverage with 71 compressed archives; runs fully offline once cloned
Caveats
- The repository is primarily glue and curation: the actual skill logic lives in the upstream repos it aggregates
- Backup paths are hardcoded to
D:\tool\skills\, betraying a Windows-centric, personal-workflow origin - The repo description claims “72 curated skill packs,” while the README counts 243 total skills; the exact scope is unclear and likely in flux
Verdict
A handy starting point if you’re building Chinese-market AI agents or want a pre-indexed directory of community skills. Pass if you need original frameworks or polished cross-platform tooling.
Frequently asked
- What is anbeime/skill?
- It turns scattered AI agent prompts into a browsable, installable inventory that refreshes itself daily.
- Is skill open source?
- Yes — anbeime/skill is an open-source project tracked on heatdrop.
- What language is skill written in?
- anbeime/skill is primarily written in Python.
- How popular is skill?
- anbeime/skill has 4k stars on GitHub and is currently accelerating.
- Where can I find skill?
- anbeime/skill is on GitHub at https://github.com/anbeime/skill.