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 e1024kb/wise-claude/plugin install wiseWrote 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/e1024kb/wise-claude/wise-report)<a href="https://agentmods.dev/skills/e1024kb/wise-claude/wise-report"><img src="https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-report.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.00194 | $0.01144 |
| Opus 5 | $0.00097 | $0.00572 |
| Sonnet 5 | $0.00039 | $0.00229 |
| Haiku 4.5 | $0.00019 | $0.00114 |
Grade A, and why
wise-report scanned grade A with 0 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/wise-report - verified session status report
Why this skill exists
Long sessions accumulate finished work, half-finished work, promises,
and open questions - and a summary written from memory alone drifts.
This skill runs the plugin's shared report pass over the current
session so the user gets a compact, ref-coded report where every line
is either evidence-tagged or explicitly (unverified), and can reply
about any single item ("do A2 first", "drop L1") without quoting it
back.
The skill is a thin wrapper: parse the two flags, then read the shared
${CLAUDE_PLUGIN_ROOT}/references/report-pass.md and follow it. The
reference is the source of truth for the recall → verify → aggregate →
emit discipline, the report template, the handoff-store location, and
the final-line format - workflow steps and future -auto building
blocks read the same file, so a change to the routine lands everywhere
at once.
Invocation
/wise-report
/wise-report --full
/wise-report --save
/wise-report --full --save
/wise:wise-report [--full] [--save] # canonical namespaced form
Arguments
Parse $ARGUMENTS yourself. Only two flags exist, in any order:
| Token | Meaning |
|---|---|
| (empty) | Brief report, printed to the conversation only. |
--full |
Expanded detail (MODE=full - rendering defined in the pass). |
--save |
Also write the report to the handoff store and print Saved: <path>. |
If $ARGUMENTS contains anything other than whitespace, --full,
and --save, stop with:
Unknown argument(s): <the extra tokens>
Usage: /wise-report [--full] [--save]
followed by REPORT: failed reason="unknown arguments" as the final
line, so a programmatic caller always gets a parseable terminator.
Do not interpret unknown tokens as a topic filter or anything else.
Procedure
1. Read the shared pass
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.
- 7d ago First seen · 116 lines · 194 tokens per session scan A e409b3b7a75f
wise-report is a skill published in the GitHub repository e1024kb/wise-claude (4 stars, last pushed today), licensed MIT. It adds 194 tokens to every session and 1,144 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — Claude 5 lineup, Opus 5 default fallback, full 1M context at standard price).
cco-clean
Clean up old tracking data and reset statistics.
ccc-resume-session
Load the last saved session file from /.claude/sessions/ and orient fully before doing any work. Reads the complete file, formats a structured briefing (project,…
ccc-spawn
Click-first spawn hub — spin isolated work into its own session on demand: a spawntask chip in Cowork, a /spawn peer in the CLI. Also routes to $ccc-fleet or $ccc-relay.
scout-consolidation
Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.
scout-briefing
Launch a Scout morning briefing session as a background process. Auto-detects mode (morning briefing, consolidation, or weekend briefing) from the current time and day.