0
0
# Install this skill:
npx skills add eject-dream/glm-mcp-skills --skill "zread"

Install specific skill from multi-skill repository

# Description

Read and search GitHub repositories - explore structure, read files, search docs/issues.

# SKILL.md


name: zread
description: Read and search GitHub repositories - explore structure, read files, search docs/issues.


ZRead

Browse GitHub repositories without cloning.

Commands

Command Usage
search python scripts/zread.py search <owner/repo> "<query>" [lang]
read python scripts/zread.py read <owner/repo> <file_path>
tree python scripts/zread.py tree <owner/repo> [dir_path]

Examples

# Search docs (lang: zh/en)
python scripts/zread.py search vitejs/vite "how to configure" en

# Read a file
python scripts/zread.py read vercel/next.js package.json

# View repo structure
python scripts/zread.py tree anthropics/anthropic-cookbook

When to Use

  • Explore a GitHub repo structure
  • Read source code from public repos
  • Search docs, issues, or commits

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.