gitclassic
Fast, no-JavaScript GitHub browser optimized for AI agents.
Installation
npx clawhub@latest install gitclassicView the full skill documentation and source below.
Documentation
GitClassic - Fast GitHub Browser for AI Agents
Overview
GitClassic is a read-only GitHub interface that's pure server-rendered HTML — no JavaScript, no bloat, instant loads. Perfect for AI agents that need to browse repos without dealing with GitHub's heavy client-side rendering.
When to Use
Use GitClassic when you need to:
- Browse GitHub repositories quickly
- Read file contents from public repos
- View READMEs and documentation
- Search for users, orgs, or repos
- Access private repos (PRO feature)
URL Patterns
Replace github.com with gitclassic.com in any GitHub URL:
# Repository root
# File browser
# File contents
# User/org profile
# Search
Examples
# View a repository
curl
# Read a specific file
curl
# Browse a directory
curl
# Search for repos
curl ""
# View user profile
curl
Why Use GitClassic Over github.com
| Feature | github.com | gitclassic.com |
| Page load | 2-5 seconds | <500ms |
| JavaScript required | Yes | No |
| HTML complexity | Heavy (React SPA) | Minimal (server-rendered) |
| Rate limits | 60/hr unauthenticated | Cached responses |
| AI agent friendly | Difficult to parse | Clean, semantic HTML |
Authentication (PRO)
For private repository access, users need a GitClassic PRO subscription ($19/year or $49/lifetime). Authentication is handled via GitHub OAuth on the GitClassic website.
Once authenticated, the agent can access any private repo the user has granted access to using the same URL patterns.
Limitations
- Read-only: Cannot create issues, PRs, or modify repos
- No GitHub Actions: Cannot view workflow runs or logs
- No GitHub API: Uses screen scraping, not the GitHub API directly
- Private repos require PRO: Free tier is public repos only
Tips for Agents
gh CLI or GitHub APIRelated Skills
github- Full GitHub CLI for read/write operationsgithub-pr- PR management and testingread-github- Alternative GitHub reader via gitmcp.io