AgentStack
SKILL verified MIT Self-run

Auto Skill Build Agent Run Ledger Dashboard

skill-arnie016-codex-prompt-templates-auto-skill-build-agent-run-ledger-dashboard · by Arnie016

>

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-build-agent-run-ledger-dashboard

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Auto Skill Build Agent Run Ledger Dashboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agent Run Ledger Dashboard

Generated by: Codex Supercharge maintenance automation.

Goal: cheap, append-only run tracking without relying on proprietary telemetry.

Append a run entry

Run from the repo you worked in:

python3 plugins/codex-supercharge/scripts/agent_runs_append.py \
  --task "Fix flaky auth tests" \
  --model "${CODEX_MODEL:-}" \
  --status ok \
  --command "pytest -q" \
  --notes "Root cause: clock mocking"

Notes:

  • --model defaults to $CODEX_MODEL when set.
  • The script records current git branch/head + uncommitted diff stats when available.

View a dashboard summary

python3 plugins/codex-supercharge/scripts/agent_runs_report.py --days 7 --last 20

Recommended workflow

  1. After completing a task, run the append command once.
  2. When starting work, run the report command to see recent context.
  3. If you want richer fields (tokens/cost), add them as new keys; keep JSONL append-only.

Skip when

  • The repo is sensitive and you cannot persist local logs.
  • The task is a trivial one-liner and you are not doing longitudinal tracking.

References

  • plugins/codex-supercharge/references/agent-run-ledger.md
  • Pattern inspiration only (do not run blindly): sources/claudetop

Validation

  • Appending creates exactly one JSONL record for the run.
  • Reports summarize the requested window without rewriting the ledger.
  • Sensitive task notes are summarized or omitted before persistence.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.