zread

star 1

Search and read GitHub repository docs via the Zhipu CodePlan MCP zread server. Use when you need quick repo structure lookup or documentation search without cloning. Triggers: zread, search_doc, repo structure, read_file, GitHub docs search.

zkl2333 By zkl2333 schedule Updated 2/28/2026

name: zread description: "Search and read GitHub repository docs via the Zhipu CodePlan MCP zread server. Use when you need quick repo structure lookup or documentation search without cloning. Triggers: zread, search_doc, repo structure, read_file, GitHub docs search."

Prerequisites (mcporter)

Add this server to your mcporter.json (merge under mcpServers):

"zread": {
  "baseUrl": "https://open.bigmodel.cn/api/mcp/zread/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_ZHIPU_API_KEY",
    "Accept": "application/json, text/event-stream"
  }
}

Based on the Zhipu CodePlan MCP server configuration, this skill provides functionality for searching GitHub repositories (documents, issues, commits).

Usage: Call the zread tool with the search_doc function, providing the repo_name and query parameters.

Parameters:

  • repo_name (string, required): The GitHub repository name in the format owner/repo.
  • query (string, required): The search term or question.

Example:

mcporter call zread.search_doc repo_name="openclaw/openclaw" query="documentation"
Install via CLI
npx skills add https://github.com/zkl2333/skills --skill zread
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator