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 skills/usewire/wire-memory/wire-configurenpx skills add usewire/wire-memory --skill wire-configuregit clone --depth 1 https://github.com/usewire/wire-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.00015 | $0.00272 |
| Opus 5 | $0.00008 | $0.00136 |
| Sonnet 5 | $0.00003 | $0.00054 |
| Haiku 4.5 | $0.00002 | $0.00027 |
Grade A, and why
wire-configure 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.
What it actually says
Configure Wire Memory
Read ~/.wire-memory/config.json. If it doesn't exist, tell the user to run /wire-connect first and stop.
Display the current transcript capture settings:
- Enabled: true/false
- Hooks: which events trigger capture (PreCompact, Stop, or both)
- Min turns: minimum session length before capturing
Ask the user what they'd like to change:
- Enable/disable transcript capture - automatically uploads session transcripts to the Wire container. Secrets are redacted, tool results are stripped.
- When to capture - before compaction + end of session (recommended), before compaction only, or end of session only
- Minimum session length in turns (default: 4)
Note: Transcript capture is only available on Claude Code. Cursor does not provide transcript file access to hooks.
Update ~/.wire-memory/config.json with the new settings. The transcripts key should look like:
{
"transcripts": {
"enabled": true,
"hooks": ["PreCompact", "Stop"],
"minTurns": 4
}
}
Show the user what was saved. Changes take effect immediately.
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 · 37 lines · 15 tokens per session scan A 8eb079ea22f1
wire-configure is a skill published in the GitHub repository usewire/wire-memory (11 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 272 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-31.
Other skills, from other repositories
omega-memory
Persistent memory for AI coding agents. Teaches agents how to use OMEGA's MCP tools for storing decisions, querying context, coordinating multi-agent workflows, and resuming tasks across sessions.
omega-memory
Persistent memory for AI coding agents. Semantic search, auto-capture, checkpoint/resume across sessions.
baton
项目接力协作系统 Baton。用于 Codex、Cursor、Claude Code 跨会话与跨电脑维护同一项目的进度、记忆和 Git。用户说「上班啦」「下班啦」「继续工作」「保存设计规范」「完成」「更新项目文档」「Baton init」「修复 Baton」「看看项目状态」「一键验收」「释放工作区」「记录需求变更」「这个坑记下来」「这个决策记下来」,回复任务编号,或提出 Git 自然语言请求时必须使用。英文触发词语义等价。Slogan: Pass your project, not your context.
memseek-feedback
Record success, failure, or a correction against the Memseek context used for the latest request.
memseek-status
Diagnose the Memseek Claude Code connection, project identity, MCP tool package, and queued writes.
baton-doctor
Baton 项目健康诊断与能力自检(版本/漂移/骨架/发布面/凭据清单)。只读,不修改任何文件。触发:用户要求体检、诊断、看 Baton 状态、为什么口令没反应时使用。.