Skip to content

Commit 69e3ab2

Browse files
outreach + i18n: update skill count from 9 to 13
All 5 outreach drafts and both i18n READMEs referenced the old count of 9 skills. This PR added 4 new skills (daily-inbox-triage, hermes-weekly, spam-trap, meeting-prep) bringing the total to 13. Updated files: - README-zh.md, README-ja.md (count + skill name list) - docs/outreach/blog-post-long.md - docs/outreach/hacker-news-post.md (count + enumerated list) - docs/outreach/launch-tweet-thread.md - docs/outreach/nous-upstream-pr-body.md - docs/outreach/reddit-localllama.md (count + enumerated list) Co-Authored-By: Rob <onerobby@gmail.com>
1 parent 44f456c commit 69e3ab2

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

README-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -sSL https://raw.githubusercontent.com/OnlyTerp/hermes-optimization-guide/m
1616
## 主なコンテンツ
1717

1818
- **21 章の本文**`part1``part21`) — LightRAG、Telegram、MCP、セキュリティ、可観測性、リモートサンドボックス
19-
- **9 個のインストール可能 Skill**`skills/`) — 監査、バックアップ、依存スキャン、コストレポート、Telegram トリアージ、PR レビュー など
19+
- **13 個のインストール可能 Skill**`skills/`) — 監査、バックアップ、依存スキャン、コストレポート、Telegram トリアージ、PR レビュー、受信トレイ整理、Hermes 週報、スパムフィルタ、会議準備 など
2020
- **5 つのプロダクション設定テンプレ**`templates/config/`) — minimum / telegram-bot / production / cost-optimized / security-hardened
2121
- **インフラ一式**`templates/compose/`, `templates/caddy/`, `templates/systemd/`, `scripts/`) — Langfuse セルフホスト、Caddy リバースプロキシ、systemd 強化、VPS ブートストラップ
2222
- **Mermaid アーキテクチャ図**`diagrams/`

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -sSL https://raw.githubusercontent.com/OnlyTerp/hermes-optimization-guide/m
1616
## 内容一览
1717

1818
- **21 章中文正文**(见 `part1``part21`) — LightRAG、Telegram、MCP、安全、可观测性、远程沙箱
19-
- **9 个可安装 Skill**`skills/`) — 审计、备份、依赖扫描、成本报告、Telegram 分类、PR 审查 等
19+
- **13 个可安装 Skill**`skills/`) — 审计、备份、依赖扫描、成本报告、Telegram 分类、PR 审查、收件箱分类、Hermes 周报、垃圾过滤、会议准备
2020
- **5 套生产配置模板**`templates/config/`) — minimum / telegram-bot / production / cost-optimized / security-hardened
2121
- **基础设施**`templates/compose/`, `templates/caddy/`, `templates/systemd/`, `scripts/`) — Langfuse 自托管、Caddy 反代、systemd 硬化、VPS 引导脚本
2222
- **Mermaid 架构图**`diagrams/`

