weekly-review

weekly-review is a skill for Claude Code, Codex from Unchained-Labs/cortex. It costs 11 tokens per session (82 once invoked), scanned A, original, MIT.

A Sunday weekly-review routine for a household. It searches notes from the last seven days, recalls useful facts, lists open decisions, and identifies Monday’s top task.

In plain words
What is it for?
Reviewing recent notes, surfacing facts that need action, listing open questions, and choosing the most important Monday task.
Why use it?
It turns scattered notes and unresolved questions into a short plan for the coming week.

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/unchained-labs/cortex/weekly-review
Any agent
npx skills add Unchained-Labs/cortex --skill weekly-review
Clone the repo
git clone --depth 1 https://github.com/Unchained-Labs/cortex

Made for: Claude Code, Codex.

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 weekly-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/unchained-labs/cortex/weekly-review.svg)](https://agentmods.dev/skills/unchained-labs/cortex/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/unchained-labs/cortex/weekly-review"><img src="https://agentmods.dev/badge/skills/unchained-labs/cortex/weekly-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 82 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.00011 $0.00082
Opus 5 $0.00005 $0.00041
Sonnet 5 $0.00002 $0.00016
Haiku 4.5 $0.00001 $0.00008

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

Security

Grade A, and why

weekly-review 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 3d 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.

examples/skills/weekly-review/SKILL.md · 10 lines

What it actually says

  1. Call search_brain for notes touched in the last 7 days and summarize what moved.
  2. Call recall with no query and surface facts worth acting on.
  3. List open questions the owner should decide this week, one line each.
  4. End with the single most important thing to do on Monday.
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. 3d ago First seen · 10 lines · 11 tokens per session scan A 4f579d09d464

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository Unchained-Labs/cortex (0 stars, last pushed 3d ago), licensed MIT. It adds 11 tokens to every session and 82 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

vbot-cli

Configure, inspect, and operate vBot through the vbot CLI, including locating the vBot root and runtime data. Use when asked to start, stop, restart, update, or uninstall vBot, set up provider credentials (API key or OAuth), find vBot files or diagnose stored state, list/add/edit/remove agents, projects, sessions…

Vironnimo/vbot · 157 tokens

teach

Teach the user a topic, concept, or skill so they actually understand it and can do it themselves — not just hand over information. Use when the user asks to be taught, wants to learn or understand something, says they don't get a concept, asks you to explain so it sticks, or wants to be walked through how something…

Vironnimo/vbot · 133 tokens

browser-use

Drive an isolated browser through the bundled Python wrapper around agent-browser. Use when a task requires interactive navigation, accessibility snapshots, clicking, filling forms, keyboard input, scrolling, or visual page inspection that web search and web fetch cannot complete.

Vironnimo/vbot · 50 tokens

computer-use

Inspect and operate desktop application windows through the bundled Python wrapper around cua-driver. Use when the user explicitly asks the Agent to interact with a graphical application and ordinary vBot Tools cannot perform the task. Prefer browser-use for web pages and ordinary Tools for files, processes, and…

Vironnimo/vbot · 59 tokens

home-assistant

Inspect and safely change advanced Home Assistant configuration through the bundled WebSocket script, especially Lovelace dashboards, dashboard metadata, and registry-backed planning. Use when the user asks to create, redesign, back up, export, restore, or deeply edit Home Assistant dashboards or needs Home Assistant…

Vironnimo/vbot · 83 tokens

pdf

Create, restyle, inspect, and visually verify polished PDF documents. Use when the user asks to create a PDF, turn supplied content into a PDF, improve an existing PDF, review PDF layout, or deliver a professional report, brief, handout, or printable document as a .pdf file.

Vironnimo/vbot · 62 tokens