hoo-weekly

hoo-weekly is a skill for Claude Code from shalintripathi/organic-os. It costs 40 tokens per session (3,842 once invoked), scanned A, original, MIT.

A weekly website health check that reviews analytics and search results, then passes the week's findings to the learning review. It saves reports, records observations, and tracks changes in visits from AI services when available.

In plain words
What is it for?
Use it for scheduled weekly reporting on website traffic, search positions, search queries, AI referrals, and possible citations in AI-generated answers. It also classifies opportunities and records missing data instead of filling gaps with guesses.
Why use it?
It creates a regular record of what changed during the week and connects performance findings with later learning and follow-up checks.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the organic-os plugin — 24 skills, 24 commands, 14 agents shipped together

Good fit Use it for scheduled weekly reporting on website traffic, search positions, search queries, AI referrals, and possible citations in AI-generated answers. It also classifies opportunities and records missing data instead of filling gaps with guesses.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add shalintripathi/organic-os
Claude Code
/plugin install organic-os

Made for: Claude Code.

Or install organic-os, the plugin that ships this one along with the rest of its 24 skills, 24 commands, 14 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/shalintripathi/organic-os/hoo-weekly/github.svg)](https://agentmods.dev/skills/shalintripathi/organic-os/hoo-weekly)
Your own site
<a href="https://agentmods.dev/skills/shalintripathi/organic-os/hoo-weekly"><img src="https://agentmods.dev/badge/skills/shalintripathi/organic-os/hoo-weekly/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 hoo-weekly

Your own site · 80×15
<a href="https://agentmods.dev/skills/shalintripathi/organic-os/hoo-weekly"><img src="https://agentmods.dev/badge/skills/shalintripathi/organic-os/hoo-weekly.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,842 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.00040 $0.03842
Opus 5 $0.00020 $0.01921
Sonnet 5 $0.00008 $0.00768
Haiku 4.5 $0.00004 $0.00384

Measured 3d ago against content hash 907bfe36aa69, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hoo-weekly 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.

plugin/skills/hoo-weekly/SKILL.md · 293 lines

How it starts

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

Weekly check

Resolve the brain: use registry.get_active() when running interactively; scheduled runs receive the brain path from the routine configuration.

  1. Run core.contracts.check_schema(brain_path) first. If not compatible, relay the action string and stop before any of the steps below.

  2. Read profile. Launch analytics-reporting-chief and serp-ai-monitor agents (parallel) with the profile path.

  3. Save their reports under runs/YYYYMMDD-weekly/ (01-analytics.md, 02-serp-ai.md, REPORT.md synthesis).

  4. Append the week's headline observations as signals. Include the week-over-week ai_referrals trend read from the week's daily signal lines (the AI-surface list is maintained in hoo-daily's SKILL.md - quote it, never extend it here); days without an ai_referrals line are stated as gaps, never interpolated. A sustained rise on a single landing page (3 or more of the week's daily lines) feeds the citation tracker: name the page in REPORT.md so the next citation run checks whether a new AI citation explains the traffic. 3.5. Stage classification. Build rows from this run's GSC page/query pull (one dict per query: clicks, impressions, position, plus query and page where the pull has them) and call core.stage.classify(rows): PYTHONPATH="$CLAUDE_PLUGIN_ROOT/lib" python3 -c "..." importing core.stage. The thresholds live in that module and are never restated here (see docs/INFORMATION-MAP.md in the repo). Record the result as ONE structured signal line - the exact token stage: <early|growing|established> followed by the returned reason sentence - and repeat it as the first line of REPORT.md. No GSC pull this run means no stage: line at all, never a guessed one. GROWING or ESTABLISHED: every section below runs exactly as it runs today; this step changes nothing for a site that has clicks. EARLY: run the early-stage report below in place of the three volume-gated detectors.

  5. Invoke the organic-os:hoo-reflector skill to propose skillbook deltas from this week's signals + outcomes.

  6. Queue any proposed work items; rebuild queue; notify per approval channel with one call: PYTHONPATH="$CLAUDE_PLUGIN_ROOT/lib" python3 -c "..." importing core.approval and calling notify_pending(<brain>, send), where send delivers over the configured channel (same channel selection as skills/onsite-propose step 4). An item is marked notified ONLY after its send returns without raising, so a failed send is retried on the next run rather than lost. Do not call is_notified or mark_notified by hand. Commit + push if git.

Any content brief this run emits for comparison-intent queries (vs, alternative, best X for) sets brief_type="comparison" on create_item; absence means explainer (see docs/site-repo-contract.md).

Run cost: wrapper-invoked runs land one row in ~/.config/organic-os/cost-ledger-YYYYMM.tsv (written by the runtime wrapper, never by this skill); the Monday report is what surfaces it.

Read the full file on GitHub · 293 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. 3d ago Changed · +28 lines 907bfe36aa69
  2. 11d ago First seen · 265 lines · 40 tokens per session scan A 492821256166

Subscribe to this mod's changes

hoo-weekly is a skill published in the GitHub repository shalintripathi/organic-os (5 stars, last pushed 3d ago), licensed MIT. It adds 40 tokens to every session and 3,842 once invoked, about $0.0002 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

seo-vertical-detect

Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.

Hainrixz/claude-seo-ai · 71 tokens

seo-fix-apply

Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…

Hainrixz/claude-seo-ai · 91 tokens

audit

Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report persisted on disk. Read-only; never writes to the project. Use when the user asks to audit, analyze, check, or score a site's SEO, structured…

Hainrixz/claude-seo-ai · 127 tokens

ai-visibility

Fast-path AI visibility — get a brand's 0–100 Akii Visibility Score (computed by an open-source LLM judge against the brand's public footprint) with four-dimension breakdown AND a per-engine proxy map for ChatGPT, Claude, Gemini, Perplexity, Copilot, and Google AI Overviews based on FirstPageSage signal weights.…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 290 tokens

seo-audit

Single audit entry point — surface-level scorecard or deep infrastructure dive depending on the requested mode. Default full mode produces a multi-layer scorecard across all 9 areas (crawlability, indexation, meta tags, headings, images, Core Web Vitals, JS rendering, mobile + security, structured data, internal…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 321 tokens

optimize-page

Comprehensive single-page optimization across all three layers — traditional SEO (title / meta / H1 / internal links), AEO (chunk quality, direct-answer leads, FAQ extraction), and GEO rewrites using the tactics published by the Princeton/IIT Delhi GEO study (citation integration, expert quotes, statistics enrichment…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 199 tokens