Expose PicoClaw

Share your PicoClaw lightweight AI agent endpoint with the internet.

What is PicoClaw?

PicoClaw is a minimal, lightweight AI agent runtime. It runs a REST API on a configurable port.

Setup

Launch PicoClaw on its default port (8001).

Run the PanicTunnl SSH command with port 8001.

The agent endpoint is now live on a public HTTPS URL.

// CONFIG_INIT [EXPOSE PICOCLAW]free.skytunnel.dev
STATUSREADY
PUBLIC_URLhttps://*.free.skytunnel.dev
DEF_8001
ssh -p 2222 -R 0:localhost:8001 free@free.skytunnel.dev

Paste this into your terminal to start tunneling.

FAQ

Yes. Adjust both PicoClaw's config and the PanicTunnl command to match.