
Aide Marketplace
- 1 repo stars
- Updated April 13, 2026
- yiidtw/aide
aide-marketplace is a plugin marketplace that catalogs agent images and skills runnable through the Docker-like aide.sh CLI.
About
The aide marketplace backs aide.sh, a CLI that treats AI agents like container images so developers can standardize how skills run in isolation. You pull an agent from a registry, start an instance, and exec named skills without hand-rolling process management each time. It fits operators who want SRE-style or DevOps bots with predictable lifecycle commands mirroring docker pull and docker exec. Use it during build when you package agent behavior, and during operate when you keep instances running and inspect logs. The marketplace is the catalog surface for those agent images; installation is the aide.sh binary plus marketplace entries you pull into your environment.
- Docker-parity CLI: pull, run, exec, ps, stop, rm, logs, build, push, search
- Agent images bundle persona plus shell-script skills in Agentfile.toml
- Example devops or sre-bot workflows for uptime and ops-style tasks
- MIT-licensed installer via curl https://aide.sh/install
- 1-plugin marketplace aligned with container mental model for agents
Aide Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add yiidtw/aideAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 13, 2026 |
| Repository | yiidtw/aide ↗ |
What it does
Pull, run, and exec skills inside packaged agent images the same way you use Docker for containers.
Who is it for?
Best when you already think in containers and want registry-based agent images with exec-able skills for ops or automation bots.
Skip if: Skip if you only need in-editor Claude skills with no standalone agent runtime or shell-based skill execution.
What you get
After install, you manage agent instances and invoke bundled skills with aide.sh commands parallel to Docker, with images from this marketplace.
- Running agent instance from a pulled marketplace image
- Executed skill output from aide.sh exec inside the agent
- Repeatable Agentfile-defined agent builds you can push to a registry
By the numbers
- Marketplace entry describes 1 plugin catalog surface for aide.sh agents
- CLI documents nine Docker-parity command families including pull, run, exec, and logs
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Agent container registry and CLI marketplace, not an in-IDE markdown skill pack.
FAQ
Who is Aide Marketplace for?
Developers deploying repeatable AI agent instances from a registry using aide.sh, especially for DevOps-style automation.
When should I use Aide Marketplace?
When you need to pull prebuilt agent images, run them as managed instances, and exec skills without custom orchestration code.
How do I add Aide Marketplace to my agent?
Install aide.sh with the official curl installer, configure registry access if required, aide.sh pull the marketplace agent, then aide.sh run and aide.sh exec skills as documented.