wise-report

wise-report is a skill for Claude Code from e1024kb/wise-claude. It costs 194 tokens per session (1,144 once invoked), scanned A, original, MIT.

A verified session status report covering completed work, unfinished work, plans, risks, questions, leftovers, and postponed tasks.

In plain words
What is it for?
Use it to produce a compact evidence-backed handoff based on items such as Git commit identifiers and pull-request numbers.
Why use it?
It prevents long coding sessions from being summarized from memory, where completed and pending work can easily be confused.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the wise plugin — 38 skills, 13 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to produce a compact evidence-backed handoff based on items such as Git commit identifiers and pull-request numbers.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add e1024kb/wise-claude
Claude Code
/plugin install wise

Made for: Claude Code.

Or install wise, the plugin that ships this one along with the rest of its 38 skills, 13 agents, 1 hook, 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 wise-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/e1024kb/wise-claude/wise-report.svg)](https://agentmods.dev/skills/e1024kb/wise-claude/wise-report)
Your own site
<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>
Per session 194 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00194 $0.01144
Opus 5 $0.00097 $0.00572
Sonnet 5 $0.00039 $0.00229
Haiku 4.5 $0.00019 $0.00114

Measured 7d ago against content hash e409b3b7a75f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

plugins/wise/skills/wise-report/SKILL.md · 116 lines

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

Read the full file on GitHub · 116 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. 7d ago First seen · 116 lines · 194 tokens per session scan A e409b3b7a75f

Subscribe to this mod's changes

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.