Browse
8 agents.
Agent Builder
The agent that builds agents. Walks you through 7 structured discovery questions, picks a canonical pattern, scaffolds a folder that already follows thClaws design language (SSOT + studio.py + audit.py + refusal surface), LLM-customizes modality-specific parts, then meta-audits the generated agent before shipping. v0.1.0 supports the stateful-workflow pattern (email-triage / meeting-notes family). The catalog's onboarding ramp + quality gatekeeper.
Email Triage
Stateful inbox workflow: parse .eml/.mbox exports into per-thread folders, batch-classify (needs-reply / fyi / awaiting-response / escalate / archive / spam), draft replies in your voice with [TODO] placeholders for unknowns, track per-thread state across days. Cross-thread audit catches conflicting promises + forgotten commitments. NEVER sends — drafts only for human review. Hard rules auto-escalate banking / 2FA / phishing patterns.
Meeting Notes
Turns meeting audio (or a pasted transcript) into a structured artifact: summary, decisions, action items with owner + deadline, notable quotes, and full transcript. Schema-validated extraction + deterministic audit (catches actions without owners, decisions without rationale, name-spelling inconsistencies, low-confidence transcription sections). Phase-gated workflow: ingest → extract → review → export. Never sends; never uploads recordings.
Book Author
AI Editor for nonfiction books — turns idea + sources into a fact-checked, cross-referenced manuscript through outline approval, per-chapter drafting, and a deterministic 8-check Audit Engine. Implementation of docs/ai-agents/book-author-design.md (Phase 1+2). Uses any frontier LLM (Anthropic / OpenAI / Gemini) for prose; Python scripts do all deterministic state + audit work.
Image Generator
Bulk image production from a master prompt + subject list. Pick a style template (or write your own), hand it a list of subjects, and the agent loops over each one — calls the native Gemini image tool, saves PNGs into images/<batch>/, builds a contact-sheet HTML at the end. Demonstrates what an AI agent does that a chatbot can't: long-running, idempotent, batch work.
Brand Presentation
Extract brand identity (colors, fonts, logo, voice) from any website URL, then build on-brand PowerPoint decks in one shot. Caches brand profiles in KMS so subsequent decks reuse the same identity without re-fetching the site.
Research
Long-form research agent — orchestrates the /research pipeline, organises findings in KMS with citations, and handles follow-up rounds.
Hello World Demo Agent
Minimal sample agent demonstrating the thClaws.cloud package format. Use this to verify your install + catalog round-trip.