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 Stijnman/grok-custom-skills --skill persistent-memory-bridgegit clone --depth 1 https://github.com/Stijnman/grok-custom-skillsWrote 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/stijnman/grok-custom-skills/persistent-memory-bridge)<a href="https://agentmods.dev/skills/stijnman/grok-custom-skills/persistent-memory-bridge"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/persistent-memory-bridge/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/stijnman/grok-custom-skills/persistent-memory-bridge"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/persistent-memory-bridge.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.00031 | $0.00312 |
| Opus 5 | $0.00015 | $0.00156 |
| Sonnet 5 | $0.00006 | $0.00062 |
| Haiku 4.5 | $0.00003 | $0.00031 |
Grade A, and why
persistent-memory-bridge 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 9d 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.
What it actually says
Persistent Memory Bridge
When to Use
- User says remember this or task matches this capability
- User says persistent memory or task matches this capability
- User says save to memory or task matches this capability
- User says recall later or task matches this capability
Workflow
- Extract durable facts: preferences, project state, decisions.
- Run memory-sanitizer before persist.
- Write to semantic-memory-manager store.
- Confirm what was saved; offer forget option.
Integrations
semantic-memory-managermemory-sanitizeruser-preference-profiler
Error Handling
| Failure | Response |
|---|---|
| Storage full | Prune lowest-trust entries first. |
Gotchas
- Never persist secrets or credentials.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.
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.
- 9d ago First seen · 48 lines · 31 tokens per session scan A bfedc7fc5076
persistent-memory-bridge is a skill published in the GitHub repository Stijnman/grok-custom-skills (9 stars, last pushed 3d ago), licensed MIT. It adds 31 tokens to every session and 312 once invoked, about $0.0002 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
distill-feedback
A process for turning corrections you give an agent into lasting working rules. It reviews saved conversations and asks for approval before changing those rules.
contextpilot
Optimize document ordering in LLM context for better retrieval performance.
goal-meta-skill
A guide for turning an unclear or complex task into a reviewable /goal instruction for coding agents.
faf-expert
Expert in .faf (Foundational AI-context Format) files for persistent project context. Use when working with .faf files, project DNA, CLAUDE.md bi-sync, faf-cli commands, MCP server configuration, or AI-readiness scoring (0-100%). Updated for v2.8.0 Tool Visibility System.
knowledge-base
Retrieves and updates project-specific prompt knowledge from comparison evidence and user feedback. Use only for prompt analysis or post-comparison learning within a Rashomon evaluation.
cordis-plugin-sofagent-evolve
A sofagent add-on for recording lessons from completed work and refining future agent instructions.