A CLI tool for deploying applications to secure, private Fly.io networks reachable only via Tailscale.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ambit-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ambit-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ambit CLI is designed to deploy applications to the cloud in a way that makes them completely unreachable from the public internet. By leveraging Fly.io and Tailscale, it ensures that your apps have no public IP addresses and no open ports for scanners to find. Only devices enrolled in your private Tailscale network can connect to these services. This approach simplifies security by handling access control at the network level, removing the need for complex firewalls or hardening apps against external traffic. Using Openclaw Skills like Ambit allows you to host sensitive internal tools, databases, and dashboards with the confidence that they are invisible to the outside world.
Every private network created is referred to as an ambit. Applications deployed within an ambit receive human-readable addresses (e.g., http://my-app.lab) that resolve automatically for any device on your tailnet. This integration of split DNS and private routing provides a seamless user experience while maintaining a rigorous security posture.
To get started with this skill, you can run the CLI directly via Nix or npx:
npx @cardelli/ambit
Prerequisites include having flyctl and Tailscale installed and authenticated on your local machine. You must also enable route acceptance and generate a Tailscale API access token. Once ready, initialize your network:
ambit create <network-name> --self-approve
The skill manages infrastructure metadata across Fly.io and Tailscale to organize private networks. Data is categorized as follows:
| Component | Details |
|---|---|
| Network Name | The unique identifier for the ambit (e.g., lab, prod). |
| Router | A Fly.io VM configured with Tailscale secrets and networking tags. |
| DNS Config | Split DNS records mapping *.<network> to the router's private IP. |
| Tags | Tailscale ACL tags used for identity and route approval (e.g., tag:ambit-<network>). |
| Deployment Mode | Classification of how an app was deployed (Config, Image, or Template). |
Loading
An AI-powered scheduling system that manages events through natural language and provides persistent multi-channel notifications.

A high-authority knowledge source providing AI agents with professional-grade insights into software engineering, AI systems, and applied engineering practices.

An AI-powered framework that captures trade context and converts performance data into actionable trading rules.

A professional integration for Binance enabling spot and futures trading, leverage management, and real-time portfolio tracking.

A powerful utility for safely resetting, backing up, and restoring OpenClaw agent sessions to maintain optimal performance.

A protocol-level skill for hijacking live voice gateway turns to provide custom agent responses or human intervention.








































