Skip to main content
Templates are ready-to-use agent configs. Copy one into your ClawHQ deployment and your agent is configured with the right model, tools, triggers, and instructions for that use case.

Available templates

Research Assistant

On-demand research briefings with sources. Give it a topic, get a structured brief.

Lead Qualification Bot

Researches B2B prospects before your first call. Scores fit, timing, and reachability.

Code Review Agent

Reviews code for bugs, security issues, and style. Works via Discord or GitHub PR.

Content Scheduler

Drafts and schedules social posts and newsletter content. Runs weekly or on demand.

Support Triage

Classifies support tickets by priority and drafts responses. Built-in HITL for P1/P2.

Daily Digest

Morning briefing with industry news, priorities, and quick wins. Delivered to Discord DM.

Install a template

cp templates/research-assistant.yaml ~/.clawhq/agents/
docker compose restart paperclip
Or from the dashboard: Team → Add Agent → Browse Templates.
Looking for more? The Agent Packs guide lists six free multi-agent packs — including Workflow Docs (auto-SOP generation), LLM Wiki (persistent knowledge base), Content Engine, Weekly Briefing, Data Analyst, and Innovation Scout — as well as paid packs and bundles for sales, finance, engineering, and more.

Submit a template

Community templates are welcome. Add your YAML to the /templates directory and open a pull request. Guidelines:
  • One agent per file
  • Include clear instructions — the agent should work out of the box
  • Document required env vars in comments at the bottom of the file
  • Keep the model appropriate for the task cost (use Haiku for cheap/frequent tasks)