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 skills add neverinfamous/memory-journal-mcp --skill wranglergit clone --depth 1 https://github.com/neverinfamous/memory-journal-mcpWrote 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/neverinfamous/memory-journal-mcp/wrangler)<a href="https://agentmods.dev/skills/neverinfamous/memory-journal-mcp/wrangler"><img src="https://agentmods.dev/badge/skills/neverinfamous/memory-journal-mcp/wrangler/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/neverinfamous/memory-journal-mcp/wrangler"><img src="https://agentmods.dev/badge/skills/neverinfamous/memory-journal-mcp/wrangler.svg" alt="Reviewed on agentmods" width="80" 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.00086 | $0.00523 |
| Opus 5 | $0.00043 | $0.00262 |
| Sonnet 5 | $0.00017 | $0.00105 |
| Haiku 4.5 | $0.00009 | $0.00052 |
Grade A, and why
wrangler 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 10d 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wrangler CLI
This skill provides references for the Cloudflare Wrangler CLI. The CLI is extensive, so command references are split by product.
Security Gates (CRITICAL)
- Confirmation Required: You MUST ask for user confirmation before executing any
deploy,delete,drop, orsecret putcommands. - Never Log Secrets: Never print secret values to the terminal or save them in logs/artifacts.
References
Before executing a Wrangler command, read the corresponding reference file to ensure you have the correct syntax.
- Full CLI Commands Reference: Contains all commands for Workers, Pages, KV, R2, D1, Vectorize, Hyperdrive, Queues, Pipelines, Containers, Workflows, Observability, and Secrets.
Quick Reference (Top Commands)
| Command | Description |
|---|---|
npx wrangler dev |
Start local development server |
npx wrangler deploy |
Deploy to production |
npx wrangler tail |
Tail production logs |
npx wrangler secret put <name> |
Create/update a secret |
npx wrangler d1 execute <db> --local --file=... |
Execute SQL locally |
npx wrangler kv:key put --binding=<name> <key> <value> |
Put KV pair |
npx wrangler r2 object put <bucket>/<key> --file=... |
Upload R2 object |
npx wrangler types |
Generate TS types from config |
npx wrangler login |
Authenticate CLI |
npx wrangler whoami |
Check auth status |
Local Development Workflow
- Start dev server:
npx wrangler dev - Generate types from config:
npx wrangler types - Tail production logs:
npx wrangler tail
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 44 lines · 86 tokens per session scan A f8891f769533
wrangler is a skill published in the GitHub repository neverinfamous/memory-journal-mcp (20 stars, last pushed 1mo ago), licensed MIT. It adds 86 tokens to every session and 523 once invoked, about $0.0004 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 skills, from other repositories
maintain-splash-pages
The Lossless Group's pattern for repo-level splash pages — small Astro sites at /splash/ that ship to GitHub Pages on push to main, render the repo's changelog/ + context-v/ alongside curated marketing copy, and stay isolated from any package the repo also publishes. Use proactively whenever scaffolding a noteworthy…
skill-creator
Generate a new skill from a plain-language description — decides invocation control, arguments, and context cost, then scaffolds, validates, and tests it.
tech-writing
Write professional technical documents — requirements/PRD, tech spec/design doc, low-level design, decision records, and trade-off analysis — at a formality tier matched to the task. Grounds every claim in real code or a cited source, marks what it could not verify, and refuses to pad. Use when asked to write/update a…
context-end
Close a workspace session by reviewing a proposed summary, recording approved outcomes, updating state and decisions, and checking repository safety. Use only when the user explicitly asks to end, close, or hand off the current session.
context-start
Load this workspace's current state, recent decisions, blockers, priorities, and session continuity, then give a concise briefing. Use only when the user explicitly asks to begin or resume a workspace session.
context-setup
Build, import, or refresh this workspace's identity, project, reusable-workflow, and weekly-state files through a guided review. Use only when the user explicitly asks to initialize or redo workspace context.