AI Agents
Build autonomous AI agents that reason, plan, and take action
Showing 25-36 of 71
Sales Agents: From Discovery to Close
The full roster of sales specialists in the agency-agents library, mapped to the stages of a modern B2B sales cycle.
The Agents Orchestrator: Multi-Agent Coordination
Meet the Agents Orchestrator, the specialized agent that coordinates the other 149 agents in the agency-agents library.
Hermes Hooks and Claude Code Hooks: Event Automation Compared
Both Hermes and Claude Code support lifecycle hooks. The events, the execution model, and the debugging experience differ — here is how to pick the right one.
The 47 Built-In Hermes Tools Claude Code Doesn't Have (and 3 It Does Better)
A toolset comparison between Hermes and Claude Code. Hermes ships 47 built-in tools for general agent work; Claude Code's narrower set is tighter for code.
Hermes for DevOps: Using the Bundled DevOps and MLOps Skills with Claude
Hermes ships devops and mlops skill categories. Tour representative skills and watch them chain through a typical incident — alert to rollback — with Claude in the loop.
Hermes Voice Mode: Push-to-Talk in 20 Languages Powered by Claude
A look at Hermes push-to-talk voice mode: 20-language support, the edge-tts output stack, Claude doing the reasoning, and where voice actually beats chat.
Home & Life Workflows: Hidden Superpowers
The Home & Life category in ClawFlows hides the best everyday workflows — meal planning, chore tracking, family handoffs, and household routines.
Parallel Workstreams: Dispatching Multiple Claude Instances from One Hermes Host
Using Hermes's delegate_task() to run several Claude instances in parallel, each with isolated context. A concrete CVE-triage example and notes on rate limits.
Red-Teaming Skills in Hermes: The Bundled Red-Teaming Skill Library Tour
Tour the red-teaming skill category that ships with Hermes Agent. What each category of skill does, responsible-use norms, and how skills chain in an engagement.
Hermes Memory Deep Dive: FTS5, Markdown Files, and Agent-Curated Recall
How Hermes Agent remembers between sessions: markdown files in ~/.hermes, FTS5 full-text search, LLM summarization, and agent-curated persistence.
Print Mode vs Tmux: Hermes Orchestrates Claude Code
Two ways Hermes talks to Claude Code: claude -p print mode and tmux-backed PTY sessions. When to use each, what they cost, where they break.
Spawning Claude Code as a Hermes Subagent
Hermes ships with a bundled skill that teaches it to delegate heavy coding work to Claude Code. Here is how the delegate_task() pattern works in practice.