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 pwdev-solucoes/pwdev-claude-marketplace/plugin install pwdev-statuslineWrote 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/commands/pwdev-solucoes/pwdev-claude-marketplace/install)<a href="https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/install"><img src="https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/install.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.00011 | $0.00686 |
| Opus 5 | $0.00005 | $0.00343 |
| Sonnet 5 | $0.00002 | $0.00137 |
| Haiku 4.5 | $0.00001 | $0.00069 |
Grade C, and why
install scanned grade C with 2 findings 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 4d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Ubuntu/Debian: sudo apt install jq Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
1. Read `~/.claude/settings.json` How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/pwdev-statusline:install — Install Status Line
Role
Installs the PWDEV status line script and configures Claude Code to use it.
Procedure
STEP 1 — Check prerequisites
- Verify
jqis installed on the system. If not, warn the user:
Continue anyway (jq is only needed at runtime).⚠️ jq is required for the status line. Install it: - Ubuntu/Debian: sudo apt install jq - macOS: brew install jq - Fedora: sudo dnf install jq
STEP 2 — Read the template
- Read the template script from
${CLAUDE_PLUGIN_ROOT}/templates/statusline.sh.
STEP 3 — Install the script
- Target path:
~/.claude/statusline.sh - Idempotent check: if the target exists and is IDENTICAL to the template → inform "already installed and up to date", skip to STEP 4.
- If the target exists and differs, and
$ARGUMENTSdoes NOT contain--force:- Show the user the diff between the existing file and the template (their copy may carry customizations from /pwdev-statusline:customize)
- Ask: "Status line script already exists. Overwrite? (y/n)"
- If no → skip to STEP 4
- Copy the template content to
~/.claude/statusline.sh - Make it executable:
chmod +x ~/.claude/statusline.sh
STEP 4 — Configure Claude Code settings
- Read
~/.claude/settings.json - Check if
statusLinekey already exists:- If it already points to
bash ~/.claude/statusline.sh→ inform user it's already configured, skip - Otherwise → set the
statusLineconfiguration (merge — never drop other keys):{ "statusLine": { "type": "command", "command": "bash ~/.claude/statusline.sh" } }
- If it already points to
- Write the updated settings back to
~/.claude/settings.json
STEP 5 — Verify
- Run a quick test:
echo '{}' | bash ~/.claude/statusline.sh - If the output contains "(no data)" or a partial line → installation is OK
- Print success message:
✅ PWDEV Status Line installed! 📍 Script: ~/.claude/statusline.sh ⚙️ Settings: ~/.claude/settings.json (statusLine configured) Restart Claude Code to see the status line. Customize with /pwdev-statusline:customize
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.
- 4d ago First seen · 81 lines · 11 tokens per session scan C 2dd4cbd909b4
install is a command published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 11 tokens to every session and 686 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (asks for root, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other commands, from other repositories
cancel-ralph
Cancel active Ralph Loop.
obsidian-recap
Summarize a time period from the vault - today, week, or month.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement.
superpowers-execute
Execute the current GSD phase plan with Superpowers instead of gsd-execute-phase.