Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
CLI reference: floo skills install — install the floo agent skill file
floo skills install
--path DIR
SKILL.md
.claude/skills/floo/
--print
# Install skill file to Claude Code's default location floo skills install --path .claude/skills/floo # Print skill content to stdout (for inspection or piping) floo skills install --print # Agent workflow: get skill metadata as JSON floo skills install --print --json # Pipe skill content to a custom location floo skills install --print > my-custom-dir/SKILL.md
.claude/settings.json
{ "success": true, "data": { "path": "/absolute/path/to/SKILL.md", "version": "0.1.1", "recommended_permissions": { "read_only": [ "Bash(floo apps list:*)", "Bash(floo apps show:*)", "Bash(floo logs:*)" ], "read_write": [ "Bash(floo deploys:*)", "Bash(floo env set:*)", "Bash(floo init:*)" ] } } }
INVALID_PATH
--path