插件介绍
Open-source infrastructure that turns scattered SKILL.md files into curated, retrieval-ready agent-skill corpora—with retrieval and evaluation tooling included.
项目详情摘要
English · 简体中文 What SkillCorpus gives you SkillCorpus is EverMind's open-source pipeline for turning scattered `SKILL.md` files from public repositories into reliable agent context. It aggregates sources, applies safety and license gates, evaluates quality, and matches task-specific skills before the agent answers. You can use the live SkillHub without cloning this repository. Clone SkillCorpus when you want the open-source machinery behind that experience: **Build your own skill layer** — point the pipeline at your own source registry, apply the curation, safety, and license gates, and export a corpus for your agents. **Change the behavior** — modify the taxonomy, quality and dedup rules, retrieval recipe, export schema, evaluation suites, or host plugins. **Keep control of deployment** — self-host the released retrieval models and connect your own agent host instead of using the hosted SkillHub API. The core code is Apache-2.0 licensed (`match/` and `evaluate/` are MIT); each skill retains its upstream license. The public 1,000-skill demo, three agent benchmarks, and live SkillHub show the result. https://github.com/user-attachments/assets/4d9a3241-df13-4b20-9798-fb7920069995 🔥 Latest Updates **2026-09-17 · v0.4.0** Adds a **shared skills library** across all six hosts: they read one `~/.evermind-skillsearch/` directory and register their own, so a skill you have in one agent is available in the rest; skills retrieved from a catalog are **kept** instead of discarded at the end of the turn; and changes take effect **on the next turn, with no restart**. Raven and Hermes also gain `skills_dirs` / `SKILLSEARCH_SKILLS_DIRS`. **2026-09-02** Adds OpenClaw 2.0 support and smarter skill delivery: retrieve automatically on every query, or let the main agent call `skill_
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EverMind-AI/SkillCorpus
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。


