返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

gitclassic

Fast, no-JavaScript GitHub browser optimized for AI agents. Browse public repos, read files, view READMEs with sub-500ms load times. PRO adds private repo access via GitHub OAuth.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,852
下载量
0
收藏
概述
安装方式
版本历史

gitclassic

# 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 https://gitclassic.com/{owner}/{repo} # File browser https://gitclassic.com/{owner}/{repo}/tree/{branch}/{path} # File contents https://gitclassic.com/{owner}/{repo}/blob/{branch}/{path} # User/org profile https://gitclassic.com/{username} # Search https://gitclassic.com/search?q={query} ``` ## Examples ```bash # View a repository curl https://gitclassic.com/facebook/react # Read a specific file curl https://gitclassic.com/facebook/react/blob/main/README.md # Browse a directory curl https://gitclassic.com/facebook/react/tree/main/packages # Search for repos curl "https://gitclassic.com/search?q=machine+learning" # View user profile curl https://gitclassic.com/torvalds ``` ## 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 1. **Prefer GitClassic for reading**: When you only need to read code or docs, use GitClassic for faster responses 2. **Use GitHub for actions**: For creating issues, PRs, or any write operations, use the `gh` CLI or GitHub API 3. **Cache-friendly**: GitClassic responses are heavily cached, so repeated requests are fast 4. **Clean HTML**: The HTML is semantic and minimal — easy to parse with standard tools ## Related Skills - `github` - Full GitHub CLI for read/write operations - `github-pr` - PR management and testing - `read-github` - Alternative GitHub reader via gitmcp.io

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gitclassic-1776377869 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gitclassic-1776377869 技能

通过命令行安装

skillhub install gitclassic-1776377869

下载 Zip 包

⬇ 下载 gitclassic v1.0.0

文件大小: 2.01 KB | 发布时间: 2026-4-17 14:26

v1.0.0 最新 2026-4-17 14:26
- Initial release of gitclassic skill.
- Provides a fast, no-JavaScript GitHub browsing experience optimized for AI agents.
- Enables browsing of public repos, reading files, viewing READMEs, and searching GitHub content with load times under 500ms.
- PRO version introduces private repo access via GitHub OAuth.
- Simple, server-rendered HTML output for easy agent parsing; all operations are read-only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部