adapter-addition

adapter-addition is a skill for Claude Code, Codex from rebel0789/Memory-Recall. It costs 0 tokens per session (110 once invoked), scanned A, original, Apache-2.0.

A procedure for adding an external software adapter in a disabled, isolated state. It requires checking the adapter's source, licence, installation behaviour, permissions, and security before experimental use.

In plain words
What is it for?
Use it when evaluating or introducing an adapter whose exact source, trust boundary, and behaviour need to be verified before activation.
Why use it?
It reduces the risk of adding untrusted code or granting it more access than intended. It also requires tests, evidence, rollback information, and a safe next step.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when evaluating or introducing an adapter whose exact source, trust boundary, and behaviour need to be verified before activation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rebel0789/memory-recall/adapter-addition
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 rebel0789/Memory-Recall --skill adapter-addition
Clone the repo
git clone --depth 1 https://github.com/rebel0789/Memory-Recall

Made for: Claude Code, 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 adapter-addition

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rebel0789/memory-recall/adapter-addition"><img src="https://agentmods.dev/badge/skills/rebel0789/memory-recall/adapter-addition.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 110 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.00000 $0.00110
Opus 5 $0.00000 $0.00055
Sonnet 5 $0.00000 $0.00022
Haiku 4.5 $0.00000 $0.00011

Measured 4d ago against content hash 162258afb0c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

adapter-addition 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 4d 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.

skills/adapter-addition/SKILL.md · 18 lines

What it actually says

Adapter Addition

Purpose

Add a disabled pinned adapter through license and security gates.

Procedure

  1. Choose a domain contract and use case.
  2. Pin exact repository commit and checksum.
  3. Verify license, install scripts, permissions, and trust boundary.
  4. Keep disabled and isolated.
  5. Add conformance and adversarial tests before experimental status.

Completion

Return evidence, files changed when applicable, exact checks, risks, limitations, rollback, and safest next step. The skill never grants a tool or broadens policy.

Files

What ships with it

1 file 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. 4d ago First seen · 18 lines · 0 tokens per session scan A 162258afb0c2

Subscribe to this mod's changes

adapter-addition is a skill published in the GitHub repository rebel0789/Memory-Recall (8 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 110 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-09-04.

Related

Other skills, from other repositories

claude-api

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

Prismer-AI/PrismerCloud · 193 tokens

claim-agent-ownership

Orchestrator skill for resolving multi-daemon binding contention. Use when you (the orchestrator) detect an agent.binding.contested sync event indicating two daemons are racing for the same agent — explicitly rebind ownership to a chosen target daemon so subsequent dispatches route deterministically. Implements Gap…

Prismer-AI/PrismerCloud · 101 tokens

image-generate

Generate an image from a text prompt via the cloud LLM image proxy, persist it as a content-addressed workspace asset, and return a ContentBlock that downstream renderers can attach. Use whenever the user asks "draw / generate / make an image of …", an agent needs a diagram / illustration as a follow-up artifact, or a…

Prismer-AI/PrismerCloud · 103 tokens

human-approval

Request human approval before performing a SAFETY-CRITICAL, IRREVERSIBLE, or SCOPE-EXPANDING action — submit a structured context (action, scope, risk, consequence) plus options, then STOP the current turn. The platform redispatches the agent after the human decides. NEVER use for routine deliverables (writing docs /…

Prismer-AI/PrismerCloud · 168 tokens

plugin-dev

A development guide for Prismer Evolution plugins, covering local iteration, debugging, logs, tests, and publishing. It explains how to reload changed hooks and skills without repeatedly installing the plugin.

Prismer-AI/PrismerCloud · 31 tokens

liteparse

Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…

Prismer-AI/PrismerCloud · 90 tokens