← Back to Skills Marketplace
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install parameter-golf-monitor
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parameter-golf-monitor - After installation, invoke the skill by name or use
/parameter-golf-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: track openai/parameter-golf leaderboard
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Parameter Golf Monitor?
Run "/install parameter-golf-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parameter Golf Monitor free?
Yes, Parameter Golf Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Parameter Golf Monitor support?
Parameter Golf Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parameter Golf Monitor?
It is built and maintained by Dex (@dexhunter); the current version is v1.0.0.
More Skills