skills$openclaw/private-connect
dantelex3.0k

by dantelex

private-connect – OpenClaw Skill

private-connect is an OpenClaw Skills integration for data analytics workflows. Access private services by name, from anywhere. No VPN or SSH tunnels.

3.0k stars7.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameprivate-connect
descriptionAccess private services by name, from anywhere. No VPN or SSH tunnels. OpenClaw Skills integration.
ownerdantelex
repositorydantelex/private-connect
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dantelex/private-connect
last updatedFeb 7, 2026

Maintainer

dantelex

dantelex

Maintains private-connect in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
284 B
SKILL.md
1.9 KB
SKILL.md

name: private-connect description: Access private services by name, from anywhere. No VPN or SSH tunnels. homepage: https://privateconnect.co repository: https://github.com/treadiehq/private-connect author: Treadie gating: binary: connect

Private Connect

Access private services by name, from anywhere. No VPN or SSH tunnels needed.

What it does

Private Connect lets you reach private infrastructure (databases, APIs, GPU clusters) using simple names instead of IPs and ports. Share your dev environment with teammates in seconds.

Commands

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

  1. Install Private Connect:
curl -fsSL https://privateconnect.co/install.sh | bash
  1. Authenticate:
connect up
  1. The skill will use your authenticated session.

Requirements

  • Private Connect CLI installed and authenticated
  • connect command available in PATH
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Private Connect CLI installed and authenticated - `connect` command available in PATH

FAQ

How do I install private-connect?

Run openclaw add @dantelex/private-connect in your terminal. This installs private-connect into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dantelex/private-connect. Review commits and README documentation before installing.