{
  "schemaVersion": "1.0",
  "item": {
    "slug": "github-trending-cn",
    "name": "Github Trending Cn",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/github-trending-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/github-trending-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/github-trending-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-trending-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/github_trending.py"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/github-trending-cn"
    },
    "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-trending-cn",
    "agentPageUrl": "https://openagent3.xyz/skills/github-trending-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-trending-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-trending-cn/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GitHub 趋势监控",
        "body": "GitHub 热门项目趋势监控，支持多语言、时间段筛选。"
      },
      {
        "title": "趋势榜单",
        "body": "今日热门 - 今日 stars 增长最快的项目\n本周热门 - 本周热门项目\n本月热门 - 本月热门项目"
      },
      {
        "title": "语言筛选",
        "body": "按语言 - Python、JavaScript、Go、Rust 等\n所有语言 - 全语言趋势"
      },
      {
        "title": "开发者趋势",
        "body": "热门开发者 - 活跃的开源贡献者\n新兴项目 - 新上线的热门项目"
      },
      {
        "title": "获取今日趋势",
        "body": "获取 GitHub 今日热门项目\n\n返回：\n\n[\n  {\"rank\": 1, \"name\": \"facebook/react\", \"stars\": 220000, \"today\": 256, \"language\": \"JavaScript\", \"description\": \"React 库\"},\n  {\"rank\": 2, \"name\": \"vercel/next.js\", \"stars\": 120000, \"today\": 198, \"language\": \"TypeScript\", \"description\": \"Next.js 框架\"},\n  {\"rank\": 3, \"name\": \"langchain-ai/langchain\", \"stars\": 90000, \"today\": 156, \"language\": \"Python\", \"description\": \"LLM 应用框架\"}\n]"
      },
      {
        "title": "按语言筛选",
        "body": "获取 GitHub Python 今日热门"
      },
      {
        "title": "获取本周趋势",
        "body": "获取 GitHub 本周热门项目"
      },
      {
        "title": "数据来源",
        "body": "GitHub Trending 页面\nGitHub API（如可用）"
      },
      {
        "title": "项目榜单",
        "body": "📈 GitHub 今日热门\n\n1. facebook/react ⭐ 220k (+256 today) - JavaScript\n   React 库\n\n2. vercel/next.js ⭐ 120k (+198 today) - TypeScript\n   Next.js 框架\n\n3. langchain-ai/langchain ⭐ 90k (+156 today) - Python\n   LLM 应用框架\n\nGitHub Trending，把握开源脉搏 📈"
      }
    ],
    "body": "GitHub 趋势监控\n\nGitHub 热门项目趋势监控，支持多语言、时间段筛选。\n\n功能\n趋势榜单\n今日热门 - 今日 stars 增长最快的项目\n本周热门 - 本周热门项目\n本月热门 - 本月热门项目\n语言筛选\n按语言 - Python、JavaScript、Go、Rust 等\n所有语言 - 全语言趋势\n开发者趋势\n热门开发者 - 活跃的开源贡献者\n新兴项目 - 新上线的热门项目\n使用方式\n获取今日趋势\n获取 GitHub 今日热门项目\n\n\n返回：\n\n[\n  {\"rank\": 1, \"name\": \"facebook/react\", \"stars\": 220000, \"today\": 256, \"language\": \"JavaScript\", \"description\": \"React 库\"},\n  {\"rank\": 2, \"name\": \"vercel/next.js\", \"stars\": 120000, \"today\": 198, \"language\": \"TypeScript\", \"description\": \"Next.js 框架\"},\n  {\"rank\": 3, \"name\": \"langchain-ai/langchain\", \"stars\": 90000, \"today\": 156, \"language\": \"Python\", \"description\": \"LLM 应用框架\"}\n]\n\n按语言筛选\n获取 GitHub Python 今日热门\n\n获取本周趋势\n获取 GitHub 本周热门项目\n\n数据来源\nGitHub Trending 页面\nGitHub API（如可用）\n输出格式\n项目榜单\n📈 GitHub 今日热门\n\n1. facebook/react ⭐ 220k (+256 today) - JavaScript\n   React 库\n\n2. vercel/next.js ⭐ 120k (+198 today) - TypeScript\n   Next.js 框架\n\n3. langchain-ai/langchain ⭐ 90k (+156 today) - Python\n   LLM 应用框架\n\n\nGitHub Trending，把握开源脉搏 📈"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guohongbin-git/github-trending-cn",
    "publisherUrl": "https://clawhub.ai/guohongbin-git/github-trending-cn",
    "owner": "guohongbin-git",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/github-trending-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/github-trending-cn",
    "agentUrl": "https://openagent3.xyz/skills/github-trending-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-trending-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-trending-cn/agent.md"
  }
}