Loading...

/hypr:add

Install optional agents from the Hypr agent directory, GitHub, or local paths.

Usage

/hypr:add accessibility-analyzer /hypr:add user/repo /hypr:add https://example.com/agent/AGENT.md /hypr:add ~/local/path/to/agent

Sources

Official Directory

Install agents from the official Hypr agent directory by name:

/hypr:add accessibility-analyzer

GitHub Repository

Install from any GitHub repository (public or private):

/hypr:add mycompany/custom-agent

Private repos require gh auth login first.

Direct URL

Install from any URL pointing to an AGENT.md file:

/hypr:add https://raw.githubusercontent.com/user/repo/main/AGENT.md

Local Path

Install from your local filesystem:

/hypr:add ~/my-agents/custom-analyzer

What Happens

  1. Fetches the agent from the specified source
  2. Validates the AGENT.md format
  3. Copies to .claude/agents/
  4. Agent is immediately available for use

Related Commands