Skills Explorer Add Skills

provision-cloud-agent

An agent skill by freeflow-community, from freeflow-community/cloud-agents. Tags: automation, cloud, developer-tools, devops, github, slack.

What it does

Provision an always-on cloud-hosted coding agent: pick a host platform (Railway or AWS EC2; pluggable for Fly.io, …), deploy a dev machine image with durable storage, install a coding agent (Claude Code, Codex, or OpenCode), wire it to a control plane (Flow or Bizzybot/Slack), give it GitHub access and the current repo, sync selected env vars from the local machine, and hand it a bootstrap task. Use when asked to "provision a cloud agent", "run an agent in the cloud", "set up a devbox agent", or similar.

Install

With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:

npx skills add freeflow-community/cloud-agents --skill provision-cloud-agent

Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):

git clone --depth 1 https://github.com/freeflow-community/cloud-agents
cp -r cloud-agents/skills/provision-cloud-agent ~/.claude/skills/provision-cloud-agent

Safety box score

Grade F, high risk: 96 of 100 risk points, rated 2026-09-20. The grade rates what the skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. How the score works.

Source

Repository
freeflow-community/cloud-agents (all skills from this repository)
Path
skills/provision-cloud-agent/SKILL.md
Branch
main
Updated
2026-09-19