Personal and reusable Hermes skills
Find a file
2026-05-01 12:17:06 +04:00
autonomous-ai-agents Add Factory Droid basics skill 2026-04-30 18:36:32 +04:00
note-taking/batumilove-obsidian-vault docs: add batumilove obsidian vault skill 2026-04-27 21:29:58 +04:00
productivity/order-tracking-monitor document order tracker package repo 2026-05-01 12:17:06 +04:00
security/secure-remote-execution docs: update secure remote execution skill metadata (#1) 2026-04-25 11:30:11 +04:00
social-media/bird-cli docs: add bird-cli skill (#5) 2026-04-29 18:24:26 +04:00
web-development/libretto-browser-automation docs: add Libretto browser automation skill (#2) 2026-04-29 18:23:37 +04:00
README.md add order tracking monitor skill 2026-05-01 12:13:54 +04:00

Hermes Skills

Personal and reusable Hermes skills.

This repository is the portable source for skills that should be available across multiple Hermes environments. When adding a reusable skill, add it here in addition to any local Hermes Agent checkout or environment-specific skill directory.

Skills

  • autonomous-ai-agents/factory-droid — safe Factory Droid CLI basics for ordinary one-shot or repo-scoped tasks, including BYOK model selection, autonomy levels, prompt files, and verification.
  • autonomous-ai-agents/factory-droid-mission-mode — advanced Factory Droid mission-mode workflow with local BYOK model IDs, preflight checks, worker cleanup, and verification steps.
  • note-taking/batumilove-obsidian-vault — safe branch/PR workflow and conventions for Aleman's GitHub-backed Obsidian vault.
  • productivity/order-tracking-monitor — quiet JSON-ledger order and shipment monitor with hourly cron polling, optional email discovery, and Telegram alerts only on real changes.
  • security/secure-remote-execution — safe defaults for fetching, inspecting, and executing remote scripts or installer commands.
  • social-media/bird-cli — X/Twitter BirdCLI workflows including bookmarks, read-only commands, and user-scoped X_COM_AUTH_TOKEN / X_COM_CT0 env mapping.
  • web-development/libretto-browser-automation — advanced browser automation workflow using Saffron Health's Libretto workbench for persistent sessions, read-only inspection, network/action logs, snapshots, and Playwright workflow debugging.

Layout

Each skill lives in its own directory and includes a SKILL.md file:

category/
└── skill-name/
    └── SKILL.md
  • batumilove/hermes-skills — portable personal/reusable Hermes skills for sharing across environments.
  • batumilove/stan-skills — legacy/private Clawdbot skills for email, bookmarks, and Obsidian workflows.