Tutorials & How-Tos
Step-by-step guides to get started with AI skills
Showing 49-60 of 96
The 10 Best Claude Code Workflows in 2026
Ranked guide to the 10 most useful Claude Code workflows in 2026, with install commands, real use cases, and selection methodology.
HTML to Markdown: The AI Pipeline
Build a pipeline that converts web content to clean markdown for AI consumption. Scraping, cleaning, structuring, and storing for LLM context.
How to Build Your Own Agency Agent
A step-by-step tutorial for authoring a new agency-agent, including structure, tuning, and publishing to the community.
Digital Hygiene Workflows for Privacy
A roundup of ClawFlows workflows for digital hygiene — session clearing, OAuth revocation, cookie cleanup, and the routines that protect your privacy.
Migrating 700 Tests With AI Assistance
How I used Claude Code to migrate 700 tests from Jest to Vitest in 2 days. The strategy, the gotchas, and the patterns that scaled.
Build a Voice AI Agent in 30 Minutes with the ElevenLabs Skill
Step-by-step tutorial for shipping a working voice AI agent using the official ElevenLabs voice-agents skill. Covers persona, tools, streaming, and turn-taking.
Getting Started with OpenClaw: Install to First Agent
Step-by-step guide to installing OpenClaw, choosing a model provider, configuring a messaging channel, and sending your first AI-powered message.
Hidden Platform Features AI Can Find
How AI discovers undocumented APIs, hidden features, and platform capabilities that manual exploration misses. Real examples and techniques.
Writing Your First Custom ClawFlow
Step-by-step guide to authoring your first ClawFlows workflow. Structure, steps, state, error handling, and how to test it locally.
Tracking AI Token Usage and Costs
Monitor your Claude Code spending in real-time with token tracking dashboards, budget alerts, and usage optimization techniques.
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.