Skip to content

Armstrongya/hermes-runbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hermes-runbooks

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 完成配置即可使用。


Skills

Skill 描述 / Description 输出频率 / Cadence
ai-radar 高信噪比 AI 行业信息雷达 · High-signal AI industry radar Daily / Weekly / Monthly

How to use

# 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 完成配置并激活

Contributing

PRs are welcome. To add a new skill:

  1. Create a directory under skills/{your-skill-name}/.
  2. Add a README.md (what it does, quick start, customization).
  3. Add a runbook.md as the agent's operating spec.
  4. Add any supporting data files (source lists, templates, etc.).
  5. Add a row to the Skills table above.

For AI Agents

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:

  1. Read skills/{name}/README.md to understand what the skill does and what configuration is required.
  2. Copy the entire skills/{name}/ directory into your agent's skill folder.
  3. Follow the configuration steps in skills/{name}/README.md (delivery channels, cron registration, etc.).
  4. 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.

License

MIT

About

Curated Hermes Agent skills & runbooks — personal knowledge workflows, ready to drop into your own agent. | 精选 Hermes Agent Skill 合集,记录和分享 hermes-agent 使用经验,开箱即用。

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors