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

NameDescriptionSourceLicense
aide/code-reviewPlan, review, QA, shipgarrytan/gstackMIT
aide/contextAPI docs for coding agentsandrewyng/context-hubMIT
aide/devopsUptime, incidents, log analysiscommunityMIT
aide/ntu-studentUniversity LMS + mailyiidtw/aideMIT
aide/weatherForecast + severe alertscommunityMIT
aide/qaTest, regression, coveragecommunityMIT

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.