{
  "schemaVersion": "1.0",
  "item": {
    "slug": "github-search",
    "name": "github-search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/linshengli/github-search",
    "canonicalUrl": "https://clawhub.ai/linshengli/github-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/github-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/github-search.mjs",
      "scripts/repo-detail.mjs",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "github-search",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T02:29:10.574Z",
      "expiresAt": "2026-05-19T02:29:10.574Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-search",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-search",
        "contentDisposition": "attachment; filename=\"github-search-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "github-search"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/github-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/github-search",
    "agentPageUrl": "https://openagent3.xyz/skills/github-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GitHub Research 🐙",
        "body": "GitHub 仓库深度搜索与分析工具。专为技术细分领域调研设计，支持多维度筛选和详细数据分析。"
      },
      {
        "title": "功能特性",
        "body": "🔍 精准搜索 - 按关键词搜索特定领域的 GitHub 仓库\n📊 多维度筛选 - Stars、语言、更新时间、Forks\n📈 趋势分析 - 识别活跃项目和新兴趋势\n🏷️ 标签分类 - 自动提取项目标签和主题\n📋 结构化输出 - Markdown表格，易于整合到报告"
      },
      {
        "title": "基础搜索",
        "body": "# 搜索特定领域\nnode scripts/github-search.mjs \"agent memory\"\n\n# 指定编程语言\nnode scripts/github-search.mjs \"rag\" --language python\n\n# 更多结果\nnode scripts/github-search.mjs \"llm\" --limit 20"
      },
      {
        "title": "高级筛选",
        "body": "# 筛选高星项目（>1000 stars）\nnode scripts/github-search.mjs \"vector database\" --min-stars 1000\n\n# 最近更新的项目（30天内）\nnode scripts/github-search.mjs \"embedding\" --updated-within 30\n\n# 组合筛选\nnode scripts/github-search.mjs \"multi-agent\" \\\n  --language python \\\n  --min-stars 500 \\\n  --updated-within 90 \\\n  --limit 15"
      },
      {
        "title": "获取详细信息",
        "body": "# 获取单个仓库的详细信息\nnode scripts/repo-detail.mjs \"microsoft/autogen\"\n\n# 批量获取（从搜索结果）\ncat search-results.json | node scripts/batch-detail.mjs"
      },
      {
        "title": "搜索结果表格",
        "body": "## 🔥 GitHub 热门项目: agent memory\n\n| 排名 | 项目 | ⭐ Stars | 🍴 Forks | 💻 语言 | 📅 更新 | 🔗 链接 |\n|-----|------|---------|---------|--------|--------|--------|\n| 1 | microsoft/autogen | 32.5k | 4.8k | Python | 2天前 | [查看](https://github.com/microsoft/autogen) |\n| 2 | langchain-ai/langchain | 89.2k | 14.1k | Python | 1天前 | [查看](https://github.com/langchain-ai/langchain) |\n| 3 | ... | ... | ... | ... | ... | ... |\n\n### 📊 统计摘要\n- **总项目数**: 15\n- **平均 Stars**: 5,230\n- **主要语言**: Python (80%), TypeScript (13%), Go (7%)\n- **活跃度**: 73% 最近30天有更新"
      },
      {
        "title": "详细报告",
        "body": "## 📋 项目详情: microsoft/autogen\n\n**全称**: AutoGen\n**描述**: A programming framework for building AI agents\n**🏷️ 标签**: ai-agents, multi-agent, llm, python\n\n**📈 数据统计**\n- Stars: 32,547 (+156 this week)\n- Forks: 4,823\n- Issues: 1,234 open\n- Pull Requests: 89 open\n\n**💻 代码信息**\n- 主要语言: Python (98.2%)\n- 代码行数: ~150k\n- 许可证: MIT\n\n**📅 活跃度**\n- 最后提交: 2天前\n- 提交频率: 日均 12 commits\n- 贡献者: 234人\n\n**🔗 链接**\n- 仓库: https://github.com/microsoft/autogen\n- 文档: https://microsoft.github.io/autogen/\n- 示例: https://github.com/microsoft/autogen/tree/main/samples"
      },
      {
        "title": "参数说明",
        "body": "参数说明默认值示例query搜索关键词必填\"agent memory\"--language编程语言筛选无python, typescript, go--min-stars最小 stars 数1001000--max-stars最大 stars 数无限制50000--updated-within最近N天更新36530, 90--created-after创建日期之后无2024-01-01--sort排序方式starsstars, updated, forks--order排序顺序descasc, desc--limit返回结果数1020, 50--output输出格式tabletable, json, csv"
      },
      {
        "title": "在 Multi-Agent Research 中使用",
        "body": "# Intel Agent 调用 GitHub Research\nsubagent_task = \"\"\"\n你是情报分析师。使用 github-research skill 获取最新数据。\n\n执行以下命令：\n```bash\nnode ~/.openclaw/workspace/skills/github-research/scripts/github-search.mjs \\\n  \"agent memory\" \\\n  --language python \\\n  --min-stars 500 \\\n  --updated-within 90 \\\n  --limit 15 \\\n  --output json > /tmp/gh_results.json\n\n基于结果生成报告表格...\n\"\"\"\n\n### 批量分析多个领域\n\n```bash\n#!/bin/bash\nTOPICS=(\"agent memory\" \"rag\" \"vector database\" \"llm orchestration\")\n\nfor topic in \"${TOPICS[@]}\"; do\n  safe_topic=$(echo \"$topic\" | tr ' ' '-')\n  node scripts/github-search.mjs \"$topic\" \\\n    --min-stars 1000 \\\n    --limit 15 \\\n    --output json > \"results/${safe_topic}.json\"\ndone"
      },
      {
        "title": "API 限制",
        "body": "未认证请求: 60次/小时\n认证请求: 5000次/小时\n建议: 对于大量查询，配置 GitHub Token"
      },
      {
        "title": "配置 GitHub Token（可选）",
        "body": "export GITHUB_TOKEN=\"ghp_your_token_here\""
      },
      {
        "title": "数据来源",
        "body": "GitHub Search API v3\nGitHub REST API\n官方 GitHub 网站（备用）\n\n专为技术细分领域调研设计 | GitHub Research v1.0"
      }
    ],
    "body": "GitHub Research 🐙\n\nGitHub 仓库深度搜索与分析工具。专为技术细分领域调研设计，支持多维度筛选和详细数据分析。\n\n功能特性\n🔍 精准搜索 - 按关键词搜索特定领域的 GitHub 仓库\n📊 多维度筛选 - Stars、语言、更新时间、Forks\n📈 趋势分析 - 识别活跃项目和新兴趋势\n🏷️ 标签分类 - 自动提取项目标签和主题\n📋 结构化输出 - Markdown表格，易于整合到报告\n使用方式\n基础搜索\n# 搜索特定领域\nnode scripts/github-search.mjs \"agent memory\"\n\n# 指定编程语言\nnode scripts/github-search.mjs \"rag\" --language python\n\n# 更多结果\nnode scripts/github-search.mjs \"llm\" --limit 20\n\n高级筛选\n# 筛选高星项目（>1000 stars）\nnode scripts/github-search.mjs \"vector database\" --min-stars 1000\n\n# 最近更新的项目（30天内）\nnode scripts/github-search.mjs \"embedding\" --updated-within 30\n\n# 组合筛选\nnode scripts/github-search.mjs \"multi-agent\" \\\n  --language python \\\n  --min-stars 500 \\\n  --updated-within 90 \\\n  --limit 15\n\n获取详细信息\n# 获取单个仓库的详细信息\nnode scripts/repo-detail.mjs \"microsoft/autogen\"\n\n# 批量获取（从搜索结果）\ncat search-results.json | node scripts/batch-detail.mjs\n\n输出格式\n搜索结果表格\n## 🔥 GitHub 热门项目: agent memory\n\n| 排名 | 项目 | ⭐ Stars | 🍴 Forks | 💻 语言 | 📅 更新 | 🔗 链接 |\n|-----|------|---------|---------|--------|--------|--------|\n| 1 | microsoft/autogen | 32.5k | 4.8k | Python | 2天前 | [查看](https://github.com/microsoft/autogen) |\n| 2 | langchain-ai/langchain | 89.2k | 14.1k | Python | 1天前 | [查看](https://github.com/langchain-ai/langchain) |\n| 3 | ... | ... | ... | ... | ... | ... |\n\n### 📊 统计摘要\n- **总项目数**: 15\n- **平均 Stars**: 5,230\n- **主要语言**: Python (80%), TypeScript (13%), Go (7%)\n- **活跃度**: 73% 最近30天有更新\n\n详细报告\n## 📋 项目详情: microsoft/autogen\n\n**全称**: AutoGen\n**描述**: A programming framework for building AI agents\n**🏷️ 标签**: ai-agents, multi-agent, llm, python\n\n**📈 数据统计**\n- Stars: 32,547 (+156 this week)\n- Forks: 4,823\n- Issues: 1,234 open\n- Pull Requests: 89 open\n\n**💻 代码信息**\n- 主要语言: Python (98.2%)\n- 代码行数: ~150k\n- 许可证: MIT\n\n**📅 活跃度**\n- 最后提交: 2天前\n- 提交频率: 日均 12 commits\n- 贡献者: 234人\n\n**🔗 链接**\n- 仓库: https://github.com/microsoft/autogen\n- 文档: https://microsoft.github.io/autogen/\n- 示例: https://github.com/microsoft/autogen/tree/main/samples\n\n参数说明\n参数\t说明\t默认值\t示例\nquery\t搜索关键词\t必填\t\"agent memory\"\n--language\t编程语言筛选\t无\tpython, typescript, go\n--min-stars\t最小 stars 数\t100\t1000\n--max-stars\t最大 stars 数\t无限制\t50000\n--updated-within\t最近N天更新\t365\t30, 90\n--created-after\t创建日期之后\t无\t2024-01-01\n--sort\t排序方式\tstars\tstars, updated, forks\n--order\t排序顺序\tdesc\tasc, desc\n--limit\t返回结果数\t10\t20, 50\n--output\t输出格式\ttable\ttable, json, csv\n工作流集成\n在 Multi-Agent Research 中使用\n# Intel Agent 调用 GitHub Research\nsubagent_task = \"\"\"\n你是情报分析师。使用 github-research skill 获取最新数据。\n\n执行以下命令：\n```bash\nnode ~/.openclaw/workspace/skills/github-research/scripts/github-search.mjs \\\n  \"agent memory\" \\\n  --language python \\\n  --min-stars 500 \\\n  --updated-within 90 \\\n  --limit 15 \\\n  --output json > /tmp/gh_results.json\n\n\n基于结果生成报告表格... \"\"\"\n\n\n### 批量分析多个领域\n\n```bash\n#!/bin/bash\nTOPICS=(\"agent memory\" \"rag\" \"vector database\" \"llm orchestration\")\n\nfor topic in \"${TOPICS[@]}\"; do\n  safe_topic=$(echo \"$topic\" | tr ' ' '-')\n  node scripts/github-search.mjs \"$topic\" \\\n    --min-stars 1000 \\\n    --limit 15 \\\n    --output json > \"results/${safe_topic}.json\"\ndone\n\nAPI 限制\n未认证请求: 60次/小时\n认证请求: 5000次/小时\n建议: 对于大量查询，配置 GitHub Token\n配置 GitHub Token（可选）\nexport GITHUB_TOKEN=\"ghp_your_token_here\"\n\n数据来源\nGitHub Search API v3\nGitHub REST API\n官方 GitHub 网站（备用）\n\n专为技术细分领域调研设计 | GitHub Research v1.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/linshengli/github-search",
    "publisherUrl": "https://clawhub.ai/linshengli/github-search",
    "owner": "linshengli",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/github-search",
    "downloadUrl": "https://openagent3.xyz/downloads/github-search",
    "agentUrl": "https://openagent3.xyz/skills/github-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-search/agent.md"
  }
}