
Aide Marketplace
Pull, run, and exec skills inside packaged agent images the same way you use Docker for containers.
Overview
aide-marketplace is a plugin marketplace for the Build phase that catalogs agent images and skills runnable through the Docker-like aide.sh CLI.
What is this marketplace?
- 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
- Marketplace entry describes 1 plugin catalog surface for aide.sh agents
- CLI documents nine Docker-parity command families including pull, run, exec, and logs
Community signal: 1 GitHub stars.
What problem does it solve?
Solo builders reinvent process supervision and skill packaging every time they ship a new agent instead of using a familiar pull-run-exec workflow.
Who is it for?
Developers who already think in containers and want registry-based agent images with exec-able skills for ops or automation bots.
Skip if: Builders who only need in-editor Claude skills with no standalone agent runtime or shell-based skill execution.
What do I get? / Deliverables
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
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Primary shelf is Build because most users install the marketplace to define personas, skills, and runnable agent images before production loops. Agent-tooling matches Agentfile.toml, registry pull or run, and shell-script skills executed via aide.sh exec.
How it compares
Agent container registry and CLI marketplace, not an in-IDE markdown skill pack.
Common Questions / FAQ
Who is Aide Marketplace for?
Indie and solo 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.