Last updated: June 11, 2026
The short version
- ✓ ClawdKit does not collect, store, or transmit any personal data to any external server, ever.
- ✓ All your conversation data stays entirely within your browser. Nothing ever leaves your device.
- ✓ The extension reads your Claude.ai session only to perform actions you explicitly request, nothing more.
- ✓ There are no analytics, no tracking pixels, and no advertising of any kind, now or in the future.
1 Overview
ClawdKit (referred to as "the Extension") is a browser extension for Claude.ai that lets you export conversations, count tokens, track usage limits, and browse your full conversation history. All of this happens entirely inside your own browser.
This Privacy Policy explains how ClawdKit handles information when you install and use the Extension. By using ClawdKit, you agree to the terms described here.
2 Data We Do Not Collect
ClawdKit is built on a simple principle: if we do not need your data to make the extension work, we do not touch it. The following types of information are never collected, logged, or transmitted anywhere:
- Your name, email address, or any other account information
- The content of your Claude.ai conversations or messages
- Your authentication tokens, session cookies, or login credentials
- Usage statistics, token counts, or rate limit data
- Your IP address, physical location, or device identifiers
- Your browsing history or activity on any website
- Any files you export or download using the Extension
3 Local Data Processing
To deliver its features, ClawdKit reads data from Claude.ai using your existing authenticated browser session. This is the same data you already see when you use Claude.ai in your browser. Every step of the process happens exclusively on your own device:
- Conversation export calls the Claude.ai API on your behalf and saves the resulting files directly to your device, bypassing any external server entirely
- Token counting uses a local tokenizer algorithm that runs entirely within the page, with no external API calls involved
- Usage bar data is pulled from Claude's own native session endpoints, the same source the Claude.ai website uses
- Your preferences (such as theme, export format, and organization ID) are stored in your browser's local
chrome.storageorbrowser.storage, where only you can access them
4 Browser Permissions Explained
ClawdKit requests only the permissions that are strictly necessary for it to function. We do not ask for anything beyond what is listed below, and each permission serves a single, well-defined purpose:
| Permission | Why it is needed |
|---|---|
| activeTab | Detects when you are on a Claude.ai tab so the extension can activate correctly. |
| storage | Saves your preferences locally in your browser, including theme, export settings, and organization ID. |
| scripting | Injects the token counter and usage bar interface into the Claude.ai page. |
| tabs | Opens the conversation browse page in a new tab when you click the button to do so. |
| host: claude.ai | Reads your Claude.ai conversations and usage data through your existing authenticated session. This data is processed locally and never transmitted anywhere. |
5 Third-Party Services
ClawdKit does not integrate with any third-party analytics platforms, advertising networks, or error-tracking services. Tools such as Google Analytics, Mixpanel, and Sentry are not used in any form.
The Extension bundles two open-source libraries to support its core features. Both run entirely within your browser and make no network requests of their own:
- JSZip creates ZIP archives of your exported conversations directly in your browser, without sending files to any server
- tiktoken (o200k_base) is the tokenizer used to estimate token counts for your conversations, and it runs fully in-page without any external calls
No information is shared with the authors of these libraries as a result of using them.
6 Children's Privacy
ClawdKit is not designed for or directed at children under the age of 13, or the applicable age of digital consent in your country. We do not knowingly collect any information from children. That said, because ClawdKit collects no personal data from anyone, there is nothing stored or retained that would need to be removed if a child were to use the Extension.
7 Changes to This Policy
If this Privacy Policy is updated in any meaningful way, we will revise the "Last updated" date shown at the top of this page. Where appropriate, we will also post a notice in the Extension's GitHub repository so you can review what changed and why.
Continued use of the Extension after an update is posted will be considered acceptance of the revised policy. Because ClawdKit does not collect personal data, future revisions are unlikely to affect your privacy in any practical way.
Questions or concerns?
If you have any questions about this policy, feel free to open an issue on GitHub. We check regularly and respond promptly.