← 返回 Skills 市场
🔌

SN94 Competition Poster

作者 AlveusLabs · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install sn94-competition-poster
功能描述
Use when creating, reviewing, or packaging SN94 BitSota competition proposals and replayable task repositories that fit the autoresearch backend format, incl...
使用说明 (SKILL.md)

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

  1. Define the competition objective, input/output contract, hardware target, expected runtime, and what miners are allowed to edit.
  2. Convert that into the SN94 replay fields: repository_url, base_ref, allowed_patch_paths, setup_command, benchmark_command, result_path, and max_patch_bytes.
  3. 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.
  4. 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.
  5. Produce a poster-facing problem brief, an agent-facing implementation prompt, and an operator launch checklist.
  6. Tell the poster to submit the finished proposal as a GitHub issue in AlveusLabs/SN94-BitSota with 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_command and benchmark_command run without network during reward-active validation unless the operator explicitly allows setup networking.
  • result_path is a JSON file with enough fields for the backend to score and audit the result.
  • allowed_patch_paths points only to miner-owned submission files.
  • max_patch_bytes is 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.
安全使用建议
Install only if you want help drafting SN94 BitSota competition proposals or generating starter task repositories. Be aware the skill may be auto-selected for loosely related research-competition prompts; review generated repos before publishing, keep secrets and wallet material out of task repos, and run generated benchmark/setup scripts only in an appropriate sandbox.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts consistently describe creating, reviewing, and packaging replayable SN94 competition proposals and public task repository skeletons. The included Python script scaffolds local repo files only and does not perform network calls, credential access, or validator execution.
Instruction Scope
The OpenAI agent metadata enables implicit invocation and uses a broad default prompt, which can make the skill activate in adjacent research/proposal contexts. This is a scope-quality issue, but it is visible and aligned with the skill's stated purpose rather than hidden behavior.
Install Mechanism
The package contains a small skill folder with markdown references, YAML/JSON templates, and one scaffold-generation Python script. No dependency installation, shell profile modification, background setup, or hidden installer behavior was found.
Credentials
The script writes a user-selected output directory for a starter task repo and creates expected files such as README, problem.yaml, scripts, tests, and submission placeholders. That file-writing authority is proportionate to repo scaffolding.
Persistence & Privilege
No persistence mechanism, privilege escalation, autostart configuration, credential/session access, or long-running worker behavior was found. The references explicitly tell operators to keep wallets, keys, tokens, and host credentials outside the replay sandbox.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sn94-competition-poster
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sn94-competition-poster 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Point proposals to SN94-BitSota issue template
v1.0.1
Document SN94-BitSota issue submission target
v1.0.0
Initial release
元数据
Slug sn94-competition-poster
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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。

💬 留言讨论