forgetful-files

forgetful-files is a skill for Claude Code from ScottRBK/forgetful. It costs 63 tokens per session (592 once invoked), scanned A, original, MIT.

A knowledge-base tool for storing files such as screenshots, PDFs, diagrams, fonts, and other binary assets. It saves each file with a description so people or agents can find it later.

In plain words
What is it for?
Use it to archive bug screenshots, architecture diagrams, specification PDFs, design fonts, and other assets that may be needed by a stored procedure or future task.
Why use it?
It keeps important visual or binary information alongside written knowledge instead of leaving it scattered across folders or conversations. Good descriptions make stored files easier to retrieve.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to archive bug screenshots, architecture diagrams, specification PDFs, design fonts, and other assets that may be needed by a stored procedure or future task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/scottrbk/forgetful/forgetful-files
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 ScottRBK/forgetful --skill forgetful-files
Clone the repo
git clone --depth 1 https://github.com/ScottRBK/forgetful

Made for: Claude Code.

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 forgetful-files

README.md
[![agentmods](https://agentmods.dev/badge/skills/scottrbk/forgetful/forgetful-files.svg)](https://agentmods.dev/skills/scottrbk/forgetful/forgetful-files)
Your own site
<a href="https://agentmods.dev/skills/scottrbk/forgetful/forgetful-files"><img src="https://agentmods.dev/badge/skills/scottrbk/forgetful/forgetful-files.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 592 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.00063 $0.00592
Opus 5 $0.00032 $0.00296
Sonnet 5 $0.00013 $0.00118
Haiku 4.5 $0.00006 $0.00059

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

Security

Grade A, and why

forgetful-files 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.

skills/forgetful-files/SKILL.md · 60 lines

What it actually says

Filing binary content

Files carry what text cannot: the screenshot that shows the bug, the architecture diagram, the PDF spec, the font a design system needs. Mechanics are thin; the judgment is in the description and the attachment.

File operations are feature-flagged — when discovery doesn't list them, the server has FILES_ENABLED off.

Invoking operations

Operations are named by registry name (create_file, list_files, ...). Invoke via whichever surface this agent has:

  • MCP: execute_forgetful_tool(tool_name="create_file", arguments={...})
  • CLI: forgetful call create_file --args '{"filename": "..."}' --json

Get any operation's schema at runtime: how_to_use_forgetful_tool (MCP) or forgetful tools info <operation> (CLI) — schemas are deliberately not repeated here.

Step 1 — Store with a retrieval-grade description

create_file takes the content base64-encoded, with filename, mime_type, tags, and a description. The description is what future retrieval sees — write what the file shows and when someone would reach for it ("Auth service architecture diagram — component boundaries and token flow, current as of the v2 redesign"), never just restating the filename.

Done when: the file is stored and its description answers "what is this and when is it used" on its own.

Step 2 — Attach it

A file no path leads to is lost the moment this session ends. Two attachment routes exist:

  • project_id (at create, or later via update_file) puts the file in a project's world.
  • link_skill_to_file bundles it to a stored procedure as its asset (see forgetful-procedures).

For knowledge that discusses the file, save a memory (forgetful-remember) that cites the file ID in its content, so recall surfaces the pointer.

Done when: at least one route reaches the file — its project, a linked procedure, or a citing memory.

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. 8d ago First seen · 60 lines · 63 tokens per session scan A ce52d7d9ce4b

Subscribe to this mod's changes

forgetful-files is a skill published in the GitHub repository ScottRBK/forgetful (298 stars, last pushed 6d ago), licensed MIT. It adds 63 tokens to every session and 592 once invoked, about $0.0003 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