Tutorials & How-Tos
Step-by-step guides to get started with AI skills
Showing 49-60 of 86
Deploying Hermes on Daytona: Ephemeral Dev Environments for Claude Agents
Using Hermes's Daytona backend to give every agent task a fresh workspace. Walkthrough, contrast with Docker, and when clean rooms are worth the slower start.
CLAUDE.md to Hermes Memory: A Translation Guide
Your Claude Code CLAUDE.md is static project context. Hermes memory is dynamic and agent-curated. Here is how to move between them without losing signal.
Cost Control on Hermes: --max-turns, --max-budget-usd, and Claude Fallback Models
The three cost levers that keep Hermes agents from burning your API budget: turn caps, hard USD limits, and a fallback model chain that downgrades on failure.
Install Agency Agents in Copilot: Full Guide
Step-by-step guide to installing agency-agents in GitHub Copilot, including workarounds for Copilot's single-instructions limitation.
Privacy-First Analytics for Dev Tools
Build analytics that respect user privacy while still giving you the data you need. No cookies, no PII, no dark patterns.
Install Agency Agents in Cursor: Step by Step
A precise walkthrough for installing and invoking agency-agents inside Cursor, including Rules file format and common pitfalls.
Migrating a Claude Code Skill to Hermes: A Worked Example
Step-by-step port of a write-changelog skill from Claude Code to Hermes. Original file, target file, line-by-line what changes and why.
Understanding Any Codebase With AI
Use large context windows to grok unfamiliar repositories in hours, not weeks. Practical patterns for AI-assisted codebase exploration.
Hermes on Modal: Serverless Claude Agents with Near-Zero Idle Cost
Using Hermes's Modal terminal backend to run Claude agents serverlessly. Cost math vs a VPS, cold-start tradeoffs, and when each model actually wins.
Running Hermes in VS Code and Zed via the ACP Adapter
Step-by-step setup for the hermes-acp entry point in VS Code, Zed, and JetBrains. Get a persistent Hermes agent panel inside your editor.
Hermes Messaging Gateway: Exposing Your Claude Agent on Telegram and Discord
Step-by-step setup for Hermes's Telegram and Discord gateways, with safe defaults (allowed_users), a YAML config template, and notes on the other six backends.
Running Hermes on Claude Sonnet 4.6: Provider Setup and OAuth Sharing with Claude Code
Configure Hermes to use Claude Sonnet 4.6 with provider aliases, credential sharing from Claude Code, and sensible fallback models.