thClaws.cloud

AI Agents you can copy, run, and own.

An AI Agent in thClaws is a working folder. Browse curated agents, install them into your workspace with one command, run them locally.

Want the hosted cloud (managed runners, no setup)? It's in closed beta — request access.

Featured

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.

Freedeveloperproductivity
v0.2.0 · by thClaws

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.

Freeproductivityemail
v0.2.1 · by thClaws

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.

Freeproductivitymeetings
v0.1.2 · by thClaws

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.

Freetextcreative
v0.8.25 · by thClaws

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.

Freeimagecreative
v0.8.1 · by thClaws

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.

Freepresentationbranding
v0.2.1 · by thClaws

How it works

  1. Find an agent in the catalog.
  2. One-time: open thclaws → Settings → thClaws.cloud, paste a CLI token you minted at /dashboard.
  3. mkdir my-folder && cd my-folder && thclaws, then paste /cloud get <slug> at the prompt.
  4. Supply your own provider keys via .env. You own the folder.