Agent Workbench
Description
Windows-first Electron desktop workbench for safe, user-controlled AI coding-agent workflows: deterministic verification, receipts, opt-in agent observation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Workbench
Adversarial verification for AI-agent workspaces. The core path:
External Coding Agent -> Controlled Verification -> Evidence
-> Deterministic Verdict -> Immutable Receipt
**Primary deliverable: the `aw` CLI** (`aw-verify` npm package). Run a trusted recipe against a git workspace and get an immutable, evidence-bound receipt that says what was checked, what the honest verdict is, and which code state it was bound to.
Agent Workbench is an independent project and is not affiliated with or endorsed by Anthropic or OpenAI. Vendor names identify supported external tools only.
Install & use
npm install -g aw-verify # or: node cli/build.mjs && npm link
aw init ./my-workspace # scaffold contract.json + test/verify.test.mjs
aw verify ./my-workspace --contract ./my-workspace/contract.json # exit 0 = VERIFIED
aw inspect ./my-workspace # read-only report, never executes a recipe
verifyexit codes:0VERIFIED,1FAILED / INSUFFICIENT_EVIDENCE,2usage or environment error — drops straight into a CI gate.verifywrites an immutableverification-receipt.json+verification-handoff.md.- Receipts are display-safe and evidence-bound.
VERIFIEDis not human acceptance;AcceptanceDecisionremainsNOT_RECORDED.
Safety model
- The recipe is a fixed
node --testrun by a trusted externalnode.exewith an allowlisted environment; arbitrary commands are never executed. - The Subject Snapshot is captured before/after and must be byte-identical — a
test that mutates the workspace fails closed (
INSUFFICIENT_EVIDENCE). - No network, no server, no Electron, no telemetry.
Repository layout
src/engine/— the verification engine (pure Node; also consumed by the desktop app).src/shared/— pure shared types and logic (contracts, receipts, criteria).src/utils/— pure utilities.cli/— theaw-verifynpm package (esbuild bundle of `script
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI