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
Related skills
- devcontainer-setup — Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes.
- agents-deploy — Use when deploying your agent to AWS, or when a deploy has failed.
- aws-deployment — Configures CI/CD pipelines using AWS CodePipeline, CodeBuild, CodeDeploy, CodeConnections, and CodeArtifact.
- github-triage — Triages a repository's open GitHub issues and pull requests via the gh CLI.
- pr-improver — Runs an autonomous review-and-fix improvement loop over the current branch's changes until a PR review comes back clean.
- atlassian-mcp — Integrates with Atlassian products to manage project tracking and documentation via MCP protocol.