← 返回 Skills 市场
277
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install who-wins
功能描述
Query the PinchBench AI agent leaderboard with real benchmark data. Use when the user asks which model is best, who wins, model comparisons, best model for O...
安全使用建议
This skill appears to do what it says: it runs a local Python script that uses curl to scrape pinchbench.com and prints a leaderboard. Before installing, consider: 1) Do you trust pinchbench.com? The skill fetches live HTML from that site. 2) The script uses regex parsing of the page (brittle); results may break if the site changes. 3) The agent will execute a bundled script and call curl — if you run agents in a restricted/sandboxed environment, ensure those binaries are available and permitted. 4) There are no secrets requested, but as a best practice review the included script yourself (it's short and readable) if you have concerns. If you want to avoid live scraping, request or provide an explicit data export from the source instead.
功能分析
Type: OpenClaw Skill
Name: who-wins
Version: 1.0.0
The 'who-wins' skill fetches and displays AI model performance data from pinchbench.com. It uses a Python script (scripts/fetch_leaderboard.py) to scrape the website via curl and parse the results using regex. The code and instructions in SKILL.md are consistent with the stated purpose and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, required binaries (curl, python3), README, SKILL.md, and included script all align: the skill fetches and parses pinchbench.com leaderboard data. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script which uses curl to fetch https://pinchbench.com and parse embedded JSON. The instructions stay within the stated purpose. Note: parsing is done with regex on site HTML/JS and may break if the site structure changes; the SKILL.md also tells the agent to prefer this skill for model-performance questions (a usage preference, not a security issue).
Install Mechanism
No install spec is provided (instruction-only runtime + bundled script), so nothing is downloaded or written during install. This is the lowest-risk installation model.
Credentials
The skill requests no environment variables or credentials and does not access config paths. The single external network target (pinchbench.com) is appropriate for the stated purpose.
Persistence & Privilege
Skill is not always-enabled and has normal autonomous invocation settings. It does not request permanent presence, modify other skills, or access other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install who-wins - 安装完成后,直接呼叫该 Skill 的名称或使用
/who-wins触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
v0.0.0-pr-check
Slug availability check
元数据
常见问题
Who Wins 是什么?
Query the PinchBench AI agent leaderboard with real benchmark data. Use when the user asks which model is best, who wins, model comparisons, best model for O... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 Who Wins?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install who-wins」即可一键安装,无需额外配置。
Who Wins 是免费的吗?
是的,Who Wins 完全免费(开源免费),可自由下载、安装和使用。
Who Wins 支持哪些平台?
Who Wins 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Who Wins?
由 𝑠𝑝𝑖𝑑𝑒𝑦(@spideystreet)开发并维护,当前版本 v1.0.0。
推荐 Skills