GokuScraper-clawhub-skills
收藏资源简介:
# clawhub-skills Full skill dataset crawled from [ClawHub](https://clawhub.ai), powering [GokuPromptHub](https://prompthub.gokuscraper.com). Complete SKILL.md content for **72,788 unique skills** with Chinese translations and owner metadata. - Shards: `shards/shard-*.jsonl` (JSONL, 5000 records per shard, append-order, deduplicated by slug) - Translations (zh): **72,788** skills covered - Owners: **23,209** owner profiles (displayName + avatar) - Snapshot: 2026-08-02 05:50:47 UTC ## Record schema ```json { "slug": "skill-vetter", "displayName": "Skill Vetter", "summary": "Security-first skill vetting for AI agents...", "description": "Full SKILL.md markdown content...", "ownerHandle": "spclaudehome", "categories": ["security"], "topics": ["GitHub", "Permission"], "stats": {"downloads": 267073, "installs": 12155, "stars": 1278, "versions": 1}, "createdAt": 1769863429632, "updatedAt": 1778485878349, "latestVersion": "1.0.0", "crawledAt": 1785171916944, "owner": {"displayName": "...", "image": "https://..."}, "i18n": {"zh": {"displayName": "...", "summary": "..."}} } ``` ## Usage ```python from datasets import load_dataset ds = load_dataset("json", data_files="shards/shard-*.jsonl", repo_id="GokuScraper/clawhub-skills") ``` Or download directly: ``` huggingface-cli download GokuScraper/clawhub-skills --repo-type dataset --include "shards/*" ``` `index.json` lists every shard with its sha256 and row count. ## Related - [GokuPromptHub](https://prompthub.gokuscraper.com) - the website built on this data - [OpenClaw/clawhub-security-signals](https://huggingface.co/datasets/OpenClaw/clawhub-security-signals) - security scan signals for ClawHub skills (VirusTotal / ClawScan / SkillSpector) ## 中文说明 从 [ClawHub](https://clawhub.ai) 爬取的完整 AI Agent Skill 数据集,包含 **72,788** 个去重后的 skill 全文(SKILL.md)、**72,788** 条中文翻译及 **23,209** 个作者信息。数据支撑 [GokuPromptHub](https://prompthub.gokuscraper.com) 网站,定期增量更新。 快照时间:2026-08-02 05:50:47 UTC ## Support the project If you find this dataset useful, you can support the project - [buy me a coffee!](https://ko-fi.com/gokuscraper) [](https://ko-fi.com/gokuscraper)



