What ollim-bot accesses
When you connect your Google account via/google-auth, ollim-bot requests
access to:
These permissions are requested once during setup and persist until you revoke
them.
What’s stored on your machine
All data lives in~/.ollim-bot/ on the machine running the bot:
credentials.json— your Google OAuth client configurationtoken.json— your Google OAuth refresh tokensessions.json— conversation history and context- Routine and reminder data — scheduling state
Third-party services
ollim-bot communicates with:- Anthropic — conversation messages are sent to the Claude API (or your configured model provider) for processing. See Anthropic’s privacy policy.
- Google APIs — task, calendar, and email data is fetched from Google’s servers using your OAuth token. See Google’s privacy policy.
- Discord — messages are sent and received through Discord’s API. See Discord’s privacy policy.
Data sharing
ollim-bot does not share your data with anyone. There is no analytics, no tracking, and no data collection. The bot runs entirely on your machine.Revoking access
To disconnect your Google account, revoke the bot’s access at myaccount.google.com/permissions and delete~/.ollim-bot/state/token.json.
