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.
npx skills add tsnAnh/flutter-agentic-starter --skill manage-okf-memorygit clone --depth 1 https://github.com/tsnAnh/flutter-agentic-starterWrote 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.
[](https://agentmods.dev/skills/tsnanh/flutter-agentic-starter/manage-okf-memory)<a href="https://agentmods.dev/skills/tsnanh/flutter-agentic-starter/manage-okf-memory"><img src="https://agentmods.dev/badge/skills/tsnanh/flutter-agentic-starter/manage-okf-memory/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.
<a href="https://agentmods.dev/skills/tsnanh/flutter-agentic-starter/manage-okf-memory"><img src="https://agentmods.dev/badge/skills/tsnanh/flutter-agentic-starter/manage-okf-memory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00442 |
| Opus 5 | $0.00034 | $0.00221 |
| Sonnet 5 | $0.00014 | $0.00088 |
| Haiku 4.5 | $0.00007 | $0.00044 |
Grade A, and why
manage-okf-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 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.
What it actually says
Manage OKF Memory
Use okf-memory/ as the source of truth. Keep it OKF v0.1 compatible: markdown files, YAML frontmatter on concept files, index.md and log.md reserved.
Start Of Work
- Run
date +%F. - Read
okf-memory/index.md, relevantokf-memory/base/*.md, and today'sokf-memory/daily/YYYY-MM-DD.mdif it exists. - Create today's daily file if no daily file exists.
- If the latest
okf-memory/daily/*.mdfile is not today, roll over before other edits.
Rollover
For each prior daily file with merged: false:
- Move durable entries into the matching base file:
coding-patterns,human-style,project-requirements,decision-changes,major-changes,roadmap. - Deduplicate against existing base facts. Do not preserve transient debugging notes.
- Set the daily file to
merged: true. - Update changed base files with
timestampandmerged_through. - Append a dated entry to
okf-memory/log.md. - Create today's daily file with the same sections and
merged: falseif it does not exist.
End Of Work
Update today's daily file only when there are new durable facts:
- Coding patterns agents should repeat.
- Human communication or report style preferences.
- Stable project requirements or verification rules.
- Accepted, rejected, or superseded decisions.
- Major repository changes.
- Roadmap changes.
Skip repeated facts, speculative ideas, temporary build logs, local paths with private values, secrets, tokens, credentials, and environment values. Put unresolved questions last.
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.
- 8d ago First seen · 41 lines · 69 tokens per session scan A d2f04a862f4b
manage-okf-memory is a skill published in the GitHub repository tsnAnh/flutter-agentic-starter (7 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 442 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-31.
Other skills, from other repositories
codify-lesson
Detect recurring P2/P3 audit patterns across recent rounds and promote them into lesson cards. Use after round boundaries or when repeated findings appear.
cross-session-handoff
Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞.
memory-recall
Persistent cross-session memory system with fact extraction, semantic search, and compiled memory layers. Your agent remembers everything across sessions — user preferences, project context, past decisions, personal details. Use when: (1) User references something from a previous conversation, (2) Agent needs project…
repo-hygiene
Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.
task-agent-eliza-bridge
Use when spawning a Claude Code, Codex, Gemini, Aider, or other CLI task agent whose work needs parent Eliza runtime context. Covers the read-only loopback bridge for character, room, memory, and active workspace state.