{
  "schemaVersion": "1.0",
  "item": {
    "slug": "github-automation-pro",
    "name": "GitHub Automation Pro",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/andy825lay-tech/github-automation-pro",
    "canonicalUrl": "https://clawhub.ai/andy825lay-tech/github-automation-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/github-automation-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-automation-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "GitHubClient.d.ts",
      "GitHubSkill.d.ts",
      "GitHubSkill.js",
      "IssueStrategies.d.ts",
      "PRStrategies.d.ts",
      "README.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",
      "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-automation-pro"
    },
    "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-automation-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/github-automation-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-automation-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-automation-pro/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": "SkillForge - GitHub Automation Skill",
        "body": "OpenClaw Skill for GitHub Automation\n版本：1.0.0\n定價：Lite $20 / Pro $50 / Enterprise $200"
      },
      {
        "title": "🚀 快速開始",
        "body": "import { createGitHubSkill, SkillConfigBuilder } from '@skillforge/github-automation';\n\n// 建立配置\nconst config = new SkillConfigBuilder()\n  .setGitHubToken('ghp_your_token_here')\n  .setDefaultOwner('your-org')\n  .setDefaultRepo('your-repo')\n  .enableAllFeatures()\n  .build();\n\n// 初始化 Skill\nconst skill = createGitHubSkill();\nawait skill.initialize(config);\n\n// 建立 Issue\nconst result = await skill.execute({\n  action: 'issue.create',\n  params: {\n    title: 'Bug Report',\n    body: 'Something is broken...',\n    labels: ['bug', 'priority-high'],\n    assignees: ['developer'],\n  },\n});\n\nconsole.log(`Issue created: ${result.data.url}`);"
      },
      {
        "title": "📦 安裝",
        "body": "npm install @skillforge/github-automation"
      },
      {
        "title": "Issue 自動化",
        "body": "✅ 建立 Issue（支援標籤、指派）\n✅ 列出 Issue（篩選狀態、標籤、指派者）\n✅ 更新 Issue（標題、內容、狀態、標籤）\n✅ 自動分類與標籤建議"
      },
      {
        "title": "PR 審查輔助",
        "body": "✅ PR 摘要分析\n✅ 檔案變更統計\n✅ 審查清單生成\n✅ 衝突檢測"
      },
      {
        "title": "Release 自動化",
        "body": "✅ 建立 Release\n✅ 自動生成 Release Notes\n✅ Draft/Pre-release 支援"
      },
      {
        "title": "Repo 分析",
        "body": "✅ 統計數據（Stars, Forks, Issues）\n✅ 健康度評分（基於更新頻率、文件完整性）\n✅ Rate Limit 監控"
      },
      {
        "title": "💰 版本比較",
        "body": "功能Lite (USDT 20)Pro (USDT 50)Enterprise (USDT 200)Issue 自動化✅✅✅PR 分析基礎完整完整Release 自動化❌✅✅Repo 統計基礎完整完整Webhook 觸發❌✅✅多 Repo 支援❌❌✅自定義規則❌❌✅優先支援❌郵件專屬頻道"
      },
      {
        "title": "🔐 授權驗證",
        "body": "本 Skill 採用 License Key 驗證機制：\n\n// 購買後取得的 License Key\nconst config = new SkillConfigBuilder()\n  .setGitHubToken('ghp_xxx')\n  .setLicenseKey('SF-GH-XXXX-XXXX-XXXX')  // 購買後提供\n  .build();"
      },
      {
        "title": "💳 付款方式",
        "body": "僅接受 USDT (TRC-20)\n\n錢包地址：TALc5eQifjsd4buSDRpgSiYAxUpLNoNjLD\n網路：僅限 TRC-20，請勿使用其他網路\n手續費：免費\n到帳時間：即時\n\n購買流程：\n\n選擇版本（Lite / Pro / Enterprise）\n轉帳 USDT 至上方地址\n截圖付款記錄\n發送截圖 + 您的 Email 至 Telegram: @gousmaaa\n24 小時內收到 License Key"
      },
      {
        "title": "🎁 推薦有賞計畫",
        "body": "推薦朋友購買，雙方各得 USDT 5 回饋！"
      },
      {
        "title": "如何參與",
        "body": "購買後取得你的專屬推薦碼（隨 License Key 發送）\n分享給朋友，請他在購買時提供你的推薦碼\n確認收貨後，雙方各獲得 USDT 5 回饋"
      },
      {
        "title": "無上限推薦",
        "body": "推薦 4 位朋友 = 免費獲得 Lite 版\n推薦 10 位朋友 = 免費獲得 Pro 版\n推薦 40 位朋友 = 免費獲得 Enterprise 版\n\n範例：\n\n小陳購買 Pro 版 (USDT 50)，取得推薦碼 \"SF-CHEN-001\"\n小陳推薦給小王，小王購買時提供推薦碼 \"SF-CHEN-001\"\n→ 小陳獲得 USDT 5\n→ 小王獲得 USDT 5（等於只付 USDT 45）"
      },
      {
        "title": "🛠️ 開發",
        "body": "# 安裝依賴\nnpm install\n\n# 編譯\nnpm run build\n\n# 測試\nnpm test\n\n# 開發模式\nnpm run dev"
      },
      {
        "title": "自動標記 Bug Issue",
        "body": "await skill.execute({\n  action: 'issue.create',\n  params: {\n    title: '[BUG] 登入失敗',\n    body: '## 問題描述\\n無法使用 GitHub 登入',\n    labels: ['bug', 'auth'],\n    assignees: ['backend-team'],\n  },\n});"
      },
      {
        "title": "分析 PR",
        "body": "const analysis = await skill.execute({\n  action: 'pr.analyze',\n  params: {\n    pullNumber: 42,\n  },\n});\n\nconsole.log(`變更檔案: ${analysis.data.changedFiles}`);\nconsole.log(`新增行數: ${analysis.data.additions}`);\nconsole.log(`刪除行數: ${analysis.data.deletions}`);"
      },
      {
        "title": "建立 Release",
        "body": "await skill.execute({\n  action: 'release.create',\n  params: {\n    tagName: 'v1.0.0',\n    name: 'Version 1.0.0',\n    generateReleaseNotes: true,\n  },\n});"
      },
      {
        "title": "🔒 安全性",
        "body": "Token 絕不會離開本地環境\n所有 API 呼叫使用 HTTPS\n支援 Rate Limit 自動節流\n敏感資料記憶體加密"
      },
      {
        "title": "📄 授權",
        "body": "MIT License - 詳見 LICENSE 檔案\n\n注意：核心程式碼已混淆處理，僅授權使用，禁止反編譯。"
      },
      {
        "title": "🤝 支援",
        "body": "Lite 版：GitHub Issues\nPro 版：Email 支援 (support@skillforge.dev)\nEnterprise：專屬 Slack 頻道\n\nSkillForge - 專業級 OpenClaw Skills"
      }
    ],
    "body": "SkillForge - GitHub Automation Skill\n\nOpenClaw Skill for GitHub Automation\n版本：1.0.0\n定價：Lite $20 / Pro $50 / Enterprise $200\n\n🚀 快速開始\nimport { createGitHubSkill, SkillConfigBuilder } from '@skillforge/github-automation';\n\n// 建立配置\nconst config = new SkillConfigBuilder()\n  .setGitHubToken('ghp_your_token_here')\n  .setDefaultOwner('your-org')\n  .setDefaultRepo('your-repo')\n  .enableAllFeatures()\n  .build();\n\n// 初始化 Skill\nconst skill = createGitHubSkill();\nawait skill.initialize(config);\n\n// 建立 Issue\nconst result = await skill.execute({\n  action: 'issue.create',\n  params: {\n    title: 'Bug Report',\n    body: 'Something is broken...',\n    labels: ['bug', 'priority-high'],\n    assignees: ['developer'],\n  },\n});\n\nconsole.log(`Issue created: ${result.data.url}`);\n\n📦 安裝\nnpm install @skillforge/github-automation\n\n✨ 功能特性\nIssue 自動化\n✅ 建立 Issue（支援標籤、指派）\n✅ 列出 Issue（篩選狀態、標籤、指派者）\n✅ 更新 Issue（標題、內容、狀態、標籤）\n✅ 自動分類與標籤建議\nPR 審查輔助\n✅ PR 摘要分析\n✅ 檔案變更統計\n✅ 審查清單生成\n✅ 衝突檢測\nRelease 自動化\n✅ 建立 Release\n✅ 自動生成 Release Notes\n✅ Draft/Pre-release 支援\nRepo 分析\n✅ 統計數據（Stars, Forks, Issues）\n✅ 健康度評分（基於更新頻率、文件完整性）\n✅ Rate Limit 監控\n💰 版本比較\n功能\tLite (USDT 20)\tPro (USDT 50)\tEnterprise (USDT 200)\nIssue 自動化\t✅\t✅\t✅\nPR 分析\t基礎\t完整\t完整\nRelease 自動化\t❌\t✅\t✅\nRepo 統計\t基礎\t完整\t完整\nWebhook 觸發\t❌\t✅\t✅\n多 Repo 支援\t❌\t❌\t✅\n自定義規則\t❌\t❌\t✅\n優先支援\t❌\t郵件\t專屬頻道\n🔐 授權驗證\n\n本 Skill 採用 License Key 驗證機制：\n\n// 購買後取得的 License Key\nconst config = new SkillConfigBuilder()\n  .setGitHubToken('ghp_xxx')\n  .setLicenseKey('SF-GH-XXXX-XXXX-XXXX')  // 購買後提供\n  .build();\n\n💳 付款方式\n\n僅接受 USDT (TRC-20)\n\n錢包地址：TALc5eQifjsd4buSDRpgSiYAxUpLNoNjLD\n網路：僅限 TRC-20，請勿使用其他網路\n手續費：免費\n到帳時間：即時\n\n購買流程：\n\n選擇版本（Lite / Pro / Enterprise）\n轉帳 USDT 至上方地址\n截圖付款記錄\n發送截圖 + 您的 Email 至 Telegram: @gousmaaa\n24 小時內收到 License Key\n🎁 推薦有賞計畫\n\n推薦朋友購買，雙方各得 USDT 5 回饋！\n\n如何參與\n購買後取得你的專屬推薦碼（隨 License Key 發送）\n分享給朋友，請他在購買時提供你的推薦碼\n確認收貨後，雙方各獲得 USDT 5 回饋\n無上限推薦\n推薦 4 位朋友 = 免費獲得 Lite 版\n推薦 10 位朋友 = 免費獲得 Pro 版\n推薦 40 位朋友 = 免費獲得 Enterprise 版\n\n範例：\n\n小陳購買 Pro 版 (USDT 50)，取得推薦碼 \"SF-CHEN-001\"\n小陳推薦給小王，小王購買時提供推薦碼 \"SF-CHEN-001\"\n→ 小陳獲得 USDT 5\n→ 小王獲得 USDT 5（等於只付 USDT 45）\n\n🛠️ 開發\n# 安裝依賴\nnpm install\n\n# 編譯\nnpm run build\n\n# 測試\nnpm test\n\n# 開發模式\nnpm run dev\n\n📝 範例\n自動標記 Bug Issue\nawait skill.execute({\n  action: 'issue.create',\n  params: {\n    title: '[BUG] 登入失敗',\n    body: '## 問題描述\\n無法使用 GitHub 登入',\n    labels: ['bug', 'auth'],\n    assignees: ['backend-team'],\n  },\n});\n\n分析 PR\nconst analysis = await skill.execute({\n  action: 'pr.analyze',\n  params: {\n    pullNumber: 42,\n  },\n});\n\nconsole.log(`變更檔案: ${analysis.data.changedFiles}`);\nconsole.log(`新增行數: ${analysis.data.additions}`);\nconsole.log(`刪除行數: ${analysis.data.deletions}`);\n\n建立 Release\nawait skill.execute({\n  action: 'release.create',\n  params: {\n    tagName: 'v1.0.0',\n    name: 'Version 1.0.0',\n    generateReleaseNotes: true,\n  },\n});\n\n🔒 安全性\nToken 絕不會離開本地環境\n所有 API 呼叫使用 HTTPS\n支援 Rate Limit 自動節流\n敏感資料記憶體加密\n📄 授權\n\nMIT License - 詳見 LICENSE 檔案\n\n注意：核心程式碼已混淆處理，僅授權使用，禁止反編譯。\n\n🤝 支援\nLite 版：GitHub Issues\nPro 版：Email 支援 (support@skillforge.dev)\nEnterprise：專屬 Slack 頻道\n\nSkillForge - 專業級 OpenClaw Skills"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/andy825lay-tech/github-automation-pro",
    "publisherUrl": "https://clawhub.ai/andy825lay-tech/github-automation-pro",
    "owner": "andy825lay-tech",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/github-automation-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/github-automation-pro",
    "agentUrl": "https://openagent3.xyz/skills/github-automation-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-automation-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-automation-pro/agent.md"
  }
}