Expose OpenClaw
Make your OpenClaw AI agent framework accessible from external services.
What is OpenClaw?
OpenClaw is an AI agent framework. Exposing its API lets you trigger agents from external apps, CI/CD pipelines, or mobile clients.
Setup
Start OpenClaw on its default port (typically 8000).
Run the PanicTunnl SSH command with port 8000.
Your agent API is now publicly reachable over HTTPS.
// CONFIG_INIT [EXPOSE OPENCLAW]free.skytunnel.dev
ssh -p 2222 -R 0:localhost:8000 free@free.skytunnel.devPaste this into your terminal to start tunneling.
FAQ
OpenClaw handles its own auth. The tunnel just forwards traffic — authentication is between your client and OpenClaw.