{
  "schemaVersion": "1.0",
  "item": {
    "slug": "upstream-recon",
    "name": "Upstream Recon",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/SeMmyT/upstream-recon",
    "canonicalUrl": "https://clawhub.ai/SeMmyT/upstream-recon",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/upstream-recon",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upstream-recon",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/upstream-recon"
    },
    "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/upstream-recon",
    "agentPageUrl": "https://openagent3.xyz/skills/upstream-recon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/upstream-recon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/upstream-recon/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": "Upstream Recon",
        "body": "Investigate a repo's culture and existing threads before interacting. Prevents\nduplicate issues, wasted PR effort, and uninformed comments.\n\nArguments: <owner/repo> [topic-keyword]"
      },
      {
        "title": "Procedure",
        "body": "Use gh CLI throughout. Run independent queries in parallel.\n\nRepo metadata — stars, forks, license, last push date, archived status\nTop 10 contributors — commit counts. Is it one person with 90%+ commits?\nExisting issues search — search open AND closed issues for the topic keyword.\nCheck for duplicates, prior art, and maintainer responses. Report what was found.\nRecent 30 PRs (all states) — get the lay of the land\nMerged PRs (last 20) — who merges them? How fast? What types get accepted?\nClosed-without-merge PRs (last 50, filter mergedAt == null) — deep-dive\n2-3 notable rejections: read comments for maintainer reasoning\nOpen PRs — how many sit with 0 reviews? For how long?\nTopic deep-dive (if keyword given) — read comments on 2-3 most relevant\nexisting issues/PRs to understand maintainer sentiment and community workarounds"
      },
      {
        "title": "Analysis Dimensions",
        "body": "Governance: Solo maintainer / small team / community-driven\nExternal PR reception: Welcoming / selective (bugs yes, features no) / closed shop\nIssue responsiveness: How fast do maintainers respond to issues? Do they engage or auto-close?\nMerge velocity: Days from open to merge for external contributors\nRejection patterns: Ghosted? \"Building it myself\"? \"File issue first\"? Bot auto-closed?\nTopic overlap: Has this been attempted or discussed before? Active workarounds?"
      },
      {
        "title": "Recommendation",
        "body": "End the report with one of:\n\nMERGE-LIKELY — project merges external feature PRs, no competing work, maintainer receptive\nMERGE-UNLIKELY — maintainer builds features themselves, similar PRs closed/ignored, feature contradicts direction\nFILE-ISSUE-FIRST — feature not yet discussed, maintainer is selective but responsive to issues, gauge interest before coding\nCOMMENT-ON-EXISTING — existing issue/PR already covers this, add your workaround or +1 there instead\nDUPLICATE-EXISTS — exact issue already filed, do not create another\n\nInclude concrete next steps (e.g., \"comment on #13738 with your workaround\",\n\"start with a bug fix PR to build credibility\", \"file an issue referencing #189\",\n\"fork and maintain independently\")."
      }
    ],
    "body": "Upstream Recon\n\nInvestigate a repo's culture and existing threads before interacting. Prevents duplicate issues, wasted PR effort, and uninformed comments.\n\nArguments: <owner/repo> [topic-keyword]\n\nProcedure\n\nUse gh CLI throughout. Run independent queries in parallel.\n\nRepo metadata — stars, forks, license, last push date, archived status\nTop 10 contributors — commit counts. Is it one person with 90%+ commits?\nExisting issues search — search open AND closed issues for the topic keyword. Check for duplicates, prior art, and maintainer responses. Report what was found.\nRecent 30 PRs (all states) — get the lay of the land\nMerged PRs (last 20) — who merges them? How fast? What types get accepted?\nClosed-without-merge PRs (last 50, filter mergedAt == null) — deep-dive 2-3 notable rejections: read comments for maintainer reasoning\nOpen PRs — how many sit with 0 reviews? For how long?\nTopic deep-dive (if keyword given) — read comments on 2-3 most relevant existing issues/PRs to understand maintainer sentiment and community workarounds\nAnalysis Dimensions\nGovernance: Solo maintainer / small team / community-driven\nExternal PR reception: Welcoming / selective (bugs yes, features no) / closed shop\nIssue responsiveness: How fast do maintainers respond to issues? Do they engage or auto-close?\nMerge velocity: Days from open to merge for external contributors\nRejection patterns: Ghosted? \"Building it myself\"? \"File issue first\"? Bot auto-closed?\nTopic overlap: Has this been attempted or discussed before? Active workarounds?\nRecommendation\n\nEnd the report with one of:\n\nMERGE-LIKELY — project merges external feature PRs, no competing work, maintainer receptive\nMERGE-UNLIKELY — maintainer builds features themselves, similar PRs closed/ignored, feature contradicts direction\nFILE-ISSUE-FIRST — feature not yet discussed, maintainer is selective but responsive to issues, gauge interest before coding\nCOMMENT-ON-EXISTING — existing issue/PR already covers this, add your workaround or +1 there instead\nDUPLICATE-EXISTS — exact issue already filed, do not create another\n\nInclude concrete next steps (e.g., \"comment on #13738 with your workaround\", \"start with a bug fix PR to build credibility\", \"file an issue referencing #189\", \"fork and maintain independently\")."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SeMmyT/upstream-recon",
    "publisherUrl": "https://clawhub.ai/SeMmyT/upstream-recon",
    "owner": "SeMmyT",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/upstream-recon",
    "downloadUrl": "https://openagent3.xyz/downloads/upstream-recon",
    "agentUrl": "https://openagent3.xyz/skills/upstream-recon/agent",
    "manifestUrl": "https://openagent3.xyz/skills/upstream-recon/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/upstream-recon/agent.md"
  }
}