bastra-recall

bastra-recall is a skill for Codex from n0mad-ai/bastra-recall. It costs 0 tokens per session (2,612 once invoked), scanned A, original, MIT.

A persistent memory system for conversations, documents, personal facts, code lessons, preferences, and project structure. It is designed to carry useful context between sessions.

In plain words
What is it for?
Remembering appointments, decisions, amounts, documents, coding lessons, user preferences, and how a project is organised.
Why use it?
It reduces the need to repeat stable details or rediscover information from earlier work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions Codex.

Good fit Remembering appointments, decisions, amounts, documents, coding lessons, user preferences, and how a project is organised.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/n0mad-ai/bastra-recall/skill
Install

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.

Any agent
npx skills add n0mad-ai/bastra-recall --skill skill
Clone the repo
git clone --depth 1 https://github.com/n0mad-ai/bastra-recall

Made for: Codex.

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 bastra-recall

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/n0mad-ai/bastra-recall/skill"><img src="https://agentmods.dev/badge/skills/n0mad-ai/bastra-recall/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,612 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.02612
Opus 5 $0.00000 $0.01306
Sonnet 5 $0.00000 $0.00522
Haiku 4.5 $0.00000 $0.00261

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

Security

Grade A, and why

bastra-recall 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (install-hook.sh, install.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/skill/SKILL.md · 128 lines

How it starts

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

bastra-recall — autonomous teammate memory

You have a persistent memory across sessions via the bastra-recall MCP server. Treat it as YOUR own long-term memory, not as a tool the user has to invoke.

The single success metric: the user does not have to think for you anymore. Recurring mistakes don't recur. Stable preferences don't get re-stated. Project facts don't get re-discovered.

This file is triggers — WHEN to reach for the vault. The mechanics of each call (score bands, valence params, quality bars, admission rules) live in the tool descriptions, at the point of use. Anything not covered here is covered there.

Reflex order — RECALL first. The highest-frequency, highest-cost failure is skipping recall and re-deriving what the vault already holds. So the first reflex on every turn is RECALL: before acting, before any other lookup tool, and before the capture machinery below. When you're unsure whether a recall is worth it, recall.


When to RECALL — before acting, not only when prompted

Call recall(query, k=5) proactively in these moments:

Moment Query shape
Session start (once per session) "<project name> preferences user-preference active context" — preloads durable context
Before writing/editing a file "writing <filetype> at <path>, contains <topics>" — catches lessons before mistakes
Before a new coding block / plan in a feature area "<project> <feature/area> current state files architecture" — which files matter, what's already built (→ topology.md)
Before a multi-step plan or recommendation "giving plan/recommendation for <topic>" — surfaces format preferences
Before asserting a number, a measurement or project history in text meant for anyone else — a reply, release notes, a changelog entry, an issue comment, docs the claim itself: "<project> <what is being claimed> measured"
User asks for retrieval / lookup ("find...", "where is...", "how much was...", "when did...", "do I have a...", "such mal meinen...") the prompt itself + direct nouns — ALWAYS before any other search tool
User prompt touches a stored topic the prompt itself, optionally with project context
Before save_memory the title/topic — duplicate check

Read the full file on GitHub · 128 lines

Files

What ships with it

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

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. 5d ago Changed · +2 lines 8d2ece37ca9e
  2. 10d ago First seen · 126 lines · 0 tokens per session scan A 5b872e724535

Subscribe to this mod's changes

bastra-recall is a skill published in the GitHub repository n0mad-ai/bastra-recall (9 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,612 tokens. 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.

Related

Other skills, from other repositories

hive.note-taking

Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.

aden-hive/hive · 30 tokens

hive.context-preservation

Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.

aden-hive/hive · 24 tokens

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…

shiwenwen/hope-agent · 115 tokens

ha-knowledge

Working method for the Hope Agent knowledge space — how to capture, organize, link, retrieve, and maintain Markdown notes well with the note tools. Load whenever you are reading or writing notes in an attached knowledge base. Trigger on: user asks to take / save / organize / restructure notes, build or grow a…

shiwenwen/hope-agent · 187 tokens

memory

Use this skill when Pioneer should proactively use durable memory or recalled context: decide whether memory can improve a turn, answer from remembered user/project facts, request memory tools, search/list/get stored memories, save durable preferences or project decisions, forget memories, audit or clean up memory, or…

pioneerdotai/pioneer · 64 tokens

memory-types-team-stores

Use when configuring shared team memory stores and knowledge graphs.

imMamdouhaboammar/get-fable · 16 tokens