learn-approve

A command for approving a staged learning change by its ID. A staged change is a proposed update waiting for review, such as a new skill or saved memory.

In plain words
What is it for?
Use it to find a pending skill or memory proposal, apply it when approved, and remove the proposal after successful application.
Why use it?
It gives you a controlled way to apply proposed learning instead of accepting it automatically. Skill files define reusable agent instructions, while memory claims store facts for later use.

Command

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 commands/fmflurry/settings-opencode/learn-approve
Clone the repo
git clone --depth 1 https://github.com/fmflurry/settings-opencode
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 334 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.00007 $0.00334
Opus 5 $0.00003 $0.00167
Sonnet 5 $0.00001 $0.00067
Haiku 4.5 $0.00001 $0.00033

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

Security

Grade A, and why

learn-approve 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 2d 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.

commands/learn-approve.md · 36 lines

What it actually says

Learn Approve

Approve and apply a staged learning change: $ARGUMENTS

Your Task

The argument is a pending file ID (filename without extension). For example: 1712345678-mistral-pattern.

  1. Search both ~/.config/opencode/pending/skills/ and ~/.config/opencode/pending/memory/ for the file matching the ID
  2. Read the JSON file
  3. Based on the type field:

If type === "skill"

  • Action "create": Create the skill at the appropriate path under ~/.config/opencode/skills/ using skill_manage or file write
  • Action "patch": Apply the content diff to the existing skill file
  • On success: delete the pending file
  • Report: "✅ Approved and applied skill: "

If type === "memory"

  • Extract each claim from the claims array
  • For each claim, call codememory_assert_claim with the subject/predicate/object/confidence
  • On success: delete the pending file
  • Report: "✅ Approved and applied memory claim(s): "

If the pending file is not found, report: "❌ No pending change found with ID: "

Important

  • Do NOT use codememory_assert_claim for skill proposals — only for memory claims
  • Delete the pending file ONLY after successful application
  • If application fails, report the error and leave the file for retry
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. 2d ago First seen · 36 lines · 7 tokens per session scan A 852328ee88f1

Subscribe to this mod's changes

learn-approve is a command published in the GitHub repository fmflurry/settings-opencode (172 stars, last pushed 20d ago), licensed MIT. It adds 7 tokens to every session and 334 once invoked, about $0.0000 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.