Install
If you have not installed oobo yet, see Installation. The short version:Setup wizard
Run the interactive setup to detect your AI tools and configure oobo:- Detect installed AI tools (Cursor, Claude Code, Gemini CLI, etc.)
- Let you enable or disable individual tools
- Configure transparency mode (metadata only, or metadata + redacted transcripts)
- Optionally configure a remote endpoint
- Install agent hooks for supported tools (Cursor, Claude Code, Gemini CLI, OpenCode)
- Install the skill file at
~/.agents/skills/oobo/SKILL.md
Alias git (optional)
For zero-friction usage, aliasgit to oobo:
alias git=oobo to your shell RC file (.zshrc, .bashrc, or config.fish). After reloading your shell, every git commit automatically becomes an enriched commit with anchor metadata. All regular git commands pass straight through.
To remove the alias:
First enriched commit
Use oobo wherever you would use git:git commit, detected the write operation, read any active AI sessions from local tool storage, and wrote an anchor linking the commit to those sessions.
See what happened
--agent for structured JSON output:
Discover existing sessions
If you have been using AI tools before installing oobo, scan for existing sessions:Pull billing data from provider APIs (optional)
If you want exact token numbers from your AI provider accounts, configure API keys:Check your setup
Run diagnostics to verify everything is configured correctly:Generate your developer card
After using oobo for a while, generate a shareable stats card:oobo-card.md, a markdown file you can add to your GitHub profile README or share with teams.