AI Agent Guides

In-depth, long-form guides to building and using AI agents — complete documentation walkthroughs, framework deep dives, and comprehensive syntheses researched from official docs and proven community sources. 56 guides available.

Hermes Agent Discord Bot: Setup, Permissions & Threads Guide

Hermes Agent Discord Bot: Setup, Permissions & Threads Guide

Learn how to connect Hermes Agent to Discord with fail-closed access policies, bot intents, thread and forum support, and end-to-end verification. Covers self-hosted and FlyHermes managed paths.

hermes-agentintermediate15 min read
Hermes Agent Telegram: Setup, Gateway, and Bot Workflow Guide

Hermes Agent Telegram: Setup, Gateway, and Bot Workflow Guide

Learn how to connect Hermes Agent to Telegram using BotFather, configure the gateway for private messages, groups, and forum topics, and decide between self-hosting and FlyHermes managed cloud.

hermes-agentintermediate12 min read
Hermes Agent Built-in Plugins: The Bundled Plugin Set

Hermes Agent Built-in Plugins: The Bundled Plugin Set

Hermes includes a minimal collection of plugins that are distributed directly with the repository. These are located in the /plugins// directory and are loaded automatically, alongside any user-installed plugins found in ~/.hermes/plugins/. These bundled plugins utilize the same

hermes-agentintermediate13 min read
Hermes Agent Plugins: Custom Tools, Hooks and Integrations

Hermes Agent Plugins: Custom Tools, Hooks and Integrations

Hermes includes a plugin system that enables you to add custom tools, hooks, and integrations without needing to modify the core codebase.

hermes-agentintermediate13 min read
Agent Skills: The Open Format for Extending AI Agents

Agent Skills: The Open Format for Extending AI Agents

Learn how to create portable, version-controlled Agent Skills that give AI agents domain expertise and repeatable workflows. Covers folder structure, progressive disclosure, and when to use this open format.

agent-skillsbeginner3 min read
Agent Skills Specification: Portable SKILL.md Format for AI Agents

Agent Skills Specification: Portable SKILL.md Format for AI Agents

Learn the portable SKILL.md format for AI agent skills: directory structure, frontmatter fields, naming rules, progressive loading, and validation with skills-ref.

agent-skillsintermediate7 min read
Hermes Agent Skills System: On-Demand Knowledge, Progressive Disclosure, and the Skills Hub

Hermes Agent Skills System: On-Demand Knowledge, Progressive Disclosure, and the Skills Hub

Learn how to use, create, and manage on-demand knowledge documents for the Hermes Agent. Covers slash commands, skill bundles, the Skills Hub, agent-managed skills, and progressive disclosure.

hermes-agentintermediate28 min read
Adding Agent Skills Support to Your AI Agent: A Practical Guide

Adding Agent Skills Support to Your AI Agent: A Practical Guide

Learn how to integrate Agent Skills support into your AI agent or development tool. This guide covers the full lifecycle: discovering skills from the filesystem, parsing SKILL.md files, disclosing a compact catalog to the model, activating skills on demand, and managing skill context over time.

agent-skillsintermediate14 min read
Which AI tools support Agent Skills: a client showcase

Which AI tools support Agent Skills: a client showcase

A curated showcase of 44 AI coding agents and platforms that support the portable Agent Skills (SKILL.md) format, with direct links to each product and its skills documentation.

agent-skillsbeginner9 min read
Using scripts inside Agent Skills: one-off commands, bundled scripts, and agentic design

Using scripts inside Agent Skills: one-off commands, bundled scripts, and agentic design

Learn how to run shell commands and bundle executable scripts in your Agent Skills. Covers one-off commands with package runners, self-contained scripts with inline dependencies, and design patterns for agentic use.

agent-skillsintermediate10 min read
Evaluating Agent Skill Output Quality with Eval-Driven Iteration

Evaluating Agent Skill Output Quality with Eval-Driven Iteration

Learn how to evaluate your Agent Skill's output quality using structured evals. This guide covers designing test cases, running with-skill and without-skill baselines, writing assertions, grading outputs, and iterating on your skill based on results.

agent-skillsintermediate13 min read
Optimizing Agent Skill Descriptions for Reliable Triggering

Optimizing Agent Skill Descriptions for Reliable Triggering

