{
  "schemaVersion": "1.0",
  "item": {
    "slug": "geekbench",
    "name": "Geekbench",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dingqing404/geekbench",
    "canonicalUrl": "https://clawhub.ai/dingqing404/geekbench",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/geekbench",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=geekbench",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "archives/monitor_20260208_2132.json",
      "archives/monitor_20260208_2132.md",
      "archives/monitor_20260208_2143.json",
      "archives/monitor_20260208_2143.md",
      "archives/monitor_20260209_0000.json"
    ],
    "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/geekbench"
    },
    "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/geekbench",
    "agentPageUrl": "https://openagent3.xyz/skills/geekbench/agent",
    "manifestUrl": "https://openagent3.xyz/skills/geekbench/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/geekbench/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": "核心原则",
        "body": "不要依赖模型知识：模型训练数据有时效性，最新产品信息需实时搜索\n多方信源验证：通过搜索获取最新发布信息\n实时确认：每次查询都重新搜索确认"
      },
      {
        "title": "Step 1: 搜索最新信息",
        "body": "搜索词: \"品牌 + 最新旗舰 + 发布\" 或 \"品牌 + 2025 旗舰\"\n示例: \"OPPO 最新旗舰 发布\"\n目标: 获取最新已发布的产品名称"
      },
      {
        "title": "Step 2: 验证发布时间",
        "body": "确认产品是否已正式发布\n排除\"即将发布\"、\"谍照\"、\"传闻\"等未发布信息"
      },
      {
        "title": "Step 3: 搜索跑分",
        "body": "使用 \"产品名 + geekbench\" 搜索\n获取内部型号\n用内部型号查询详细跑分"
      },
      {
        "title": "Step 4: 分析验证",
        "body": "按Geekbench版本分组统计\n验证数据与发布时间的一致性\n标记异常数据（测试版本、样本过少等）"
      },
      {
        "title": "错误做法（依赖模型知识）",
        "body": "模型知识: Find X8 (2024年发布)\n结果: 返回过时信息"
      },
      {
        "title": "正确做法（实时搜索）",
        "body": "搜索 \"OPPO 最新旗舰 发布\"\n找到: Find X9 系列（2025年发布）\n搜索 \"OPPO Find X9 geekbench\"\n获取内部型号和跑分数据"
      },
      {
        "title": "常见内部型号格式",
        "body": "OPPO: 需搜索获取Find X9型号\n荣耀: 需搜索获取Magic 9型号\n小米: 需搜索获取小米18型号\n苹果: 需搜索获取iPhone 17/18型号"
      },
      {
        "title": "注意事项",
        "body": "不同Geekbench版本分数不可直接比较\n优先使用 Geekbench 6.5.0 数据\n检测 Single-Core > 3000 为高分设备\n未发布产品的跑分可能是早期测试数据"
      }
    ],
    "body": "Geekbench 技能\n核心原则\n不要依赖模型知识：模型训练数据有时效性，最新产品信息需实时搜索\n多方信源验证：通过搜索获取最新发布信息\n实时确认：每次查询都重新搜索确认\n确定最新旗舰流程\nStep 1: 搜索最新信息\n搜索词: \"品牌 + 最新旗舰 + 发布\" 或 \"品牌 + 2025 旗舰\"\n示例: \"OPPO 最新旗舰 发布\"\n目标: 获取最新已发布的产品名称\nStep 2: 验证发布时间\n确认产品是否已正式发布\n排除\"即将发布\"、\"谍照\"、\"传闻\"等未发布信息\nStep 3: 搜索跑分\n使用 \"产品名 + geekbench\" 搜索\n获取内部型号\n用内部型号查询详细跑分\nStep 4: 分析验证\n按Geekbench版本分组统计\n验证数据与发布时间的一致性\n标记异常数据（测试版本、样本过少等）\n示例：OPPO Find X9 系列\n错误做法（依赖模型知识）\n模型知识: Find X8 (2024年发布)\n结果: 返回过时信息\n正确做法（实时搜索）\n搜索 \"OPPO 最新旗舰 发布\"\n找到: Find X9 系列（2025年发布）\n搜索 \"OPPO Find X9 geekbench\"\n获取内部型号和跑分数据\n常见内部型号格式\nOPPO: 需搜索获取Find X9型号\n荣耀: 需搜索获取Magic 9型号\n小米: 需搜索获取小米18型号\n苹果: 需搜索获取iPhone 17/18型号\n注意事项\n不同Geekbench版本分数不可直接比较\n优先使用 Geekbench 6.5.0 数据\n检测 Single-Core > 3000 为高分设备\n未发布产品的跑分可能是早期测试数据"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dingqing404/geekbench",
    "publisherUrl": "https://clawhub.ai/dingqing404/geekbench",
    "owner": "dingqing404",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/geekbench",
    "downloadUrl": "https://openagent3.xyz/downloads/geekbench",
    "agentUrl": "https://openagent3.xyz/skills/geekbench/agent",
    "manifestUrl": "https://openagent3.xyz/skills/geekbench/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/geekbench/agent.md"
  }
}