AgentLab Claude Skill Bundle
Use the following focused guides for AgentLab workflows.
job-execution.md- run/validate jobs and inspect artifacts.workspace-recovery.md- workspace and sandbox recovery actions.networking.md- reachability, SSH, and routing checks.artifact-triage.md- artifact and diagnostic bundle workflows.troubleshooting.md- recovery and cleanup diagnostics.
The bundle manifest is bundle/manifest.json.
The top-level bundle version is 1.1.0; install/upgrade scripts apply
compatibility checks against the host manifest and skip work when already current.
Compatibility
manifest.jsondeclaressupported_agent_versions.- Update this manifest when skill behavior changes across agentlab releases.
scripts/install_host.shusesmanifest.jsonto decide upgrade vs. no-op and writes installed bundle metadata to/etc/agentlab/config.yaml.
Rollback
- To revert a skill upgrade, checkout a prior revision of
skills/agentlab/bundle/manifest.jsonand rerun:
scripts/install_host.sh --install-skills-only
- For forced downgrade/restore, remove the installed bundle directory first:
rm -rf ~/.claude/skills/agentlab
scripts/install_host.sh --install-skills-only
