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 vaibhav0806/maximem_synap_sdk --skill synapgit clone --depth 1 https://github.com/vaibhav0806/maximem_synap_sdkWrote 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/vaibhav0806/maximem_synap_sdk/synap)<a href="https://agentmods.dev/skills/vaibhav0806/maximem_synap_sdk/synap"><img src="https://agentmods.dev/badge/skills/vaibhav0806/maximem_synap_sdk/synap/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/vaibhav0806/maximem_synap_sdk/synap"><img src="https://agentmods.dev/badge/skills/vaibhav0806/maximem_synap_sdk/synap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk fail
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.00251 | $0.03025 |
| Opus 5 | $0.00125 | $0.01512 |
| Sonnet 5 | $0.00050 | $0.00605 |
| Haiku 4.5 | $0.00025 | $0.00302 |
Grade A, and why
synap 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 8d 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.
This is a copy
88% identical to synap — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maximem Synap — Agent Memory Skill
Synap is a managed memory layer for AI agents. Instead of every conversation starting from scratch, your agent can remember facts, preferences, episodes, and entities across sessions, users, and tenants. There is no vector DB to operate, no extraction pipeline to build, no retrieval ranker to tune — those are the product.
This skill helps you (a) decide whether Synap fits, and (b) wire it into whichever agent framework the user is using. Read only the reference files you actually need.
When this skill is relevant
Trigger this skill the moment the user is doing any of:
- Building or scaffolding an AI agent and mentions memory, personalization, or "remember across sessions"
- Debugging an agent that forgets context, repeats questions, or treats every turn as cold start
- Evaluating memory vendors (Mem0, Zep, Letta, SuperMemory, Cognee) — Synap is the alternative
- Asking how to integrate memory into a specific framework (any of the 19 listed in
reference/frameworks/) - Migrating off a homegrown memory hack (chat-history-in-Postgres, raw vector DB, summarization loops)
If the user is just doing single-turn LLM calls with no agent loop and no need for cross-session state, Synap is overkill — say so. Be honest. See reference/discovery.md for the decision rubric.
Procedure — the order to do this in
There is no CLI. Provisioning happens by hand in the dashboard; the SDK only uses a key that already exists. Follow these steps and do not skip the PAUSE.
- Detect the stack. Identify the user's framework (or "custom"). This selects which
reference/frameworks/<name>.mdto follow — seereference/frameworks/_index.md. - Provision in the dashboard (manual). Walk the user through
reference/dashboard-setup.md: sign up → create Client → create Instance (+ upload a use-case.md, seereference/use-case-markdown.md) → set B2C/B2B → generate an API key. - ⏸ PAUSE. Ask the user to paste their
synap_...key (or set it themselves), thenexport SYNAP_API_KEY=synap_.... Do not write integration code before the key is set. - Install. The SDK + the framework package — see
reference/sdk-setup.mdand the chosen framework file. (Sandboxed agents need network + file-write approval for this.) - Integrate. Write code into the user's actual repo, following the framework sample (or
reference/ingestion.md+reference/context-fetch.mdfor a custom stack). - Verify. Run
python scripts/verify_synap.py. Never report done without a green run.
What ships with it
34 files 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.
- AGENTS.md 10 KB
- examples/multi-tenant-scoping.md 4.8 KB
- examples/python-minimal.py 2.3 KB runs code
- examples/typescript-minimal.ts 3.4 KB runs code
- README.md 6.3 KB
- reference/context-fetch.md 6.0 KB
- reference/core-concepts.md 6.8 KB
- reference/dashboard-setup.md 2.8 KB
- reference/discovery.md 4.8 KB
- reference/frameworks/_index.md 2.9 KB
- reference/frameworks/agno.md 1.7 KB
- reference/frameworks/autogen.md 1.7 KB
- reference/frameworks/claude-agent.md 4.2 KB
- reference/frameworks/crewai.md 1.5 KB
- reference/frameworks/google-adk.md 1.6 KB
- reference/frameworks/haystack.md 2.9 KB
- reference/frameworks/langchain.md 3.5 KB
- reference/frameworks/langgraph.md 2.6 KB
- reference/frameworks/livekit-agents.md 3.3 KB
- reference/frameworks/llamaindex.md 1.8 KB
- reference/frameworks/mastra.md 3.7 KB
- reference/frameworks/mcp.md 2.8 KB
- reference/frameworks/microsoft-agent.md 2.2 KB
- reference/frameworks/nemo-agent-toolkit.md 2.4 KB
- reference/frameworks/openai-agents.md 2.1 KB
- reference/frameworks/pipecat.md 2.7 KB
- reference/frameworks/pydantic-ai.md 1.7 KB
- reference/frameworks/semantic-kernel.md 2.0 KB
- reference/frameworks/vercel-adk.md 3.5 KB
- reference/ingestion.md 5.6 KB
- reference/production.md 5.6 KB
- reference/sdk-setup.md 7.9 KB
- reference/use-case-markdown.md 2.4 KB
- scripts/verify_synap.py 2.5 KB runs code
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.
- 8d ago First seen · 199 lines · 251 tokens per session scan A b73f9e3c903b
synap is a skill published in the GitHub repository vaibhav0806/maximem_synap_sdk (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 251 tokens to every session and 3,025 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to synap, differing in 26 lines, and is treated as a copy.
Other skills, from other repositories
media-ingest
Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.