AgentWorkOS Inventory
Use this skill to turn a local AI agent workspace into a package-managed environment.
Workflow
Scan the runtime.
aw scan --codex-home "$env:USERPROFILE\.codex" --claude-home "$env:USERPROFILE\.claude" --workspace .Inspect
AGENTWORKOS_AUDIT.md.Create or update
agentworkos.toml.Generate a lockfile.
aw lockRun doctor.
aw doctorSync safely.
aw sync aw sync --target all aw sync --applyRestore from GitHub when the stack already exists remotely.
aw install github:OWNER/AgentWorkOS-Stack --target all aw install github:OWNER/AgentWorkOS-Stack --target all --apply
Three-End Sync
When the user says 三端同步, verify:
- installed runtime copy;
- local source repository;
- remote GitHub repository.
Do not call sync complete until local status is clean and the remote commit matches the local source commit.
Output Contract
- Scan summary.
- Drift findings.
- Manifest or lockfile updates.
- Commands run.
- Remaining risks.
Safety
Do not copy secrets, raw chat logs, token files, cookies, or local credential dumps into public manifests.