Install the skill
Allow read-only commands
Add floo to your agent’s allowed commands so it can run without prompting you for permission on safe operations. Claude Code (.claude/settings.json):
.cursorrules):
| Tool | File |
|---|---|
| Windsurf | .windsurfrules |
| GitHub Copilot | .github/copilot-instructions.md |
floo --help, floo <command> --help, and floo commands --json.
What your agent can do
Once the skill is installed, your agent can deploy, set env vars, add domains, view logs, roll back, and debug errors. All from the terminal. Every command supports--json for structured output.
{"success": true, "data": {...}}
Error: {"success": false, "error": {"code": "...", "message": "...", "suggestion": "..."}}