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; use flowus login for interactive login.
  • Credential precedence is --token, then FLOWUS_TOKEN, then the token saved by flowus login.
  • Do not call FlowUs V2 API with curl.
  • Do not print or save bearer tokens.
  • Use whoami for the active bot identity; use user get only when the user ID is known.
  • Treat ok: false as a failed operation even if the process output is parseable JSON.
Installs
1
First Seen
Jun 5, 2026
flowus-user — next-space/flowus-cli