Learn how to write, test, and iteratively improve your Agent Skill's description so it activates on the right prompts and stays quiet on the wrong ones, using eval queries and a train/validation split.

agent-skillsintermediate10 min read
Best practices for writing Agent Skills: scope, context, and control

Best practices for writing Agent Skills: scope, context, and control

Learn how to write Agent Skills that are well-scoped, grounded in real expertise, and efficient with context. Covers calibration, patterns like gotchas and validation loops, and progressive disclosure.

agent-skillsintermediate12 min read
Build Your First Agent Skill: A Quickstart Guide for VS Code and GitHub Copilot

Build Your First Agent Skill: A Quickstart Guide for VS Code and GitHub Copilot

Create a portable Agent Skill that lets an AI assistant roll dice using a terminal command. This quickstart covers writing a SKILL.md file, placing it in the right folder, and testing it in VS Code with GitHub Copilot.

agent-skillsbeginner4 min read
Hermes Agent Optional Skills Catalog: Install, Use, and Contribute

Hermes Agent Optional Skills Catalog: Install, Use, and Contribute

Reference guide to every optional skill in the Hermes Agent catalog. Covers install and uninstall commands, a full categorized list with links to documentation, and how to contribute new skills.

hermes-agentintermediate11 min read
Hermes Agent Bundled Skills Catalog: Reference for Built-in Skills

Hermes Agent Bundled Skills Catalog: Reference for Built-in Skills

Reference for every bundled skill in Hermes Agent, organized by category. Use this to discover what the agent can do out of the box, from Apple device management to ML model serving.

hermes-agentbeginner8 min read
OpenClaw Starter Kit: The Default .md Files and the managed/user Split

OpenClaw Starter Kit: The Default .md Files and the managed/user Split

9 default .md files an OpenClaw agent workspace ships with, each reproduced in full, with notes on what loads when and what belongs in which file.

openclawbeginner9 min read
OpenClaw Default .md Files: The Eight System Prompt Templates

OpenClaw Default .md Files: The Eight System Prompt Templates

8 default .md files an OpenClaw agent workspace ships with, each reproduced in full, with notes on what loads when and what belongs in which file.

openclawbeginner16 min read
The Complete OpenAI Codex CLI Guide: Setup, Sandbox, AGENTS.md, and MCP

The Complete OpenAI Codex CLI Guide: Setup, Sandbox, AGENTS.md, and MCP

Complete guide to OpenAI Codex CLI v0.144.5+: install, authenticate, configure sandbox and approval modes, use AGENTS.md for project instructions, extend with MCP and skills, and automate with codex exec.

toolsintermediate22 min read
The Complete Midjourney Guide: Prompting to Production

The Complete Midjourney Guide: Prompting to Production

A comprehensive guide to Midjourney covering V8.1, V7, and Niji 7, from account setup and prompt hierarchy to advanced parameters, reference systems, and video generation.

toolsintermediate17 min read
The Complete Suno Guide: AI Music Generation with V5.5

The Complete Suno Guide: AI Music Generation with V5.5

Master Suno AI music generation with this comprehensive guide covering V5.5 features, prompt engineering, metatags, Creative Sliders, and production workflows. Learn to create studio-quality songs from text prompts.

toolsintermediate24 min read
The Complete Obsidian Guide for Power Users: AI Search & Retrieval

The Complete Obsidian Guide for Power Users: AI Search & Retrieval

Learn to wire an Obsidian vault into AI tools like Claude Code and Cursor using MCP. Covers hybrid search (BM25 + vector embeddings), incremental indexing, and building a complete retrieval infrastructure for 200 to 20,000+ notes.

toolsadvanced17 min read
The Complete Hermes Agent Guide: Getting Started to Advanced Use

The Complete Hermes Agent Guide: Getting Started to Advanced Use

Install Hermes Agent, configure its identity and memory, create self-evolving skills, set up profiles and cron jobs, and connect it to messaging gateways. Covers v0.14.0 through v0.19.0.

hermes-agentintermediate21 min read
The Complete OpenClaw Guide: Setup, Skills, and Running in Production

The Complete OpenClaw Guide: Setup, Skills, and Running in Production

A comprehensive guide to setting up, configuring, and running OpenClaw in production. Covers installation, model configuration, memory management, security hardening, channel integration, and real-world use cases from official documentation and community experience.

openclawintermediate16 min read