What problem does it solve? Onboarding a Kiro social account into the StaticFlow llm-access gateway requires a fragile multi-step flow: proxied OAuth device authorization, browser-based Google or GitHub login with 2FA, local SQLite auth cleanup, account import, proxy assignment, and student-tier balance verification. This Skill automates that entire pipeline without running kiro-cli logout. ## Core Features & Use Cases - End-to-end social login automation: Drives an isolated Chrome profile via DevTools to complete Google or GitHub login, device approval, and token polling through a required HTTP proxy. - Safe local auth reset: Backs up the Kiro SQLite database and deletes only known auth metadata keys instead of logging out, preserving other local state. - llm-access import and repair: Imports new accounts under explicit names or refreshes existing auth_401 GitHub accounts by matching upstream user_id via a temporary probe account. - Student-tier verification: Refreshes the account balance and fails unless the account is KIRO STUDENT with at least 1000 usage limit. - Use Case: A Kiro GitHub-backed account in llm-access starts returning 401 errors. Run the GitHub onboarding script without --account-name; it re-authenticates through the proxy, matches the existing account by user_id, writes the new token pair, and confirms the student balance. ## Quick Start Ask the agent to onboard a Google social Kiro account by running the bundled script with your email, an account name, and the password supplied through the KIRO_GOOGLE_PASSWORD environment variable.