flowus-auth

Installation
SKILL.md

FlowUs Auth Skill

Use the flowus CLI with --json when machine-readable output is needed.

Commands

  • Let the user choose interactively: flowus login
  • Browser OAuth login: flowus login --browser
  • Manual integration token setup: flowus login --manual
  • Verify identity: flowus --json whoami
  • Inspect auth state: flowus --json doctor
  • Remove saved login credentials: flowus logout

Login Guidance

  • Do not choose browser vs manual login on behalf of the user; present both options unless the user already chose one.
  • Use browser login for desktop sessions where opening a local callback URL is acceptable.
  • Use manual login for SSH, server, headless, and CI environments.
  • For manual login persistence, inspect the user's environment before advising: shell (SHELL), OS, and CI. Prefer the CLI-generated recommendation from flowus login --manual.
Installs
1
First Seen
Jun 5, 2026
flowus-auth — next-space/flowus-cli