private-connect
Access private services by name, from anywhere. No VPN or SSH tunnels.
Why use this skill?
Use Private Connect to access internal databases, APIs, and GPU clusters via AI commands. No VPNs or SSH tunnels required. Install now.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dantelex/private-connectWhat This Skill Does
Private Connect is a powerful OpenClaw AI agent skill designed to bridge the gap between local development environments and restricted private infrastructure. It effectively removes the traditional friction associated with network configuration, such as managing VPNs, configuring complex SSH tunnels, or wrestling with dynamic IP addresses. By abstracting connectivity through simple service names, it allows developers and operators to reach databases, GPU clusters, or internal APIs securely from anywhere with a single natural language command. It transforms your AI agent into a networking orchestrator, handling the connection logic, session sharing, and environment discovery automatically.
Installation
To integrate Private Connect into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dantelex/private-connect
After installation, ensure the underlying CLI is configured by running connect up. This ensures the agent can leverage your local authenticated session to securely access remote resources without further manual intervention.
Use Cases
Private Connect is ideal for distributed teams and developers working across varied infrastructure. Common scenarios include:
- Connecting to a staging database on a private subnet without opening inbound ports on a firewall.
- Providing instant access to high-performance GPU nodes for model training or inference tasks.
- Collaborating with teammates by sharing a transient environment link, enabling pair programming on isolated services.
- Standardizing development environments by cloning a teammate's configuration, ensuring parity across the entire engineering organization.
Example Prompts
- "Connect me to the production database so I can debug the current query issues."
- "I need to access the jupyter-gpu cluster; can you reach it for me?"
- "Create a share link for my current environment that expires in 48 hours for the contractor."
Tips & Limitations
For optimal security, always verify the service names before initiating a connection. Note that this tool requires the connect binary to be present in your system PATH. Avoid sharing environments with untrusted parties. The skill is designed to simplify access, not replace authentication layers; always ensure your target services have robust internal security measures in place. Because this modifies network routing at the session level, ensure you are running the agent in a secure, authorized terminal context.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dantelex-private-connect": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api