← 返回 Skills 市场
dexhunter

Parameter Golf Monitor

作者 Dex · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install parameter-golf-monitor
功能描述
Monitor the openai/parameter-golf competition leaderboard by fetching PR data from GitHub. Use this skill whenever the user asks about the parameter-golf com...
安全使用建议
This skill appears coherent and safe for its stated purpose. It makes unauthenticated requests to GitHub's public API (subject to a 60 requests/hour limit), so avoid using very frequent poll intervals unless you understand rate limits. The script does network I/O (to api.github.com) and will print or emit JSON of PR data — if you need higher rate limits or private repo access you would need to provide a GitHub token, which this skill currently does not request. As with any third-party code, review the bundled script before running in your environment if you have stricter policies (e.g., offline systems or environments that restrict outbound network access).
功能分析
Type: OpenClaw Skill Name: parameter-golf-monitor Version: 1.0.0 The skill bundle is a legitimate tool for monitoring the 'openai/parameter-golf' competition leaderboard by fetching public PR data from the GitHub API. The core logic in scripts/monitor.py uses only Python standard libraries, performs no unauthorized network calls or file system operations, and contains no evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
The name/description claim to monitor openai/parameter-golf PRs and the included script directly implements that by calling GitHub's public API and extracting val_bpb scores. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent/user to run the bundled Python script and describes flags (--me, --watch, --json, etc.). The runtime instructions and the script only access GitHub's public API and local CLI arguments; they do not read local secrets, other files, or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a bundled script and no install spec. No external downloads, package installs, or extract operations are used. The script relies only on Python stdlib (urllib), matching README and SKILL.md.
Credentials
The skill declares no required environment variables or credentials and the script uses unauthenticated GitHub API calls (60 req/hour). Nothing in the code attempts to read environment variables or credentials.
Persistence & Privilege
The skill is not always-enabled, does not request persistent platform privileges, and does not modify other skills or system-wide settings. It merely fetches public data when invoked and (optionally) polls while running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parameter-golf-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parameter-golf-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: track openai/parameter-golf leaderboard
元数据
Slug parameter-golf-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Parameter Golf Monitor 是什么?

Monitor the openai/parameter-golf competition leaderboard by fetching PR data from GitHub. Use this skill whenever the user asks about the parameter-golf com... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Parameter Golf Monitor?

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

Parameter Golf Monitor 是免费的吗?

是的,Parameter Golf Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Parameter Golf Monitor 支持哪些平台?

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

谁开发了 Parameter Golf Monitor?

由 Dex(@dexhunter)开发并维护,当前版本 v1.0.0。

💬 留言讨论