Agent Hub
Pull, run, done.
aide.sh pull aide/devops
aide.sh run aide/devops --name mybot
aide.sh exec mybot check-uptime
Available Agents
| Name | Description | Source | License |
|---|---|---|---|
| aide/code-review | Plan, review, QA, ship | garrytan/gstack | MIT |
| aide/context | API docs for coding agents | andrewyng/context-hub | MIT |
| aide/devops | Uptime, incidents, log analysis | community | MIT |
| aide/ntu-student | University LMS + mail | yiidtw/aide | MIT |
| aide/weather | Forecast + severe alerts | community | MIT |
| aide/qa | Test, regression, coverage | community | MIT |
Publish Your Agent
aide.sh login # GitHub OAuth
aide.sh build my-agent/ # package
aide.sh push my-agent/ # publish to hub
Your agent will be available as your-username/agent-name.
Build Your Own
aide.sh init my-agent # scaffold
# edit Agentfile.toml + skills/
aide.sh lint my-agent/ # validate
aide.sh build my-agent/ # package
See Agentfile.toml reference for the full spec.