weekly-meta-audit

weekly-meta-audit is a skill for Claude Code, Codex from suryast/free-ai-agent-skills. It costs 0 tokens per session (1,648 once invoked), scanned A, original, MIT.

A recurring review of an agent setup's operations, scheduled jobs, memory files, and process failures. It is intended to run weekly or after a period with notable problems.

In plain words
What is it for?
Use it to inspect recent daily logs, feedback rules, long-term memory, and cron runs, then produce concrete recommendations for improving the agent's operation.
Why use it?
It helps reveal silent automation failures, missing records, incorrect assumptions, and manual work that could be improved.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions subagents; mentions AGENTS.md; built for openclaw.

Good fit Use it to inspect recent daily logs, feedback rules, long-term memory, and cron runs, then produce concrete recommendations for improving the agent's operation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/suryast/free-ai-agent-skills/weekly-meta-audit
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.

Any agent
npx skills add suryast/free-ai-agent-skills --skill weekly-meta-audit
Clone the repo
git clone --depth 1 https://github.com/suryast/free-ai-agent-skills

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-meta-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/suryast/free-ai-agent-skills/weekly-meta-audit/github.svg)](https://agentmods.dev/skills/suryast/free-ai-agent-skills/weekly-meta-audit)
Your own site
<a href="https://agentmods.dev/skills/suryast/free-ai-agent-skills/weekly-meta-audit"><img src="https://agentmods.dev/badge/skills/suryast/free-ai-agent-skills/weekly-meta-audit/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.

agentmods 80×15 button for weekly-meta-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/suryast/free-ai-agent-skills/weekly-meta-audit"><img src="https://agentmods.dev/badge/skills/suryast/free-ai-agent-skills/weekly-meta-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,648 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.01648
Opus 5 $0.00000 $0.00824
Sonnet 5 $0.00000 $0.00330
Haiku 4.5 $0.00000 $0.00165

Measured 12d ago against content hash 81afa102c32c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

weekly-meta-audit 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 12d 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.

weekly-meta-audit/SKILL.md · 196 lines

How it starts

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

STARTER_CHARACTER = 🔍

Weekly Meta-Audit

A structured weekly self-audit that examines your agent's operational health, identifies gaps, and generates concrete improvement actions. Inspired by Outcome Engineering principles — measure outcomes, not outputs.

Purpose

Most AI agent setups accumulate invisible debt: silent cron failures, wrong assumptions in memory, manual work that should be automated, cross-project synergies nobody pursues. This skill surfaces all of it systematically.

When to Run

  • Scheduled: Sunday evening / Monday morning (end-of-week retrospective)
  • On demand: After a week with notable failures or when things feel "off"
  • Recommended cadence: Weekly (diminishing returns if more frequent)

Prerequisites

The audit reads from your existing workspace structure. It works best with:

  • Memory files: Daily logs (memory/YYYY-MM-DD.md) from the past 7 days
  • Feedback file: Shared operational rules (memory/feedback/feedback.md or similar)
  • Long-term memory: MEMORY.md with project state and decisions
  • Cron system: OpenClaw crons (or any cron manager with list and runs commands)

If any of these don't exist, the audit adapts — it just has less data to work with.

Audit Process

Phase 1: Gather Context

Read these files (skip any that don't exist):

  1. Operating principlesAGENTS.md or equivalent
  2. Current stateMEMORY.md
  3. Shared rulesmemory/feedback/feedback.md
  4. Last 7 daily logsls memory/2*.md | tail -7, read each
  5. Cron list — Run openclaw cron list (or equivalent)
  6. Recent cron runs — Run openclaw cron runs --limit 50

Phase 2: Analyze (All 11 Sections Mandatory)

Work through each section. Be specific, not generic — name cron IDs, script paths, project names, dates, and incidents. Every finding must have a concrete next action.


1. MISSING TOOLS/AUTOMATIONS

What broke or required manual intervention this week that should be automated?

Read the full file on GitHub · 196 lines

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. 12d ago First seen · 196 lines · 0 tokens per session scan A 81afa102c32c

Subscribe to this mod's changes

weekly-meta-audit is a skill published in the GitHub repository suryast/free-ai-agent-skills (2 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,648 tokens. 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

9router-web-fetch

Fetch URL → markdown / text / HTML via 9Router /v1/web/fetch using Ollama Cloud / Firecrawl / Jina Reader / Tavily Extract / Exa Contents. Use when the user wants to scrape a webpage, extract URL content, read article, or convert a URL to markdown.

decolua/9router · 67 tokens

9router-web-search

Web and X search via 9Router /v1/search using Tavily / Exa / Brave / Serper / SearXNG / Google PSE / Linkup / SearchAPI / You.com / Perplexity / Xquik. Use when the user wants to search the web, find articles, or search public X posts.

decolua/9router · 74 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens

9router-stt

Speech-to-text via 9Router /v1/audio/transcriptions using OpenAI Whisper / Groq / Gemini / Deepgram / AssemblyAI / NVIDIA / HuggingFace models. Use when the user wants to transcribe audio, convert speech to text, or get subtitles from audio files.

decolua/9router · 63 tokens

9router

Entry point for 9Router — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, embeddings, web search, web fetch. Use when the user mentions 9Router, NINEROUTERURL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability…

decolua/9router · 84 tokens

example

Example fixture skill for scanner regression coverage.

ndycode/codex-multi-auth · 10 tokens