frames

A command for processing saved deliberation tasks from headless agent runs. It opens each waiting task, supplies a proposed answer, and records the result.

In plain words
What is it for?
Use it to list open or waiting tasks, review their context, submit resolutions, and drain the queue of saved work.
Why use it?
It helps resume work that was checkpointed while another agent run was waiting for a decision.

Skill for Claude CodeCodex

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/maxbaluev/accreted-intelligence/frames
Any agent
npx skills add maxbaluev/accreted-intelligence --skill frames
Clone the repo
git clone --depth 1 https://github.com/maxbaluev/accreted-intelligence

Made for: Claude Code, Codex.

Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 227 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.00029 $0.00227
Opus 5 $0.00015 $0.00113
Sonnet 5 $0.00006 $0.00045
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

frames 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.

plugins/claude/skills/frames/SKILL.md · 19 lines

What it actually says

frames

Routing sugar over the two MCP verbs — no logic lives here.

  1. List the queue: acc frames (CLI, read-only observation).
  2. For each open/waiting frame: read its typed hole + retrieved context, deliberate, then submit via acc_act(runtime="continue", input={"frame_id": ..., "submit_token": ..., "proposal_text": ...}).
  3. End proposal_text with PREDICT: <0.00-1.00> <why>; acc strips that line before the owner sees it and uses it to calibrate the Work Model against later outcomes.
  4. An identical duplicate submit replays the cached result — resubmitting is safe.
  5. Surface each resolution's commitment id and cited [ids]; drain the queue fully before taking new work — checkpointed frames are work headless runs saved for you.
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 · 19 lines · 29 tokens per session scan A 12414a333e7f

Subscribe to this mod's changes

frames is a skill published in the GitHub repository maxbaluev/accreted-intelligence (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 227 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

memory-config

Diagnose and configure MemSearch memory behavior. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions.

zilliztech/memsearch · 52 tokens

memory-to-skill

Turn workflows from your MemSearch memory into reusable skills. Use when the user asks to make/create/extract/distill a skill from what they just did or from past work, review skill candidates, install a distilled skill, or 'turn this into a skill'. Manages MemSearch procedural-memory candidates under…

zilliztech/memsearch · 82 tokens

install-openviking-memory

Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…

volcengine/OpenViking · 191 tokens

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this…

zilliztech/memsearch · 149 tokens

docmancer

Work from the same local memory as every other coding agent on this machine. Recall prior decisions, preferences, instructions, and project conventions that Claude Code, Codex, Cursor, and other agents wrote here, with cited sources, fully local. Also searches a separate local technical-documentation index.

docmancer/docmancer · 62 tokens

argon-memory

Use an Argon Memory MCP server for durable project context, evidence-grounded retrieval, artifacts, work closeout, and conflict-aware memory.

Tangtaizong-BUAA/ArgonMemory · 31 tokens