AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Live Console

skill-punkaze-skills-live-console · by punkaze

>-

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

Install

$ agentstack add skill-punkaze-skills-live-console

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-punkaze-skills-live-console)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
26d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Live Console? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

live-console

Spin up a console: a zero-dependency local web app, rendered from a declarative spec, that persists every response the user gives to a store on disk and self-terminates on Submit — so you read their answers back without copy-paste. The engine (scripts/console_server.py) owns all page behavior; you only author the spec.

Run loop

  1. Choose the surface. Start from a template — list templates/ and

read each file's _about line for its purpose — or write a spec from scratch. Copy your starting point into the session scratchpad and fill in real items. Done when: a spec file exists in the scratchpad with a title and ≥1 item, every field has a type + key, and any referenced images sit beside the spec. Anything the schema can't express → raw-HTML escape hatch (see AUTHORING.md).

  1. Launch (background). Run, as a background process:

python3 "${CLAUDE_PLUGIN_ROOT}/skills/live-console/scripts/console_server.py" Done when: the printed url opened in the browser and you've noted the printed results file path.

  1. Hand off and wait. Tell the user the console is open and to click

Submit & done when finished. Do NOT poll. Done when: the background process exits (Submit) — that exit is your wake signal — or the user says to check now.

  1. Read and report — exhaustive, visually grouped. Read the results file.

Report as a compact table or status-grouped list (✅/❌/⏭) rather than a paragraph per item. Account for every item in the spec: state each item's response, and explicitly flag any left unanswered or marked fail/reject, drilling into fails. Done when: no spec item is silently omitted — each is named as answered (with its value) or flagged unanswered/failed.

  1. Clean up. If the server is still running (the user read early without

submitting), stop it. Done when: no console process running, its port free.

Field types (detail in AUTHORING.md)

toggle (pass/fail/skip, approve/reject) · comment · choice (single/multi) · rating (stars/number) · rank (drag-reorder) · item visuals (compare HTML snippets or image files → pick one + comment each; a single entry doubles as a plain illustration — a diagram beats a paragraph, see AUTHORING.md).

Visual-first: if an item's content is inherently spatial (a flow, a layout, a before/after, an architecture) — show it, don't describe it. See AUTHORING.md's "Visual-first authoring."

Facts

  • Store: .results.json beside the spec — {_meta:{done,submittedAt}, responses:{itemId:{key:value,updatedAt}}}. Auto-saved on every change, so it's readable mid-session; _meta.done flips to true only on Submit.
  • Notify: the server runs in the background and exits on Submit — no polling; the exit is the signal to read the store.
  • Defaults: binds 127.0.0.1 only, OS-assigned free port, auto-opens the browser (macOS), theme-aware, ephemeral scratchpad store. Flags: --port N, --no-open, --results PATH.
  • Schema + raw-HTML escape hatch (Console.set/get/submit): see [AUTHORING.md](AUTHORING.md).

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.