hoo-export

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

A read-only tool that turns the data in an Organic OS “brain” repository into CSV files for spreadsheets and reporting tools.

In plain words
What is it for?
Use it to export records into Google Sheets or Looker Studio, while seeing which files were created and whether any malformed lines were skipped.
Why use it?
It gives you portable copies of your data without changing the source repository or requiring a paid export tier.

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 to export records into Google Sheets or Looker Studio, while seeing which files were created and whether any malformed lines were skipped.

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-export

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/shalintripathi/organic-os/hoo-export"><img src="https://agentmods.dev/badge/skills/shalintripathi/organic-os/hoo-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 468 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.00047 $0.00468
Opus 5 $0.00023 $0.00234
Sonnet 5 $0.00009 $0.00094
Haiku 4.5 $0.00005 $0.00047

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

Security

Grade A, and why

hoo-export 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 9d 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-export/SKILL.md · 36 lines

What it actually says

CSV export (your data, no tier gate)

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.
  2. Run the export via the canonical invocation: PYTHONPATH="$CLAUDE_PLUGIN_ROOT/lib" python3 -c snippet calling core.export.export_all(brain_path). It writes runs/<UTCdate>-export/ inside the brain (see docs/site-repo-contract.md) and returns the dir, the file list, and a skipped-line count.
  3. Present the result: each file with its path, plus the skipped-line count when it is non-zero ("N signal lines carried a metric token that did not parse and were skipped, never guessed at"). A source the brain does not have yet (no keyword history, no outcome records) is simply absent from the list - say so in one line, no error.
  4. One line on usage: import the CSVs into Sheets or Looker Studio directly - your data is files in your own repo, so there is no locked tier and no gate (ROADMAP, v0.4: commercial tools gate export behind top tiers; export here is a right, not an upsell).
  5. If the configured approval channel supports documents, offer to send the CSVs there (telegram: core.telegram.send_document per file; in-session: the paths from step 2 are already the delivery; a channel that cannot carry a file reports the paths instead - ADR-0009).
  6. Commit "export: YYYY-MM-DD" if the brain mode is git.

This skill never mutates signals, items, the skillbook, or the site - the CSV files under runs/ are its only writes.

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. 9d ago First seen · 36 lines · 47 tokens per session scan A 7269d9b540de

Subscribe to this mod's changes

hoo-export is a skill published in the GitHub repository shalintripathi/organic-os (5 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 468 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

pdf-report

Generate a branded, audience-structured marketing report — executive summary, campaign report, channel deep-dive, competitor report, or monthly/quarterly review — assembled via pdf-generator.py with brand colors, logo, and fonts, and previewed for adjustments before finalizing. Pulls data from campaign-tracker.py…

indranilbanerjee/digital-marketing-pro · 147 tokens

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

parse-calendar

Parse a monthly content calendar from DOCX, XLSX, Notion, or pasted text into structured calendar-data.json — the source of truth every downstream skill reads. Triggers on "/parse-calendar", "parse the calendar", "import this calendar", "here is the month", "load the content plan", "calendar to JSON", or whenever a…

indranilbanerjee/socialforge · 98 tokens

data-analysis-skills

A data-analysis workflow for turning CSV, Excel, JSON, or TSV files into an industry-aware report with findings, conclusions, and visualizations.

cabbage2000-lab/data-analysis-skills · 121 tokens