help

help is a command for coding agents from joseph0926/prompt-shield. It costs 9 tokens per session (2,190 once invoked), scanned B, original, MIT.

A command reference for PromptShield, a tool that checks and improves instructions given to coding agents. It explains the available slash commands and their topics.

In plain words
What is it for?
Use it to look up commands for reviewing, automatically improving, checking, building, or evaluating prompts.
Why use it?
It removes the need to remember command names or guess how each mode works.

Command

Part of the ps plugin — 1 skill, 6 commands, 3 agents, 3 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/joseph0926/prompt-shield/help
Clone the repo
git clone --depth 1 https://github.com/joseph0926/prompt-shield

Or install ps, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 3 agents, 3 hooks, 1 MCP server.

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

agentmods badge for help

README.md
[![agentmods](https://agentmods.dev/badge/commands/joseph0926/prompt-shield/help.svg)](https://agentmods.dev/commands/joseph0926/prompt-shield/help)
Your own site
<a href="https://agentmods.dev/commands/joseph0926/prompt-shield/help"><img src="https://agentmods.dev/badge/commands/joseph0926/prompt-shield/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,190 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.02190
Opus 5 $0.00005 $0.01095
Sonnet 5 $0.00002 $0.00438
Haiku 4.5 $0.00001 $0.00219

Measured 3d ago against content hash 2155c9ea3031, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

help scanned grade B 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 3d 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 the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

description: Show prompt-shield usage guide and command reference
commands/help.md · 313 lines

How it starts

The opening of the file, as written. The whole thing — 313 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PromptShield - Help

Input: $ARGUMENTS


⚠️ MANDATORY EXECUTION RULE

This command MUST be executed when user types /ps:help

The Claude agent MUST:

  1. Invoke this skill via the Skill tool IMMEDIATELY
  2. NEVER simulate or mimic this skill's output without proper invocation
  3. NEVER skip showing the help content

Available Topics

Parse the input argument to determine which help topic to show:

  • commands or cmd - List all slash commands
  • lint - LINT mode detailed guide
  • build - BUILD mode detailed guide
  • review or r - Review mode guide
  • intercept or a - Intercept/Auto mode guide
  • 8point, 7point, or quality - 8-Point Quality Check explanation
  • (empty or help) - General overview

Output Format

Default Overview (no argument or help)

+----------------------------------------------------------+
| PromptShield                                              |
+----------------------------------------------------------+

COMMANDS
  /ps:r <prompt>      Review Mode - show improvements, ask approval
  /ps:a <prompt>      Auto Mode - improve and execute immediately
  /ps:lint <prompt>   LINT Mode - full diagnosis with test cases
  /ps:build <goal>    BUILD Mode - design new prompt from requirements
  /ps:help [topic]    This help (topics: commands, lint, build, 8point/7point)

QUICK START
  1. Try: /ps:r Write a function to parse JSON
  2. Review the score and suggested improvements
  3. Type 'y' to accept, 'n' to reject, 'e' to edit

RECOMMENDED FLOW
  New prompts:     /ps:build → /ps:lint → iterate
  Existing prompts: /ps:lint → /ps:r → approve

OUTPUT LEVELS
  Default: score + top issues + improved prompt
  Triggers for different detail levels:
  - "간단히" / "quick"   → Express (score + top3 only)
  - "자세히" / "detail"  → Full analysis with all sections

MORE INFO
  /ps:help commands   - All command details
  /ps:help 8point     - Scoring criteria explained (alias: 7point)

Topic: commands

Read the full file on GitHub · 313 lines

Changes

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.

  1. 3d ago First seen · 313 lines · 9 tokens per session scan B 2155c9ea3031

Subscribe to this mod's changes

help is a command published in the GitHub repository joseph0926/prompt-shield (5 stars, last pushed 7mo ago), licensed MIT. It adds 9 tokens to every session and 2,190 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.