A zero-dependency Python skill for managing Fly.io edge infrastructure including apps, machines, volumes, and secrets via the Machines API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flyio
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 flyio using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Fly.io skill is a specialized tool designed to bridge the gap between AI agents and global edge infrastructure. It allows for full lifecycle management of applications on the Fly.io platform, utilizing the Machines API to control individual virtual machine instances, persistent storage, and network configurations. As part of the Openclaw Skills ecosystem, it emphasizes performance and simplicity by relying solely on the Python standard library.
This skill enables developers to deploy containers globally, scale resources to zero when not in use, and manage secure secrets without leaving their automation environment. By integrating this into your Openclaw Skills library, you gain the ability to programmatically orchestrate complex cloud deployments with minimal overhead and high reliability.
To get started with the Fly.io skill, ensure you have an active Fly.io account and an API token.
export FLY_API_TOKEN="your_fly_api_token_here"
python3 scripts/flyio.py apps --limit 10 --human
The Fly.io skill organizes data based on the Fly.io resource hierarchy. All outputs are returned as JSON objects to ensure compatibility within Openclaw Skills workflows.
| Resource | Key Attributes | Purpose |
|---|---|---|
| Apps | app_name, org_slug, status | High-level container for services |
| Machines | id, region, image, guest_config | Individual compute instances |
| Volumes | name, size_gb, region | Persistent disk storage |
| Secrets | label, created_at | Secure environment configuration |
| Certificates | hostname, check_status | SSL/TLS management |
Loading
A specialized CLI tool for AI agents to manage Fivetran connectors, destinations, and sync operations via the REST API.

A high-performance interface for querying Fireflies.ai meeting data including transcripts, summaries, and speaker analytics via GraphQL.

A comprehensive integration for ElevenLabs that enables text-to-speech, instant voice cloning, and the creation of bidirectional conversational AI agents.

A comprehensive logistics tool for generating shipping labels, comparing carrier rates, verifying addresses, and tracking packages.

An AI-powered founder accountability system designed to optimize decision-making and strategic reflection within Openclaw Skills.

A comprehensive AI agent tool for managing Freshdesk tickets, contacts, and helpdesk operations through a specialized REST API interface.








































