remember

remember is a skill for Claude Code from xrgarcia/slashbin-ai-team. It costs 85 tokens per session (773 once invoked), scanned A, original, MIT.

A memory lookup tool for finding earlier decisions and information across conversation records, summaries, shared files, live sessions, and scheduled runs.

In plain words
What is it for?
Use it when someone asks what was previously said, decided, sent, or explained. It only reads information and does not change stored records.
Why use it?
It helps recover context that is no longer visible in the current conversation. It reports where it searched and distinguishes missing data from a genuine lack of matches.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the slashbin-harness plugin — 3 skills shipped together

Good fit Use it when someone asks what was previously said, decided, sent, or explained. It only reads information and does not change stored records.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add xrgarcia/slashbin-ai-team
Claude Code
/plugin install slashbin-harness

Made for: Claude Code.

Or install slashbin-harness, the plugin that ships this one along with the rest of its 3 skills.

Wrote 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.

agentmods badge for remember

README.md
[![agentmods](https://agentmods.dev/badge/skills/xrgarcia/slashbin-ai-team/remember/github.svg)](https://agentmods.dev/skills/xrgarcia/slashbin-ai-team/remember)
Your own site
<a href="https://agentmods.dev/skills/xrgarcia/slashbin-ai-team/remember"><img src="https://agentmods.dev/badge/skills/xrgarcia/slashbin-ai-team/remember/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.

agentmods 80×15 button for remember

Your own site · 80×15
<a href="https://agentmods.dev/skills/xrgarcia/slashbin-ai-team/remember"><img src="https://agentmods.dev/badge/skills/xrgarcia/slashbin-ai-team/remember.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.00773
Opus 5 $0.00043 $0.00387
Sonnet 5 $0.00017 $0.00155
Haiku 4.5 $0.00009 $0.00077

Measured 11d ago against content hash 60bec5bb324f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

remember 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 11d 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.

skill-pack/skills/remember/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

remember

Answer questions about what happened before, from this bot's own memory.

Why this exists

Without it a bot can only see the last 48 hours of summaries, and on a resumed session not even that — the harness does not re-inject context mid-conversation. So the longer a conversation ran, the less the bot could remember about it. This reaches the whole record instead.

How to do it

Run the gatherer. It searches every store and reports what it found:

node "$CLAUDE_PLUGIN_ROOT/bin/recall.mjs" "<the user's question, or the key terms from it>"

If $CLAUDE_PLUGIN_ROOT is not set, the script sits in bin/recall.mjs beside this skill.

It prints a Sources searched table followed by cited material. It reads only — it never writes, moves or deletes anything.

Reading the results — this part matters

The table tells you what was actually searched. These are not the same thing:

result means
NO MATCH searched, genuinely nothing relevant
EMPTY the store exists but has nothing in it yet
MISSING / UNAVAILABLE never searched — the path or variable is absent
UNREADABLE exists, could not be read
PARTIAL matches found, but some are themselves truncated

Never present a MISSING source as "I checked and found nothing." That is the exact failure this replaces: the previous per-repo version read three paths that had been dead for months, reported that it had checked them, and answered confidently from the fraction it happened to find.

If the answer would hinge on a source that came back MISSING or UNREADABLE, say so.

Answering

  • Lead with the answer, then the evidence. Not a tour of the search.
  • Cite every claim — the summary file and date, or the buffer line. The user should be able to go and look.
  • Quote the buffer for anything verbatim. Summaries are compressions and they extrapolate: they invent specificity ("a ~50-line script", "5 test cases") and frame trailing-off threads as decisions. If the question is "what did you say" or "what did I ask", the buffer is the source of truth and the summary is not.
  • A PARTIAL buffer line is truncated. Say the message was cut off rather than reconstructing what it probably said.
  • If nothing matched, say nothing matched. Do not fill the gap from general knowledge or from the current conversation — a confident wrong recollection is worse than "I don't have that."

Read the full file on GitHub · 73 lines

Changes

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.

  1. 11d ago First seen · 73 lines · 85 tokens per session scan A 60bec5bb324f

Subscribe to this mod's changes

remember is a skill published in the GitHub repository xrgarcia/slashbin-ai-team (11 stars, last pushed 2d ago), licensed MIT. It adds 85 tokens to every session and 773 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.

Related

Other skills, from other repositories

brain-sync

Sync knowledge and learnings to the shared appie-brain repo. Every Appie commits with their own identity so contributions are traceable. Use after: complex tasks (5+ tool calls), significant discoveries, new skills, or client work. Fleet: Appie-1 (Orchestrator/MacMini), Appie-2 (CMO/DO), Appie-3 (CTO/VPS).

S3YED/appie-kit · 86 tokens

project-context-sync

Keep a living project state document updated after each commit, so any agent (or future session) can instantly understand where things stand.

S3YED/appie-kit · 0 tokens

memory-search

Search and retrieve information from the Appie brain — daily logs, project notes, decisions, topics, and long-term memory files stored in /.hermes/memory/. Use this skill whenever you need to recall past conversations, decisions, project context, personal preferences, or anything discussed previously.

S3YED/appie-kit · 60 tokens

hermes-dream

Nightly memory consolidation skill for Hermes agents (Appie-3 & Appie-4). Consolidates memory each night, writes to /hermes-dreams/, and delivers to fleet. Schedule: 03:10 AM daily via Hermes cron.

S3YED/appie-kit · 56 tokens

cognitive-memory

Implementation and troubleshooting of the Cognitive Memory (Cognify) system in Hermes Agent.

S3YED/appie-kit · 21 tokens

fleet-dream

Nightly memory consolidation across the Weblyfe agent fleet (Appie-1/2/5 OpenClaw + Appie-3/4 Hermes). Use when: running the nightly dream sweep, checking fleet memory status, or manually triggering consolidation. Collects memory from all fleet nodes, runs LLM analysis (MiniMax M2.7), and writes consolidated insights.

S3YED/appie-kit · 80 tokens