What problem does it solve? Authenticating a Tribes agent requires running a blocking CLI login that hides its browser-approval URL for up to three minutes, which fails silently in headless or sandboxed sessions. This Skill runs the login flow in the background, surfaces the approval link immediately, and watches until the API_BEARER_TOKEN is persisted to .env. ## Core Features & Use Cases - Background login orchestration: Launches tribes-cli login with nohup so the approval URL is never hidden behind a blocking foreground process. - Immediate URL surfacing: Polls the login log and sends the user the browser-approval link the moment it appears, even when auto-open fails in sandboxes. - Completion and failure detection: Watches the process until exit, verifies the token landed in .env, and retries the whole flow at most once on timeout or missing token. - Use Case: A fresh sandboxed agent environment has no credentials. Invoke this Skill to get a login link, approve it in your browser, and have the agent confirm it can now trade and check balances. ## Quick Start Ask the agent to log you into Tribes, then open the approval link it sends you and approve it in your browser.