flyio
Fly.io edge deployment platform — manage apps, machines, volumes, secrets, and certificates via the Fly.io Machines API. Deploy containers globally, scale to zero, manage persistent storage, and configure networking. Built for AI agents — Python stdlib only, zero dependencies. Use for edge deployment, container management, global distribution, serverless scaling, and infrastructure automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/flyio✈️ Fly.io
Fly.io edge deployment platform — manage apps, machines, volumes, secrets, and certificates via the Fly.io Machines API.
Features
- App management — create, list, configure apps
- Machine operations — start, stop, restart machines
- Volume management — persistent storage provisioning
- Secret management — secure environment secrets
- Certificate management — SSL/TLS auto-provisioning
- Scaling — scale machines up/down, auto-stop
- Region selection — deploy to specific global regions
- Health checks — monitor machine health
- Network config — IP allocation, private networking
- Deployment — rolling deploys with canary support
Requirements
| Variable | Required | Description |
|---|---|---|
FLY_API_TOKEN | ✅ | API key/token for Fly.io |
Quick Start
# List apps
python3 {baseDir}/scripts/flyio.py apps --limit 20
# Get app details
python3 {baseDir}/scripts/flyio.py app-get my-app
# Create an app
python3 {baseDir}/scripts/flyio.py app-create '{"app_name":"my-service","org_slug":"personal"}'
# List machines
python3 {baseDir}/scripts/flyio.py machines --app my-app
Commands
apps
List apps.
python3 {baseDir}/scripts/flyio.py apps --limit 20
app-get
Get app details.
python3 {baseDir}/scripts/flyio.py app-get my-app
app-create
Create an app.
python3 {baseDir}/scripts/flyio.py app-create '{"app_name":"my-service","org_slug":"personal"}'
machines
List machines.
python3 {baseDir}/scripts/flyio.py machines --app my-app
machine-get
Get machine details.
python3 {baseDir}/scripts/flyio.py machine-get --app my-app mach_abc123
machine-start
Start a machine.
python3 {baseDir}/scripts/flyio.py machine-start --app my-app mach_abc123
machine-stop
Stop a machine.
python3 {baseDir}/scripts/flyio.py machine-stop --app my-app mach_abc123
machine-create
Create a machine.
python3 {baseDir}/scripts/flyio.py machine-create --app my-app '{"config":{"image":"nginx:latest","guest":{"cpus":1,"memory_mb":256}}}'
volumes
List volumes.
python3 {baseDir}/scripts/flyio.py volumes --app my-app
volume-create
Create a volume.
python3 {baseDir}/scripts/flyio.py volume-create --app my-app '{"name":"data","size_gb":10,"region":"ord"}'
secrets
List secrets.
python3 {baseDir}/scripts/flyio.py secrets --app my-app
secret-set
Set a secret.
python3 {baseDir}/scripts/flyio.py secret-set --app my-app "DATABASE_URL" "postgres://..."
certs
List certificates.
python3 {baseDir}/scripts/flyio.py certs --app my-app
regions
List available regions.
python3 {baseDir}/scripts/flyio.py regions
status
App status overview.
python3 {baseDir}/scripts/flyio.py status --app my-app
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-aiwithabidi-flyio": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.