answer-memory

answer-memory is a skill for Claude Code, Codex from neonwatty/job-apply-plugin. It costs 41 tokens per session (2,489 once invoked), scanned A, original, MIT.

A local storage routine for Job Apply that manages your applicant profile, reusable answers, application history, and resumable sessions.

In plain words
What is it for?
Use it to initialize or migrate applicant data, load saved answers, record applications, and continue an interrupted Job Apply workflow.
Why use it?
It gives job-application tools a consistent place to read and update personal information while keeping that storage separate from job-site browsing and submission.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the job-apply plugin — 4 skills shipped together

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.

agentmods
npx agentmods add skills/neonwatty/job-apply-plugin/answer-memory
Any agent
npx skills add neonwatty/job-apply-plugin --skill answer-memory
Clone the repo
git clone --depth 1 https://github.com/neonwatty/job-apply-plugin

Made for: Claude Code, Codex.

Or install job-apply, the plugin that ships this one along with the rest of its 4 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 answer-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/neonwatty/job-apply-plugin/answer-memory.svg)](https://agentmods.dev/skills/neonwatty/job-apply-plugin/answer-memory)
Your own site
<a href="https://agentmods.dev/skills/neonwatty/job-apply-plugin/answer-memory"><img src="https://agentmods.dev/badge/skills/neonwatty/job-apply-plugin/answer-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.02489
Opus 5 $0.00020 $0.01244
Sonnet 5 $0.00008 $0.00498
Haiku 4.5 $0.00004 $0.00249

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

Security

Grade A, and why

answer-memory 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/answer-memory/SKILL.md · 194 lines

How it starts

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

Answer Memory

Use this skill as the storage contract for every Job Apply workflow. It manages local files through the bundled helper; it does not browse job sites or submit applications.

Non-negotiable interface

Resolve <plugin-root> once before the first helper call:

  1. In Codex, use the installed skill path shown in the skill catalog and walk up from skills/answer-memory/SKILL.md to the plugin root. If Codex exposes PLUGIN_ROOT, it may be used after confirming it contains scripts/job-apply-store.py.
  2. In Claude Code, use CLAUDE_PLUGIN_ROOT after confirming it contains the helper.
  3. Never assume the current working directory is the plugin root, and never search unrelated user directories for it.

Run the helper from that resolved root:

python3 "<plugin-root>/scripts/job-apply-store.py" <command>

Approved local QA routing

An approved replay URL has the exact loopback form http://127.0.0.1:<port>/#qa-route=<run-id>.<64-lowercase-hex-token>. Before any storage command for that workflow, resolve the complete fragment value without navigating it or printing it:

python3 "<plugin-root>/scripts/qa-replay.py" resolve --route-token "<qa-route-token>"

The resolver returns one JSON field, storeRoot. For the entire replay, add --root "<resolved-storeRoot>" immediately after job-apply-store.py on every command, including init, profile-get, answer, history, and session commands. Never omit --root, use JOB_APPLY_STORE_DIR, inspect the default store, or fall back to ~/.job-apply/ during an approved local replay. If resolution fails, stop the replay without making any storage call. Treat the route token and resolved path as private run metadata and do not repeat them in prose or logs.

For replay lifecycle evidence, use qa-replay.py started --run-id "<run-id>" before form work and qa-replay.py reviewed --run-id "<run-id>" only at visible final review. These idempotent commands use the same isolated store helper and persist only the run identifier, platform label, statuses, timestamps, and empty answer-key/pending-field lists. Never manufacture replay history or session files. reviewed requires the correlated server review event, an ordered start, a matching nonterminal run, and zero final-action activations.

Read the full file on GitHub · 194 lines

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 · 194 lines · 41 tokens per session scan A 4d29b8d91213

Subscribe to this mod's changes

answer-memory is a skill published in the GitHub repository neonwatty/job-apply-plugin (97 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 2,489 once invoked, about $0.0002 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

agent-memory-coordinator

Agent skill for memory-coordinator - invoke with $agent-memory-coordinator.

ruvnet/ruflo · 19 tokens

memory-management

Guide the agent to recall, remember, and route durable learning into Memory, Skills, Scheduled Tasks, or Tape.

ThinkInAIXYZ/deepchat · 26 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

assistant-migration

Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum…

vellum-ai/vellum-assistant · 90 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 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