01-intake

01-intake is a command for Claude Code from ViryaZheng/recomby-geo. It costs 0 tokens per session (2,050 once invoked), scanned A, original, MIT.

An intake workflow that builds a client's brand context from documents, links, notes, and research. Brand context is the shared profile later steps use to understand the business and its competitors.

In plain words
What is it for?
It helps ingest common file types and URLs, research how AI systems and communities perceive the client, compare competitors, and write a validated brand-context file with an extraction log.
Why use it?
It creates a validated source of information so later content and research work is based on the client's actual materials rather than assumptions.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Part of the recomby-geo plugin — 9 skills, 7 commands shipped together

Good fit It helps ingest common file types and URLs, research how AI systems and communities perceive the client, compare competitors, and write a validated brand-context file with an extraction log.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/viryazheng/recomby-geo/01-intake
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.

Clone the repo
git clone --depth 1 https://github.com/ViryaZheng/recomby-geo

Made for: Claude Code.

Or install recomby-geo, the plugin that ships this one along with the rest of its 9 skills, 7 commands.

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 01-intake

README.md
[![agentmods](https://agentmods.dev/badge/commands/viryazheng/recomby-geo/01-intake/github.svg)](https://agentmods.dev/commands/viryazheng/recomby-geo/01-intake)
Your own site
<a href="https://agentmods.dev/commands/viryazheng/recomby-geo/01-intake"><img src="https://agentmods.dev/badge/commands/viryazheng/recomby-geo/01-intake/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 01-intake

Your own site · 80×15
<a href="https://agentmods.dev/commands/viryazheng/recomby-geo/01-intake"><img src="https://agentmods.dev/badge/commands/viryazheng/recomby-geo/01-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,050 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.02050
Opus 5 $0.00000 $0.01025
Sonnet 5 $0.00000 $0.00410
Haiku 4.5 $0.00000 $0.00205

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

Security

Grade A, and why

01-intake 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 11d 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/recomby-geo/commands/01-intake.md · 194 lines

How it starts

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

01 · Intake — Build the Brand Context

The single source of truth for the entire pipeline. Every downstream skill reads brand_context.json. If this is wrong or thin, every later skill amplifies the error.

Core principle: AI recommends whoever best answers the question. The richer and more precise this profile, the more accurately the rest of the pipeline can identify the exact questions this business should own.


Inputs

  • clients/<slug>/inputs/ — materials provided by the client (any of: PDF, DOCX, PPTX, XLSX, image, plaintext notes, URL list).
  • The user may also provide context conversationally during this command run.

Output

  • clients/<slug>/brand_context.json — validates against schemas/brand_context.schema.json (3 layers + extended).
  • clients/<slug>/intake-log.md — append-only human-readable log of what was extracted from which source.

Procedure

Run sequentially. Do not signal readiness to 02-audit until every gate passes.

Step 1 — Ingest materials

For each file in clients/<slug>/inputs/:

Input type Approach
*.pdf Read with the Read tool (built-in PDF support up to 10 pages; for larger PDFs, pass pages ranges)
*.docx unzip -p file.docx word/document.xml | sed 's/<[^>]*>/ /g' then tr -s ' ' '\n'
*.pptx Same as docx but ppt/slides/slide*.xml
*.xlsx / *.csv python3 -c "import pandas; print(pandas.read_excel(...).to_csv())"
URL list WebFetch each URL with extraction prompt
*.png / *.jpg Read (multimodal) — extract text and structural info
Notes Read directly

Do not dump raw content into brand_context.json. Apply the extraction filter: keep only signals that map to a schema field. Discard the rest.

Step 2 — Layer 1 (Business Identity) — 5 hard-required fields

Fill these from materials. If any is missing or thin (single word, "TBD", generic-quality phrase), ASK the user a targeted question. Don't continue with placeholder values.

Read the full file on GitHub · 194 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. 11d ago First seen · 194 lines · 0 tokens per session scan A 0cbbf853516b

Subscribe to this mod's changes

01-intake is a command published in the GitHub repository ViryaZheng/recomby-geo (454 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,050 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-30.