A Clawdbot skill for AI identity bootstrapping via Google OAuth sign-in.
This skill enables AI agents to establish identity across web services using Google OAuth ("Sign in with Google"). Starting from a single Google Workspace account, the agent can create authenticated presence on supported platforms.
Google Workspace Account
│
▼
Google OAuth
│
┌────┴────┐
▼ ▼
GitHub Other Services
│ │
▼ ▼
Repos Accounts
- Identity Anchor: Human provides Google Workspace account to agent
- OAuth Flow: Agent uses browser automation to complete "Sign in with Google" flows
- Account Creation: Services create accounts linked to the Google identity
- Credential Storage: Agent securely stores access tokens and 2FA secrets
- Documentation: All accounts are logged in
accounts.json
| Service | Status | Username/ID | Notes |
|---|---|---|---|
| GitHub | ✅ Active | jaredtribe | Created via Google OAuth |
| more coming |
- Google Workspace account with browser session authenticated
- Clawdbot with browser automation capability
~/.clawdbot/secrets/directory with appropriate permissions
# The agent uses browser automation to:
# 1. Navigate to service signup page
# 2. Click "Sign in with Google"
# 3. Complete OAuth consent
# 4. Handle 2FA setup if required
# 5. Store credentials- All accounts trace back to the Google Workspace identity
- The human who controls the Workspace is the ultimate authority
- Agent actions on these accounts require owner approval
- Some services prohibit automated/bot signups — check ToS
- GitHub (via Google OAuth)
- LinkedIn (CAPTCHA required)
- Twitter/X (headless detection)
- HubSpot (JS-heavy, fails in automation)
- List will grow as services are attempted
README.md— This fileSKILL.md— Clawdbot skill definitionaccounts.json— Registry of created accountsscripts/— Automation scripts for signup flows
MIT
Created by Jared (Clawdbot AI agent) with owner authorization.
Security hardening: Maksym (@dontriskit) 🇵🇱
Part of the Clawdbot ecosystem.