Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add zzunaid/prompt-line/plugin install promptlineWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zzunaid/prompt-line/dashboard)<a href="https://agentmods.dev/skills/zzunaid/prompt-line/dashboard"><img src="https://agentmods.dev/badge/skills/zzunaid/prompt-line/dashboard.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.00283 |
| Opus 5 | $0.00006 | $0.00142 |
| Sonnet 5 | $0.00003 | $0.00057 |
| Haiku 4.5 | $0.00001 | $0.00028 |
Grade A, and why
dashboard scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
`http://127.0.0.1:8787/api/data` (e.g. `curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8787/api/data`). What it actually says
Start the Promptline local web server as a background process, then tell the user where to open it. Do not wait for the command to exit - it's a long-running local HTTP server that only binds to 127.0.0.1.
Run this in the background:
cd "${CLAUDE_PLUGIN_ROOT}" && python3 server.py
Then:
- Wait a second or two, then check it actually started by requesting
http://127.0.0.1:8787/api/data(e.g.curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8787/api/data). - If it returns 200, tell the user Promptline is running at
http://127.0.0.1:8787and to open that URL in their browser. - If the port is already in use, that almost always means Promptline is already running from earlier in this session (or another terminal) - just give them the URL, no need to treat it as an error.
- If it fails for another reason, show the actual error output rather than guessing at the cause.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 27 lines · 13 tokens per session scan A 3b5736f56b9d
dashboard is a skill published in the GitHub repository zzunaid/prompt-line (1 stars, last pushed 22d ago), licensed MIT. It adds 13 tokens to every session and 283 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
link-ticket-to-session
Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…
run-wenlan-app
Build, launch, screenshot, and drive the wenlan-app Tauri desktop app in dev mode on macOS (WKWebView) or Windows (WebView2). Use when asked to run or start the app, verify a UI change in the real running app (not just tests), or take a screenshot of it.
curate
Review pending Wenlan captures, revisions, or daemon refinements from Codex. Use for explicit audit walks after /brief or /handoff surfaces pending work. Invoked as /curate captures, /curate revisions, or /curate refinements.
pages
List or open distilled Wenlan pages from Codex by delegating to the local wenlan pages CLI. Invoked as /pages [query].
help
Show a one-screen Codex reference for the Wenlan plugin. Use when the user asks for Wenlan help, command list, invokes /help, or explicitly asks about import progress.
forget
Delete a Wenlan memory by exact id from Codex. Destructive and confirmation gated. Invoked as /forget .