A curated collection of personal Hermes Agent skills for knowledge workflows.
Each skill is a self-contained directory with a runbook (operating spec) and any supporting data files. Copy a skill directory into your Hermes agent and follow its README to get started.
中文说明
精选 Hermes Agent Skill 合集,面向个人知识工作流场景。
每个 skill 是一个独立目录,包含运行规范(runbook)和所需的数据文件。将 skill 目录复制到你的 Hermes agent 中,按照其 README 完成配置即可使用。
| Skill | 描述 / Description | 输出频率 / Cadence |
|---|---|---|
| ai-radar | 高信噪比 AI 行业信息雷达 · High-signal AI industry radar | Daily / Weekly / Monthly |
# Copy a skill into your Hermes agent
cp -r skills/ai-radar /path/to/your/hermes/skills/
# Then follow skills/ai-radar/README.md to configure and activate it# 将 skill 复制到你的 Hermes agent skill 目录
cp -r skills/ai-radar /path/to/your/hermes/skills/
# 然后按照 skills/ai-radar/README.md 完成配置并激活PRs are welcome. To add a new skill:
- Create a directory under
skills/{your-skill-name}/. - Add a
README.md(what it does, quick start, customization). - Add a
runbook.mdas the agent's operating spec. - Add any supporting data files (source lists, templates, etc.).
- Add a row to the Skills table above.
You are an AI agent reading this repository to install a skill for your operator.
Available skills: see the Skills table above. Each skill lives under skills/{name}/.
To install a skill:
- Read
skills/{name}/README.mdto understand what the skill does and what configuration is required. - Copy the entire
skills/{name}/directory into your agent's skill folder. - Follow the configuration steps in
skills/{name}/README.md(delivery channels, cron registration, etc.). - Confirm installation by listing active cron jobs or running a one-off test report.
Do not modify runbook.md or sources.md unless your operator explicitly asks you to customize the skill.
MIT