Coolify Paperclip Deployer banner
antongulin antongulin

Coolify Paperclip Deployer

DevOps community

Description

One-line AI agent prompt to deploy Paperclip on Coolify - battle-tested

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Coolify Paperclip Deployer

[![skills.sh](https://skills.sh/b/antongulin/coolify-paperclip-deployer)](https://skills.sh/antongulin/coolify-paperclip-deployer) [![License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE)

One-line AI agent prompt to deploy Paperclip on Coolify — fully automated and battle-tested.

What is this?

This repository contains an **OpenCode-compatible skill** and a companion **step-by-step installation guide** for deploying [Paperclip](https://github.com/paperclipai/paperclip) — an open-source AI agent orchestration platform — on a self-hosted [Coolify](https://coolify.io/) v4 server.

After following this guide, you will have:

  • Paperclip running in a Docker container on your own server
  • A public URL to access it (e.g. http://paperclip.YOUR_IP.sslip.io)
  • Persistent storage that survives restarts
  • A fully configured instance ready to onboard your first "CEO" admin

How to use it

Copy-paste **one of the following** into any AI coding assistant (OpenCode, Claude, Cursor, etc.) that supports skill loading and MCP tools (specifically the Coolify MCP):

Option A — Quick (natural language)

Use the skill from https://github.com/antongulin/coolify-paperclip-deployer to deploy Paperclip on my Coolify server.

Option B — Explicit (with the guide URL)

Read the full guide at https://github.com/antongulin/coolify-paperclip-deployer/blob/main/GUIDE.md and use the paperclip-coolify-deployer skill to deploy Paperclip on my Coolify server.

Option C — Local install (for OpenCode users)

If you use **OpenCode** (or any agent that supports skill directories), clone this repo into your skills folder:

**Global (all projects):**

git clone https://github.com/antongulin/coolify-paperclip-deployer.git ~/.config/opencode/skills/paperclip-coolify-deployer

**Project-only:**

git clone https://github.com/antongulin/coolify-paperclip-deployer.git .opencode/skills/paperclip-co