agentsclimarketplace

Coolify deploy

Skill samhcus/skills/skills/coolify-deploy

Skills for any AI agent harness, by Mad House

Install
npx -y skills add samhcus/skills --skill coolify-deploy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Deploy, restart, or check status of any application or service on the Coolify VPS. Lists all deployable resources, triggers deploys, tails logs, and confirms the container comes up healthy. Use when deploying a new version, restarting a service, checking deploy status, or reading deployment logs. Triggers on "deploy", "restart service", "push to production", "deploy to vps", "check deploy status", "deployment logs", "is it deployed".

SKILL.md

1.6 KB, as published. Nobody here has run it

Coolify Deploy

Triggers and monitors deployments on the Coolify VPS via the REST API.

Arguments

Service to deploy: $ARGUMENTS

Step 1 - Run

If no argument was given, list all deployable services and ask the user which one:

~/.claude/commands/coolify-deploy/scripts/deploy.sh list

If a service name was given:

~/.claude/commands/coolify-deploy/scripts/deploy.sh deploy "$ARGUMENTS"

Step 2 - Report

For list: show a clean table of all applications and services with their current status. Let the user pick one.

For deploy:

  • Confirm which service was matched (name + UUID)
  • Report deploy triggered
  • Show the status polling output until the deploy completes or fails
  • If it fails, show the last 20 lines of logs so the user knows why
  • If it succeeds, confirm the service is healthy

One clear outcome: deployed and healthy, or failed with reason.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.