← 返回 Skills 市场
dingqing404

Geekbench

作者 d404 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
575
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install geekbench
功能描述
Provides real-time searches and verified Geekbench scores for the latest officially released flagship smartphones by brand.
使用说明 (SKILL.md)

Geekbench 技能

核心原则

  • 不要依赖模型知识:模型训练数据有时效性,最新产品信息需实时搜索
  • 多方信源验证:通过搜索获取最新发布信息
  • 实时确认:每次查询都重新搜索确认

确定最新旗舰流程

Step 1: 搜索最新信息

  • 搜索词: "品牌 + 最新旗舰 + 发布" 或 "品牌 + 2025 旗舰"
  • 示例: "OPPO 最新旗舰 发布"
  • 目标: 获取最新已发布的产品名称

Step 2: 验证发布时间

  • 确认产品是否已正式发布
  • 排除"即将发布"、"谍照"、"传闻"等未发布信息

Step 3: 搜索跑分

  1. 使用 "产品名 + geekbench" 搜索
  2. 获取内部型号
  3. 用内部型号查询详细跑分

Step 4: 分析验证

  1. 按Geekbench版本分组统计
  2. 验证数据与发布时间的一致性
  3. 标记异常数据(测试版本、样本过少等)

示例:OPPO Find X9 系列

错误做法(依赖模型知识)

  • 模型知识: Find X8 (2024年发布)
  • 结果: 返回过时信息

正确做法(实时搜索)

  1. 搜索 "OPPO 最新旗舰 发布"
  2. 找到: Find X9 系列(2025年发布)
  3. 搜索 "OPPO Find X9 geekbench"
  4. 获取内部型号和跑分数据

常见内部型号格式

  • OPPO: 需搜索获取Find X9型号
  • 荣耀: 需搜索获取Magic 9型号
  • 小米: 需搜索获取小米18型号
  • 苹果: 需搜索获取iPhone 17/18型号

注意事项

  • 不同Geekbench版本分数不可直接比较
  • 优先使用 Geekbench 6.5.0 数据
  • 检测 Single-Core > 3000 为高分设备
  • 未发布产品的跑分可能是早期测试数据
安全使用建议
This skill appears to deliver what it promises (geekbench scraping and monitoring), but there are red flags you should address before installing: (1) Review the three bundled Python files (geekbench_crawler.py, monitor.py, tasks.py) to confirm they only access expected endpoints (e.g., browser.geekbench.com and search engines) and do not POST data to unknown servers or read local secrets. (2) Ask the publisher for the source repository or homepage and for a clear runtime/install/permission list (Python version, required packages). (3) If you must run it, execute it in a sandboxed environment and inspect outgoing network connections. (4) Prefer skills that explicitly declare required binaries/dependencies and a verifiable source; if you cannot audit the code, treat this skill as higher risk.
功能分析
Type: OpenClaw Skill Name: geekbench Version: 1.0.1 The skill bundle is designed for scraping and analyzing Geekbench scores, saving reports locally, and sending notifications via the `openclaw message send` command. All network requests are directed to `https://browser.geekbench.com`, and file system operations are confined to the designated OpenClaw workspace (`/Users/ding/.openclaw/workspace/geekbench`). The `SKILL.md` instructions are clear and functional, guiding the AI agent on how to perform its task without any signs of prompt injection attempts. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The name/description (fetch verified Geekbench scores) aligns with the presence of a crawler, monitor, and archived data. However, the skill metadata claims 'instruction-only' / no install spec and lists no required binaries while shipping three substantial Python scripts (geekbench_crawler.py, monitor.py, tasks.py). That is inconsistent: bundled code implies the need for a runtime (Python) and network access but those requirements are not declared.
Instruction Scope
SKILL.md correctly instructs the agent to perform live web searches and verify Geekbench results; it does not request reading local secrets or unrelated files. The runtime instructions are narrowly scoped to search/verify tasks. However, the shipped monitor/crawler code and archived reports indicate automated scraping/monitoring behavior not documented in SKILL.md — the agent’s instructions and the included automation artifacts are not fully reconciled.
Install Mechanism
No install spec is provided (lower install risk), but code files are included and marked for execution. There is no declaration of how to run them (no required binaries listed, no Python requirement). This mismatch increases risk because bundled scripts could be executed in the agent environment without the user knowing required runtime, dependencies, or network behavior.
Credentials
The skill requests no environment variables or credentials (proportionate for a public data scraper). That is good. Still, because the code is present but not documented, there's no guarantee the code won't attempt to read environment variables or local files at runtime — the metadata doesn't declare any such accesses, so a code review is needed to confirm proportionality.
Persistence & Privilege
always:false and model invocation not disabled (defaults). The skill does not request permanent/system-level presence. There is no evidence it modifies other skills or agent-wide settings in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geekbench
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geekbench 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No changes detected in this version. - No file changes were made from the previous version.
v1.0.0
- Initial release of the Geekbench skill. - Implements a real-time, multi-source workflow for confirming the latest flagship models and their Geekbench scores. - Clearly distinguishes between released and unreleased products, excluding rumors and leaks. - Guides users to verify product launch status and search for internal model numbers for accurate benchmarking. - Emphasizes using up-to-date Geekbench data, prioritizing Geekbench 6.5.0, and highlights methods to identify anomalous or early test scores.
元数据
Slug geekbench
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Geekbench 是什么?

Provides real-time searches and verified Geekbench scores for the latest officially released flagship smartphones by brand. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 575 次。

如何安装 Geekbench?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geekbench」即可一键安装,无需额外配置。

Geekbench 是免费的吗?

是的,Geekbench 完全免费(开源免费),可自由下载、安装和使用。

Geekbench 支持哪些平台?

Geekbench 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Geekbench?

由 d404(@dingqing404)开发并维护,当前版本 v1.0.1。

💬 留言讨论