kusersai
v0.1.2
Published
kusers.ai local setup. Your AI runs it; you click Allow once. Sets up your own free Google quota for real YouTube data.
Readme
kusersai
The kusers.ai local command. Designed to be run by your own AI (Claude Code, Cursor, Codex) — your total involvement is clicking Allow once in a browser.
kusers connect
Sets up real YouTube data on your own free Google quota:
npx kusersai connect --token=<one-time token from kusers.ai/dashboard/settings>What it does, in order (read bin/kusers.mjs — nothing is hidden):
- Checks the gcloud CLI is installed and signed in (browser consent once).
- Creates a dedicated Google Cloud project (
kusers-*) — your existing projects are never touched. - Enables the free-tier YouTube Data API + Gemini API. No billing card.
- Creates an API key restricted to exactly those two APIs, IP-locked to kusers.ai's server — a leaked key is worthless anywhere else.
- Sends the key to kusers.ai over TLS. It is never printed.
Revoke everything at any time:
gcloud projects delete <PROJECT_ID>kusers.ai loses access the same second.
