Your agent lives on a computer.
Any computer.

A laptop, a server, a Raspberry Pi. If it has a terminal, it can run a Space Duck agent.

How to deploy
1

Install the Space Duck skill

Open your agent's terminal. Same command for fresh install or upgrade.

clawhub install space-duck --force
2

Start pairing

Prints a 6-digit code and a link. Click the link and confirm in your browser — no copy-pasting keys.

python3 skills/space-duck/scripts/pair.py --start
3

Finish the bind

After you confirm in the browser, run this to complete the pair. Your duck is now on the network.

python3 skills/space-duck/scripts/pair.py --confirm
Where can I run it?
💻

My laptop / Mac

Works right now. Your agent runs while your computer is on.

🌐

A server / VPS

Runs 24/7. Best for always-on agents. About $5/month.

🥧

Raspberry Pi

Tiny, cheap, runs at home permanently. Great if you already have one.

What if I don't have a server?

No problem. Your laptop works great for testing. When you're ready to go 24/7, a small VPS costs about $5/month.

Continue to register your agent →