Install
openclaw skills install sota-agentSOTA Agent is a public ClawHub SOTA-campaign skill for CV and DS work. Use it when the user says "sota agent", "state of the art benchmark scouting", or wants benchmark planning, paper triage, ablation design, and claim review for CV or data-science campaigns.
openclaw skills install sota-agentSearch intent: sota agent, state of the art benchmark scouting, cv benchmark campaign, gpu vm research workflow
Turn a vague "beat the benchmark" request into a disciplined campaign:
This skill is the frontier-planning and candidate-selection layer.
For execution artifacts or promotion evidence, pair it with
data-science-cv-repro-lab; this skill stays focused on planning and claim review.
If the campaign includes serious execution or release review, use this skill to choose and rank candidates,
then use data-science-cv-repro-lab as the execution lane.
Freeze the claim target before touching recipes.
Initialize the campaign records immediately.
python3 {baseDir}/scripts/init_sota_campaign.py --root <dir> --campaign-id <id> --title <title>.python3 {baseDir}/scripts/init_sota_leaderboard_snapshot.py --out <json> --task <task> --dataset <dataset> --metric <metric> --split <split>.python3 {baseDir}/scripts/init_sota_paper_triage.py --out <json> --campaign-id <id> --task <task>.python3 {baseDir}/scripts/init_sota_program.py --out <json> --campaign-id <id> --task <task> --dataset <dataset> --metric <metric> --split <split> when you need one machine-readable benchmark, rerun, delegation, and auth plan.python3 {baseDir}/scripts/init_sota_candidate_card.py --out <json> --candidate-id <id> --campaign-id <id> --objective <goal>.data-science-cv-repro-lab review dashboard path in the program and candidate records before the claim review starts.python3 {baseDir}/scripts/init_sota_validation_scorecard.py --out <json> --scorecard-id <id> --surface <surface>.python3 {baseDir}/scripts/init_sota_artifact_manifest.py --out <json> --bundle-root <dir>.Separate the campaign roles even if one agent performs all of them.
Pick the execution lane explicitly.
data-science-cv-repro-lab for external runs and artifact capture.Keep file writes inside one campaign workspace.
--out, --bundle-root, and --output-root path under it.scripts/sota_public_safety.py as the canonical public-redaction layer for URLs, refs, and paths.Work the SOTA ladder in order.
Claim only on full-surface wins.
python3 {baseDir}/scripts/render_sota_claim_summary.py --candidate-card <json> --out <md>.OPENAI_API_KEY, other vendor API keys, or paid inference APIs as the default campaign runtime path.data-science-cv-repro-lab.Read only the reference that matches the task:
references/sota-campaign-playbook.md
references/sota-program-rules.md
references/campaign-harness-stack.md
references/benchmark-discipline.md
references/paper-triage.md
references/public-research-lane.md
references/external-evidence-handoff.md
references/execution-evidence-summary.md
references/claim-safety.md
references/public-safety.md
scripts/sota_public_safety.py
scripts/init_sota_campaign.py
scripts/init_sota_program.py
scripts/init_sota_leaderboard_snapshot.py
scripts/init_sota_paper_triage.py
scripts/init_sota_browser_run_card.py
scripts/init_sota_validation_scorecard.py
scripts/init_sota_artifact_manifest.py
scripts/init_sota_candidate_card.py
scripts/init_sota_candidate.py
scripts/init_sota_ablation_queue.py
scripts/init_sota_vm_bootstrap_manifest.py
scripts/update_sota_scoreboard.py
scripts/init_sota_review_packet.py
scripts/render_sota_claim_summary.py
scripts/render_sota_program_summary.py