Open repository to make it easy for AI agents to manage your infrastructure and deploy your apps using DollarDeploy.
| Skill | Description |
|---|---|
dollardeploy-cli |
Deploy apps, manage hosts, and interact with DollarDeploy from the terminal using the ddc CLI |
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
/plugin marketplace add dollardeploy/agents
Then, to install a specific set of skills:
- Select Browse and install plugins
- Select dollardeploy-agents
- Select dollardeploy-skills
- Select Install now
Alternatively, directly install either Plugin via:
/plugin install dollardeploy-skills@dollardeploy-agents
After installing the plugin, you can use the skill by just mentioning it or asking to deploy your app.
Install the DollarDeploy CLI:
npm install -g @dollardeploy/cliThen authenticate:
ddc authGet your API key from DollarDeploy Settings.
- DollarDeploy - Platform
- CLI on npm -
@dollardeploy/cli - Documentation - CLI docs
- API Reference - REST API
- Discord - Community
- Claude Code Plugins - How plugins work