# Agentlab

> Task-focused command bundles for AgentLab operations in Claude workflows.

- Skill: `nibzard/agentlab` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add nibzard/agentlab`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nibzard/agentlab/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: nibzard (https://skillmd.com/u/nibzard)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nibzard/agentlab

---


# 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.json` declares `supported_agent_versions`.
- Update this manifest when skill behavior changes across agentlab releases.
- `scripts/install_host.sh` uses `manifest.json` to 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.json` and rerun:

```bash
scripts/install_host.sh --install-skills-only
```

- For forced downgrade/restore, remove the installed bundle directory first:

```bash
rm -rf ~/.claude/skills/agentlab
scripts/install_host.sh --install-skills-only
```

