Ω Skill Installer

One-click install skills from GitHub repos into any Hermes profile

Install from GitHub

Paste a GitHub repo URL containing a valid SKILL.md to install it as a Hermes skill.

Supports: https://github.com/owner/repo, owner/repo, owner/repo@branch

How It Works

  1. Paste a GitHub repo URL containing a SKILL.md file
  2. The system validates the frontmatter (name, description, version required)
  3. Choose which Hermes profile to install into
  4. One click installs the skill — copies files, registers in config
  5. The skill is immediately available next time the agent loads skills

Agent Workflow

This page is the manual interface. For automated installs, the following agent workflow is available:

"Install the skill from https://github.com/owner/repo into my omega profile"

1. Scout fetches the raw SKILL.md from the repo
2. Validates frontmatter (name, description, version)
3. Downloads the full repo (or skill directory)
4. Installs to ~/.hermes/profiles/omega/skills/<name>/
5. Updates AGENTS.md loading list if needed
6. Reports what was installed