What problem does it solve? Users who already pay for AI subscriptions like ChatGPT Plus, Qwen Pro, or xAI SuperGrok often lack API keys and cannot connect those subscriptions to an agent harness. This Skill guides OAuth-based login so existing subscriptions authenticate the Collar agent directly. ## Core Features & Use Cases - Multi-Provider OAuth Login: Supports openai-codex, qwen-oauth, xai-oauth, nous, anthropic, google-gemini-cli, and minimax-oauth via the dag auth add command. - Headless Authentication: Provides copy-URL and SSH port-forwarding workflows for environments without a browser. - Troubleshooting Guidance: Documents known pitfalls such as 401 re-auth errors, provider naming mismatches, and Anthropic/Gemini OAuth limitations, with OpenRouter API key as fallback. - Use Case: A user with a ChatGPT Plus subscription runs dag auth add openai-codex, completes device-code login, sets the provider with dag model, and verifies with a test chat query. ## Quick Start Ask the agent to log in with your ChatGPT Plus subscription using OAuth instead of an API key.