Command
Security
Command
/show
Read makoto's results ledger by key (read-only)
Install
> /plugin marketplace add Clear-Sights/Makoto > /plugin install makoto@makoto
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/show
Context preview
What this command does when you run it.
Read makoto's results ledger by key (read-only)
Command definition
show.mddescription: Read makoto's results ledger by key (read-only) argument-hint: "[key]" arguments: key allowed-tools: Bash(python3 -m makoto show *) disable-model-invocation: true
Makoto ledger lookup
!`python3 -m makoto show "$key"`
The above is a read-only inspection of the recorded value for `$key` (e.g. a normalized file path like `src/auth.py`). It never evaluates predicates, never fires, and never changes state.
Ships withmakoto
**An integrity hook for Claude Code that watches the agent's own tool calls and blocks the ones that fake a check.** When Claude says it did something — ran the tests, cited a paper, committed the fix, verified the certificate — makoto holds that word against
Get the whole plugin

