Read documentation and code from open source GitHub repositories using the ZRead MCP server
Use this skill to explore open source repositories, read their documentation, understand project structure, and analyze source code.
The ZRead MCP server must be configured. It uses the ZAI_API_KEY from your environment.
search_docSearch documentation, issues, PRs, and contributor info for a repository.
Use: "Search the documentation for {owner/repo} about {topic}"
Example: "Search the documentation for langchain-ai/langchain about memory systems"
get_repo_structureGet the directory tree and file list of a repository.
Use: "Show me the structure of {owner/repo}"
Example: "Show me the structure of anthropics/anthropic-sdk-python"
read_fileRead the complete content of a specific file.
Use: "Read the file {path} from {owner/repo}"
Example: "Read the file src/anthropic/client.py from anthropics/anthropic-sdk-python"
For complete Z.AI documentation, fetch: https://docs.z.ai/llms.txt
owner/repo (e.g., facebook/react)