← Back to Skills Marketplace
braveheartzjh

opencode-model-benchmark

by BraveHeartZJH · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opencode-model-benchmark
Description
OpenCode Zen 免费模型基准测试工具。 当用户想测试 OpenCode Zen 平台上免费模型的性能(响应时间、tokens/s、生成速度)时使用此 Skill。 触发词:模型测试、性能测试、基准测试、benchmark、测速、tokens/s、吞吐量、opencode 测试、免费模型速度比较。 该 S...
Usage Guidance
This skill appears coherent and low-risk: it only makes HTTP requests to opencode.ai (the docs page and the zen API) and prints a Markdown report to stdout. Before installing, confirm you are comfortable with outbound network calls to https://opencode.ai and that running the script from your agent is acceptable. No API keys or local secrets are requested. If you operate in a restricted environment, consider running the script in a controlled session or sandbox and review network logs to verify calls go only to the expected opencode.ai endpoints.
Capability Analysis
Type: OpenClaw Skill Name: opencode-model-benchmark Version: 1.0.0 The skill is a legitimate benchmarking tool designed to test the performance of free AI models on the OpenCode Zen platform. The script `scripts/benchmark.py` uses standard Python libraries to fetch model lists from official documentation and perform latency/throughput tests via HTTP POST requests to `opencode.ai`. There is no evidence of data exfiltration, unauthorized file access, or malicious command execution.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the script all focus on fetching a model list from opencode.ai/docs and calling the opencode.ai/zen/v1 API to measure response time and tokens/s. The required actions (HTTP requests to the docs and to the API endpoints) are appropriate for this purpose.
Instruction Scope
SKILL.md directs running the included script which: fetches the official docs, iterates known models, calls either /chat/completions or /responses, and prints a Markdown report to stdout. The script does not read local secret files, does not exfiltrate data to unexpected endpoints, and does not write files (report is printed).
Install Mechanism
No install spec is provided and the skill is instruction+script only. The python script uses standard library modules (urllib, json, time) and does not download or extract additional code at install time.
Credentials
The skill requires no environment variables, keys, or special config paths. The script runs without credentials and only makes outbound HTTP requests to opencode.ai as described in the docs.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or system configuration. It executes ad-hoc when invoked and does not enable privileged behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opencode-model-benchmark
  3. After installation, invoke the skill by name or use /opencode-model-benchmark
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenCode Zen 免费模型基准测试工具初始版本发布: - 新增自动化脚本,用于基准测试 OpenCode Zen 平台上所有免费模型的性能(响应时间、tokens/s、吞吐量等) - 自动抓取并测试最新免费模型清单,支持智能过滤已下架模型 - 生成结构化 Markdown 测试报告,按 tokens/s 对模型性能排名,报告直接输出到对话窗口 - 无需 API Key,使用官方公开 API,测试过程完全自动化 - 提供标准测试用例和可配置的参数
Metadata
Slug opencode-model-benchmark
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is opencode-model-benchmark?

OpenCode Zen 免费模型基准测试工具。 当用户想测试 OpenCode Zen 平台上免费模型的性能(响应时间、tokens/s、生成速度)时使用此 Skill。 触发词:模型测试、性能测试、基准测试、benchmark、测速、tokens/s、吞吐量、opencode 测试、免费模型速度比较。 该 S... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install opencode-model-benchmark?

Run "/install opencode-model-benchmark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is opencode-model-benchmark free?

Yes, opencode-model-benchmark is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does opencode-model-benchmark support?

opencode-model-benchmark is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created opencode-model-benchmark?

It is built and maintained by BraveHeartZJH (@braveheartzjh); the current version is v1.0.0.

💬 Comments