Install
openclaw skills install alab-experiment-workerUse when operating inside one ALab experiment worktree with that worktree token context to inspect status, edit candidate source, run evaluations, submit final results, and read visible experiment evidence without project admin or root privileges.
openclaw skills install alab-experiment-workerUse this skill for the experiment worktree layer of ALab. It improves one candidate source tree, reads visible evidence available to that worktree token, runs evaluation from the worktree token context for standard projects, and submits the final result when the project mode allows it.
.alab/token..alab/, ALab home state, cache directories, shared run directories, hidden evaluator assets, secret files, or project control files.alab run/submit state only and must not be inspected, patched, copied, or committed.ALAB_CMD_PREFIX, use that launcher-provided command prefix for ALab calls; otherwise use alab.git status --short before important runs or submit when Git is available, and keep generated/untracked files intentional.alab help before unfamiliar commands; commands outside the worktree token surface must be treated as unavailable.COMMAND_UNAVAILABLE, stop that branch and report the missing capability instead of trying to bypass it.Do not treat this as a fixed checklist. First understand the current worktree task, local instructions, existing candidate, and ALab context. When useful, inspect visible prior experiments, runs, artifacts, logs, annotations, or inspection checkouts for reference and inspiration.
Iterate on the candidate with focused edits and cheap local checks. In standard evaluation projects, run alab run --message "<brief reason>" when the candidate is ready. In free evaluation projects where ALab points directly to submit, or alab run returns COMMAND_UNAVAILABLE because no evaluator exists, skip run evidence and prepare a direct submit instead.
Use visible evidence to diagnose weak or failed results and keep improving while there is a plausible path forward. Record durable context with annotations when it would help later workers, especially decision rationale, failed approaches, remaining risks, and next-step context. Archive and remove annotations that are no longer needed, no longer valid, or likely to mislead later workers.
Submit only with a supporting passed run in standard evaluation mode, or with documented direct-submit behavior in free evaluation mode. If no supporting passed run exists in standard mode, do not submit; report the best evidence and blocker.
This is a capability guide, not a required sequence. Use the capabilities that fit the task:
alab status and alab help.alab feedback when you notice a tooling suggestion, question, or bug that should not be mixed into experiment submission feedback.alab observe experiments ... and related visible runs, artifacts, logs, and annotations. Use this evidence to find promising approaches, avoid repeated failures, and understand prior best or final commits. Visibility is still enforced by ALab; do not try to access hidden or unavailable items.alab exp checkout <exp_id> --path <dir> --commit best|final|latest, record the rendered inspection commit, read its task-relevant files, and compare them with the current worktree before copying anything. Use normal Git comparison tools where helpful, for example git diff --stat <inspection_commit>..HEAD, git diff <inspection_commit> -- <path>, or git diff --no-index <inspection_checkout>/<source_path> <current_worktree>/<source_path> for a direct file/subtree comparison. Copy only task-relevant source files or snippets into the current experiment worktree when they are genuinely useful; never copy .alab/, raw tokens, hidden assets, secret files, ALab home/cache files, or project control files.alab run --message "<brief reason>" for standard evaluation projects. For free evaluation projects, do not force a run; direct submit is expected.none.--ref <exp_id> for visible experiments that informed the strategy, source changes, comparison baseline, failure avoidance, or continuation path.--ref none only when the result does not depend on or intentionally reference any prior experiment.--message short. Put the substantive record in --summary/--summary-file and --feedback/--feedback-file: what changed, which passed run supports it or why free evaluation has no run, key metrics when present, which refs mattered, and remaining risks.SKILL.md: Canonical experiment-worktree boundaries, operating rules, workflow, and submit guidance.SKILL_cn.md: Synchronized Chinese version of this file.references/commands.md: Detailed worker command surface, observe patterns, inspection checkout rules, evaluation, and submit reference; read before unfamiliar ALab commands or run/submit flows.references/commands_cn.md: Synchronized Chinese version of the command reference.agents/openai.yaml: UI metadata and default prompt; update when invocation guidance changes.