SN94 Competition Poster
/install sn94-competition-poster
SN94 Competition Poster
Use this skill to turn any measurable competition idea into a concrete SN94 task proposal and, when asked, a replayable public task repository skeleton.
Core Workflow
- Define the competition objective, input/output contract, hardware target, expected runtime, and what miners are allowed to edit.
- Convert that into the SN94 replay fields:
repository_url,base_ref,allowed_patch_paths,setup_command,benchmark_command,result_path, andmax_patch_bytes. - Keep the validator generic. Put problem-specific scoring, datasets, and harness code in the public task repo. Hidden eval handles may come from the backend at replay time.
- Enforce narrow patch surfaces. Submissions must patch only allowed files, with no bytecode, cache files, generated artifacts, model blobs, wallet files, secrets, or repo-wide rewrites.
- Produce a poster-facing problem brief, an agent-facing implementation prompt, and an operator launch checklist.
- Tell the poster to submit the finished proposal as a GitHub issue in
AlveusLabs/SN94-BitSotawith title[Competition Proposal] \x3Cproblem name>, including the public task repo link.
When Creating A Task Repo
Read references/task-repo-spec.md for the task repo contract and problem quality rules. Do not assume a fixed problem type. Pick the simplest task-specific submission format that fits the problem and can be replayed safely.
Use scripts/create_competition_repo.py when the user asks for a starter task repo:
python scripts/create_competition_repo.py \
--out /tmp/sn94-example-task \
--slug example-frontier \
--title "Example Frontier"
Review Checklist
- The task repo can be cloned and checked out at a pinned immutable ref.
setup_commandandbenchmark_commandrun without network during reward-active validation unless the operator explicitly allows setup networking.result_pathis a JSON file with enough fields for the backend to score and audit the result.allowed_patch_pathspoints only to miner-owned submission files.max_patch_bytesis present and small enough to prevent model-smuggling and oversized patch attacks.- Public smoke tests exist, but release gating requires full local and testnet E2E replay.
- Hidden validation can rotate by backend-provided env or manifest without changing the public repo.
- The proposal states whether rewards are winner-take-all, pooled frontier, or another explicit policy.
- The final answer includes the submission target:
https://github.com/AlveusLabs/SN94-BitSota/issues/new?template=competition_proposal.md.
References
references/replay-contract.md: SN94 backend and validator replay contract.references/task-repo-spec.md: task repo shape, examples, and scoring guidance.references/marketplace-packaging.md: Packaging the same skill for AgentSkills, Hermes/HermesHub, and Claw/OpenClaw.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sn94-competition-poster - 安装完成后,直接呼叫该 Skill 的名称或使用
/sn94-competition-poster触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
SN94 Competition Poster 是什么?
Use when creating, reviewing, or packaging SN94 BitSota competition proposals and replayable task repositories that fit the autoresearch backend format, incl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 SN94 Competition Poster?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sn94-competition-poster」即可一键安装,无需额外配置。
SN94 Competition Poster 是免费的吗?
是的,SN94 Competition Poster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SN94 Competition Poster 支持哪些平台?
SN94 Competition Poster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SN94 Competition Poster?
由 AlveusLabs(@alveuslabs)开发并维护,当前版本 v1.0.2。