flowus-user
Installation
SKILL.md
FlowUs User Skill
Use the flowus CLI with --json for every command.
Commands
- Get current identity:
flowus --json whoami - Get user:
flowus --json user get <user_id>
Rules
- If authentication is unclear, use
flowus --json doctor; useflowus loginfor interactive login. - Credential precedence is
--token, thenFLOWUS_TOKEN, then the token saved byflowus login. - Do not call FlowUs V2 API with
curl. - Do not print or save bearer tokens.
- Use
whoamifor the active bot identity; useuser getonly when the user ID is known. - Treat
ok: falseas a failed operation even if the process output is parseable JSON.