/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
- Fetches the agent from the specified source
- Validates the AGENT.md format
- Copies to
.claude/agents/ - Agent is immediately available for use
Related Commands
- /hypr:list - Browse available agents
- /hypr:status - See installed agents