ClawPass is an Agent browser service that lets you store cookies for private sites and generate a Clawpass.md file that instructs your Agent how to use the API.
- Website: clawpass.app
- API: api.clawpass.app
| Package | Description |
|---|---|
| clawpass-worker | Cloudflare Worker API: auth, cookies, API tokens, Clawpass.md generation |
| clawpass-extension | Chrome extension: capture cookies, generate Clawpass.md |
- Supabase: Create a project at supabase.com and run migrations in
clawpass-worker/supabase/migrations/. - Worker: Deploy the worker (see clawpass-worker/README.md).
- Extension: Install the Chrome extension from
clawpass-extension/(see clawpass-extension/README.md).
- Sign in via the extension.
- Navigate to a site you're logged into (e.g. web.okjike.com), click "Save cookies for this site".
- Click "Generate Clawpass.md" and copy the output to your Agent.
- Your Agent can use the API token in Clawpass.md to access private domains.
MIT