Skip to content

dollardeploy/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DollarDeploy Agents

Open repository to make it easy for AI agents to manage your infrastructure and deploy your apps using DollarDeploy.

Contribute to this repository by creating a pull request.

Skills

Skill Description
dollardeploy-cli Deploy apps, manage hosts, and interact with DollarDeploy from the terminal using the ddc CLI

Claude Code

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.

Prerequisites

Install the DollarDeploy CLI:

npm install -g @dollardeploy/cli

Then authenticate:

ddc auth

Get your API key from DollarDeploy Settings.

Links