Gitrama brings AI-powered semantic search and intelligence to your Git history, directly through your OpenClaw assistant.
Ask your OpenClaw agent natural language questions about any git repository:
- "What changed in the auth module this week?" → AskGIT analyzes commits, diffs, and contributors to give you a clear answer
- "Write me a commit message" → Analyzes staged changes and generates a proper conventional commit
- "Create a branch name for adding OAuth" → Generates
feature/add-oauth-authentication - "Who's been working on the API?" → Contributor insights with activity patterns
| Feature | Command | Description |
|---|---|---|
| AskGIT Chat | gtr chat |
Semantic Q&A about your repo history |
| Smart Commits | gtr commit |
AI-generated conventional commit messages |
| Branch Names | gtr branch |
Clean branch names from task descriptions |
| Repo Insights | gtr chat |
Contributor analysis, change patterns |
- Install the skill:
clawhub install gitrama - Make sure
gitramais installed:pip install gitrama - Set your API key:
export ANTHROPIC_API_KEY=your-key - Navigate to any git repo and ask your OpenClaw agent about it
"Hey, can you check what's changed in this repo over the last week?"
"Generate a commit message for my staged changes"
"Create a branch name for the ticket: implement rate limiting on the API"
"Who are the top contributors to the frontend directory?"
- Python 3.8+
- Git
- Anthropic API key
pip install gitrama
- 🌐 Website: gitrama.ai
- 📦 PyPI: pypi.org/project/gitrama
© 2025 Gitrama. All Rights Reserved.