To register a new platform and get an API key, at minimum you need to: open a webpage, fill in email and password, switch to Gmail to find the verification code, paste it back, find the API key page, create it, and copy it. One platform takes 5 minutes, ten platforms take all morning.
I built a Claude Code Skill that, when you say "help me register xxx", handles the rest automatically.
Two-layer architecture:
First layer leverages login state — inject cookies directly from Chrome using Playwright. No need to re-login to already-authenticated services. About 200 lines of Python.
Second layer fu
原文表示