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.
npx agentmods add commands/sukinshetty/nemp-memory/loggit clone --depth 1 https://github.com/SukinShetty/Nemp-memoryWhat 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 | $0.00011 | $0.00683 |
| Opus 5 | $0.00005 | $0.00342 |
| Sonnet 5 | $0.00002 | $0.00137 |
| Haiku 4.5 | $0.00001 | $0.00068 |
Grade A, and why
log 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 2d 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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/nemp:log
View the memory access audit trail showing all reads, writes, and deletes.
Usage
/nemp:log # Show last 20 entries /nemp:log --tail 50 # Show last 50 entries /nemp:log --agent backend # Filter by agent name /nemp:log --clear # Clear the log
Instructions
1. Read Access Log
[ -f ".nemp/access.log" ] && tail -20 .nemp/access.log
If no log exists: 📋 No access log yet. The log tracks automatically when you use: /nemp:save → WRITE entries /nemp:recall → READ entries /nemp:forget → DELETE entries /nemp:init → INIT entries
2. Parse and Display
Default (last 20 entries): 📋 Nemp Access Log TIMESTAMP ACTION KEY AGENT 2026-02-11 14:30:00 INIT (6 memories) nemp-init 2026-02-11 14:32:15 READ auth-flow main 2026-02-11 14:35:00 WRITE api-design backend 2026-02-11 14:35:02 READ auth-flow frontend 2026-02-11 14:35:03 READ database tester 2026-02-11 14:40:00 DELETE old-api main Agents active: main, nemp-init, backend, frontend, tester
With --agent filter:
grep "agent=backend" .nemp/access.log
📋 Access Log — Agent: backend TIMESTAMP ACTION KEY 2026-02-11 14:35:00 WRITE api-design 2026-02-11 14:36:00 READ auth-flow 2 entries by "backend"
With --tail N:
tail -N .nemp/access.log
With --clear: Ask confirmation, then:
rm .nemp/access.log
Log Format
Each line: [ISO-TIMESTAMP] ACTION key=KEY agent=AGENT_NAME extra=INFO
Examples: [2026-02-11T14:30:00Z] WRITE key=auth-flow agent=nemp-init chars=45 [2026-02-11T14:32:15Z] READ key=auth-flow agent=main query=auth [2026-02-11T14:40:00Z] DELETE key=old-api agent=main [2026-02-11T14:30:00Z] INIT agent=nemp-init memories_saved=6
Related Commands
/nemp:list- List all memories/nemp:save- Save a memory (creates WRITE log)/nemp:recall- Recall a memory (creates READ log)
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.
- 2d ago First seen · 80 lines · 11 tokens per session scan A 15865ac48f80
log is a command published in the GitHub repository SukinShetty/Nemp-memory (128 stars, last pushed 2mo ago), licensed MIT. It adds 11 tokens to every session and 683 once invoked, about $0.0001 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-30.
Other commands, from other repositories
README
Git workflow and quality assurance commands for the claude-skills repository.
convert-to-todowrite-tasklist-prompt
Purpose: Transform verbose, context-heavy slash commands into efficient TodoWrite tasklist-based methods with parallel subagent execution for 60-70% speed improvements.
security-audit
Perform a comprehensive security audit of the codebase to identify potential vulnerabilities, insecure patterns, and security best practice violations.
encode-repo
Bootstrap a repository into Forgetful's knowledge base.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
issue-amend
Re-snapshot the active issue's scope from the spec, clear verified and reviewed receipts, and record the change as a permanent amendment.