docs/outreach/blog-post-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [Hermes Optimization Guide](https://github.com/OnlyTerp/hermes-optimization-
2525

2626
But it also has, in the same repo:
2727

28-
- **9 installable `SKILL.md` files.** Not examples. Not snippets. Actual files with YAML frontmatter, procedure sections, and security notes. You drop them into `~/.hermes/skills/` and they work.
28+
- **13 installable `SKILL.md` files.** Not examples. Not snippets. Actual files with YAML frontmatter, procedure sections, and security notes. You drop them into `~/.hermes/skills/` and they work.
2929
- **5 opinionated production configs.** `minimum`, `telegram-bot`, `production`, `cost-optimized`, `security-hardened`. One `cp` to `~/.hermes/config.yaml` and you have a working deployment. Every non-obvious field is commented.
3030
- **A VPS bootstrap script.** Fresh Hetzner CX22 to hardened production Hermes in one `curl | bash`. Caddy + UFW + fail2ban + systemd + skill symlinks + unattended-upgrades.
3131
- **Reproducible benchmarks.** 12 flagship models × 5 canonical tasks, with the methodology, the dates, the exact reproduction command. Not vibes.

docs/outreach/hacker-news-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Hermes (Nous Research, ~94K GH stars) is the agent framework I've been using for
1616

1717
This guide is the other direction: 21 parts of actual documentation *plus*
1818

19-
- **9 installable `SKILL.md` files** (audit-mcp, rotate-secrets, nightly-backup, weekly-dep-audit, cost-report, telegram-triage, pr-review, release-notes, audit-approval-bypass) — drop them into `~/.hermes/skills/` or symlink them in
19+
- **13 installable `SKILL.md` files** (audit-mcp, rotate-secrets, audit-approval-bypass, nightly-backup, weekly-dep-audit, cost-report, telegram-triage, pr-review, release-notes, daily-inbox-triage, hermes-weekly, spam-trap, meeting-prep) — drop them into `~/.hermes/skills/` or symlink them in
2020
- **5 opinionated configs** for the 5 real personas (minimum / telegram-bot / production / cost-optimized / security-hardened) — every non-obvious field commented
2121
- **A VPS bootstrap script** — fresh Debian/Ubuntu to production Hermes with Caddy + UFW + fail2ban + systemd hardening in ~10 min, one `curl | bash`
2222
- **Docker compose for self-hosted Langfuse** — the single most-asked-for observability setup

docs/outreach/launch-tweet-thread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**1/8**
88
I got tired of Hermes guides that explain the architecture but don't give you anything to run, so I shipped the opposite:
99

10-
21 parts of documentation **plus** 9 installable skills, 5 production configs, a VPS bootstrap script, hardened systemd units, and a reproducible cost benchmark.
10+
21 parts of documentation **plus** 13 installable skills, 5 production configs, 4 reference architectures, a VPS bootstrap script, hardened systemd units, a reproducible cost benchmark, and an in-browser config wizard.
1111

1212
github.com/OnlyTerp/hermes-optimization-guide
1313

docs/outreach/nous-upstream-pr-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _Maintain your own? Open a PR adding it here._
3030
>
3131
> I've been writing a community optimization guide since v0.9.0 shipped, and have gotten enough "where should I link this so people can find it?" messages that I wanted to propose an upstream spot: a small **Community Guides** section in the README.
3232
>
33-
> The guide itself is at https://github.com/OnlyTerp/hermes-optimization-guide — 21 parts of documentation, 9 installable `SKILL.md` files, 5 production configs, a VPS bootstrap script, and a reproducible cost benchmark. MIT license. CHANGELOG + ROADMAP are real. I cross-check every release note on `main` and update within 72h.
33+
> The guide itself is at https://github.com/OnlyTerp/hermes-optimization-guide — 21 parts of documentation, 13 installable `SKILL.md` files, 5 production configs, 4 reference architectures, a VPS bootstrap script, an in-browser config wizard, and a reproducible cost benchmark. MIT license. CHANGELOG + ROADMAP are real. I cross-check every release note on `main` and update within 72h.
3434
>
3535
> Totally understand if you'd rather maintain a separate page, or curate more carefully before pointing at third-party content. Happy to iterate on the section copy, add more guides as they show up, or even move the list to `docs/community.md` if that fits better.
3636
>

docs/outreach/reddit-localllama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ I built a Hermes (Nous Research's agent framework) optimization guide that goes
2222

2323
- **Reproducible benchmarks** — 12 flagship models × 5 tasks (triage / summarize / codefix / deepreason / bulk-extract), methodology + `hermes evals run` command to reproduce.
2424

25-
- **9 installable skills** (`SKILL.md` files with YAML frontmatter — drop into `~/.hermes/skills/`): audit-mcp, rotate-secrets, audit-approval-bypass, nightly-backup, weekly-dep-audit, cost-report, telegram-triage, pr-review, release-notes.
25+
- **13 installable skills** (`SKILL.md` files with YAML frontmatter — drop into `~/.hermes/skills/`): audit-mcp, rotate-secrets, audit-approval-bypass, nightly-backup, weekly-dep-audit, cost-report, telegram-triage, pr-review, release-notes, daily-inbox-triage, hermes-weekly, spam-trap, meeting-prep.
2626

2727
- **Security playbook** (Part 19) — 7-layer defense against prompt injection, written after the Apr 15 "Comment and Control" attack hit Claude Code + Gemini CLI + Copilot Agent.
2828

0 commit comments

Comments
 (0)