Agent skill
private-connect
Secure remote access to OpenClaw gateway + access private services by name. Use `connect expose` and `connect reach` for tunnels; no VPN or SSH. Expose gateway (localhost:18789) for phone/remote access; reach services by name (staging-db, prod-api).
Install this agent skill to your Project
npx add-skill https://github.com/treadiehq/private-connect/tree/main/integrations/openclaw
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udd17", "install": [ { "id": "install", "bins": [ "connect" ], "kind": "script", "label": "Install Private Connect: curl -fsSL https://privateconnect.co/install.sh | bash" } ], "requires": { "bins": [ "connect" ] } }
SKILL.md
Private Connect
Secure remote access to your OpenClaw gateway, plus access to private services by name. No VPN or SSH tunnels needed.
What it does
-
Remote OpenClaw Access: Access your OpenClaw gateway from anywhere (phone, laptop) while it runs on a VPS or Mac Mini — without exposing it publicly.
-
Private Service Access: Reach private infrastructure (databases, APIs, GPU clusters) using simple names instead of IPs and ports.
Commands
connect_expose_gateway
Expose your OpenClaw gateway (localhost:18789) for secure remote access.
Examples:
- "Expose my OpenClaw for remote access"
- "Set up remote access to this gateway"
- "Make my OpenClaw accessible from my phone"
connect_reach_gateway
Connect to a remote OpenClaw gateway from your current device.
Examples:
- "Connect to my OpenClaw server"
- "Reach my remote OpenClaw"
- "Access my VPS OpenClaw"
connect_reach
Connect to a private service by name.
Examples:
- "Connect me to the staging database"
- "Reach the prod API"
- "Connect to jupyter-gpu"
connect_status
Show available services and their connection status.
Examples:
- "What services are available?"
- "Show my connected services"
- "Is the staging database online?"
connect_share
Share your current environment with a teammate.
Examples:
- "Share my environment"
- "Create a share link that expires in 7 days"
- "Share my setup with the team for a week"
connect_join
Join a shared environment from a teammate.
Examples:
- "Join share code x7k9m2"
- "Connect to Bob's environment"
connect_clone
Clone a teammate's entire environment setup.
Examples:
- "Clone Alice's environment"
- "Set up my environment like the senior dev"
connect_list_shares
List active environment shares.
Examples:
- "Show my active shares"
- "What environments am I sharing?"
connect_revoke
Revoke a shared environment.
Examples:
- "Revoke share x7k9m2"
- "Stop sharing with the contractor"
Setup
- Install Private Connect:
curl -fsSL https://privateconnect.co/install.sh | bash
- Authenticate:
connect up
- The skill will use your authenticated session.
Requirements
- Private Connect CLI installed and authenticated
connectcommand available in PATH
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
payload
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
triage-ci-flake
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
generate-translations
Use when new translation keys are added to packages to generate new translations strings
audit-dependencies
Use when fixing dependency vulnerabilities, running pnpm audit, or when the audit-dependencies CI check fails
remotion-best-practices
Best practices for Remotion - Video creation in React
runpod
Cloud GPU processing via RunPod serverless. Use when setting up RunPod endpoints, deploying Docker images, managing GPU resources, troubleshooting endpoint issues, or understanding costs. Covers all 5 toolkit images (qwen-edit, realesrgan, propainter, sadtalker, qwen3-tts).
Didn't find tool you were looking for?