by essamamdani
OpenClaw aka (Clawdbot, MoltBot) is an open agent platform that runs on your machine and works from the chat apps you already use. WhatsApp, Telegram, Discord, Slack, Teams—wherever you are, your AI assistant follows.
# Add to your Claude Code skills
git clone https://github.com/essamamdani/openclaw-coolifyGuides for using ai agents skills like openclaw-coolify.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:09:35.057Z",
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
30 days in the Featured rail · terms & refunds
Your Assistant. Your Machine. Your Rules.
OpenClaw aka (Clawdbot, MoltBot) is an open agent platform that runs on your machine and works from the chat apps you already use. WhatsApp, Telegram, Discord, Slack, Teams—wherever you are, your AI assistant follows.
Unlike SaaS assistants where your data lives on someone else’s servers, OpenClaw runs where you choose—laptop, homelab, or VPS. Your infrastructure. Your keys. Your data.
https://github.com/essamamdani/openclaw-coolifyOnce the container is running and healthy:
🦞 OPENCLAW READY.https://.../?token=xyz).openclaw-approve[!WARNING]
Security Note:
openclaw-approveis a break-glass utility that auto-accepts ALL pending pairing requests. Only run this immediately after accessing the URL yourself. Do not leave it running or use it when you don't recognize a request.
openclaw onboardOpenClaw lives where you work. You can connect it to WhatsApp, Telegram, Discord, etc.
Fastest setup.
/newbot) and get the Token.TELEGRAM_BOT_TOKEN to your Coolify Environment Variables.Requires scanning a QR code.
You can verify status or manage other channels (Discord, Slack) via the dashboard or CLI.
ClawHub is the public skill registry for OpenClaw. It allows you to easily find, install, and share capabilities for your agent.
clawhub search "calendar"
clawhub install <skill-slug>
The clawhub CLI is pre-installed in your container.
| Command | Description |
|---|---|
clawhub search "query" |
Find skills by name or tag. |
clawhub install <slug> |
Install a skill into your workspace. |
clawhub update --all |
Update all installed skills to the latest version. |
clawhub login |
Login to publish your own skills. |
clawhub publish |
Publish a skill from the current directory. |
A skill is a folder containing a SKILL.md (instructions) and supporting files. When you install a skill, it is downloaded to your workspace. OpenClaw automatically loads these skills, giving your agent new powers without writing code.
Think of this Docker container not as an app, but as an Office Building.
openclaw process. It hires "staff" to do work.Your office never forgets, thanks to a 3-tier memory architecture:
openclaw-workspace): A persistent Docker Volume where agents write code, save files, and store heavy data. Survives restarts.searxng:8080) for the agent's research.Your agent can securely manage credentials without leaking them:
rbw): Securely fetch secrets from your Bitwarden vault.Need to show a client your work?
cloudflared to instantly create a secure public URL (e.g., https://project-viz.trycloudflare.com).hackernews-cli, tuir (Reddit), newsboat (RSS), sonos control.gh (GitHub), vercel, bun, python, ripgrep.pandoc (Docs), marp (Slides), csvkit (Excel), qmd (Local AI Search).openclaw-config and openclaw-workspace persist forever.tcp://docker-proxy:2375).SOUL.md rules forbid the agent from touching your other Coolify services.nmap or ffmpeg?
skills/my-tools with a SKILL.md file instructing the agent to "Use apt-get to install ffmpeg".clawhub install web-utils.Q: "No available server" or "502 Bad Gateway" on Coolify?
docker-compose.yaml has expose: ["18789"] (fixed in latest version).OpenClaw listening on 18789. If it says 127.0.0.1, Traefik cannot reach it. It must listen on 0.0.0.0 or lan (default).Q: I can't connect from my Mac/PC?
https://openclaw.my-server.com).http://<server-ip>:18789 directly unless you manually opened that port in your server's firewall (UFW/AWS Security Group). The default setup uses reverse proxying for security.Q: minimax-portal-auth failed to load?