Pack A — Desktop + Files

Download pack-a.agentpack.zip

Quickstart

1) Download the pack zip from this page. 2) In runner/: node agentx.js install ../site/agents/assets/packs/pack-a.agentpack.zip 3) Run an agent: node agentx.js run <agentSlug> --root /your/allowlisted/path

Pack-level permissions summary

local.env.bindlocal.execlocal.fs.listlocal.fs.readlocal.fs.writelocal.logs.readlocal.logs.writelocal.path.scopepolicy.redaction.applysecrets.readsecrets.redact

Agents in this pack

Local CLI Runner

Runs packaged agents locally via a minimal CLI agent runtime with logs + exit codes.

Local Filesystem Agent

Reads/writes local files for tasks like indexing, renaming, templating, and report generation.

.env Injector Agent

Injects secrets/config into a local run (creates/updates .env or binds runtime env vars) without leaking values into logs.

Secret Redaction Agent

Scans outputs/logs and redacts secrets/PII using rules + patterns before saving receipts.