This is a Flow Nexus focused authentication agent that wraps their MCP tools for user management workflows. It handles the standard auth playbook: registration, login, password resets, profile updates, session management. You'd reach for this if you're building on Flow Nexus and want an agent that already knows the user_register, user_login, and profile management tool signatures instead of wiring them up yourself. The prompting emphasizes security practices and graceful error handling, which matters for auth flows. It's basically a specialized wrapper, so only useful if you're already in the Flow Nexus ecosystem and want to delegate authentication tasks to an agent that speaks their API.
npx skills add https://github.com/ruvnet/ruflo --skill agent-authentication