Pack D — Portfolio Ops

Download pack-d.agentpack.zip

Quickstart

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

Pack-level permissions summary

browser.automationlocal.execlocal.fs.listlocal.fs.readlocal.fs.writelocal.logs.writelocal.path.scopenet.egress.demo_onlyreceipts.screenshots.write

Agents in this pack

Audit Agent

General structural audit for a local web/app repo: counts, missing local asset refs, and a clean JSON report.

Thumbnail Sync Agent

Finds app roots and verifies required thumbnail/hero assets; can optionally copy a template thumb to fill gaps.

Tile Sorter Agent

Sorts a tiles/modules JSON file by a chosen key and optionally applies the change in-place.

Nexus Bar Agent

Checks for a Nexus bar marker across HTML pages and can inject a minimal Back-to-Nexus bar when missing.

Meta Cleaner Agent

Scans HTML/Markdown for placeholder meta/text and can apply safe replacement rules.

Portfolio Checker Agent

Validates app folders against required files (index.html, etc.) and reports missing components.

Code Tester Agent

Runs lightweight JS checks (node --check) or grep-based sanity scans and produces a failure report.

Settings Sync Agent

Finds settings.json files and reports drift; can sync all copies to a chosen source.

ZIP Verifier Agent

Validates ZIP integrity and lists entries (bounded) into a receipts-friendly report.

Fixer Agent

Runs a controlled set of safe autofixes (meta cleanup, optional nexus bar injection, 404 stub creation).

Data Link Agent

Checks cross-link integrity in HTML (relative href/src) and reports broken local links.

Route Optimizer Agent

Builds a reachable-page graph from an entry HTML, flags missing targets and orphan pages.

App Launcher Agent

Generates a launcher.html linking to discovered app index.html entry points.

Page Builder Agent

Creates missing stubs (404.html, README.md) per app root and logs what it generated.

Playwright Smoke Test Agent

Runs a basic Playwright smoke flow against controlled demo targets and saves screenshot receipts.