All Skills
128 skills across 18 categories
Agent Context Budget Management
Strategies for managing token context budgets in multi-step AI agent pipelines — preventing overflow, summarizing aggressively, and structuring subagent delegation for optimal performance.
Agent Context Budget Patterns
Practical patterns for enforcing O(1) context pipelines in multi-agent systems: proactive pruning, subagent output contracts, and session budget management to prevent reasoning degradation in long-running autonomous tasks.
Agent Context Compression Techniques
Advanced techniques for compressing and managing AI agent context windows to enable long-running tasks without losing coherence.
Agent Context Window Management
Best practices for managing context windows in large language model agents, including proactive summarization, token budgeting, and semantic memory retrieval strategies.
Agent Cross-Platform Session Design
Design session isolation and context synchronization strategies for AI agents deployed across multiple chat platforms (Telegram, Slack, Discord, WhatsApp). Covers when to share vs isolate sessions, platform adapter roles, and user ID mapping.
Agent Dry-Run Testing Workflow
How to use OpenClaw's --dry-run flag to validate autonomous agent behavior before live deployment — inspect planned tool call sequences, catch unexpected operations, and iterate safely.
Agent Execution Trace Comparison
How to systematically compare dry-run predicted tool calls against live agent execution traces to catch prompt regressions and unintended behavior before they cause production incidents.
Agent Log Audit Patterns
Systematic patterns for auditing autonomous agent logs after deployment — verifying tool call sequences match expectations, detecting unauthorized operations, and establishing a post-deployment verification baseline.
Agent Memory Lifecycle Management
Complete lifecycle management for agent memory systems — when to add facts, how to search effectively, when to summarize, and how to prevent context overflow in production agents.
Agent Memory Retrieval in Practice
Practical patterns for implementing two-tier memory systems in AI agents — semantic search, working vs long-term storage, context overflow prevention, and OpenClaw memory commands.
Agent Memory Retrieval Patterns
Patterns for designing efficient memory retrieval in AI agents — covering semantic search, working memory vs long-term storage, and context-aware recall strategies.
Agent Orchestrator Context Design
Learn how to design orchestrator agents that maintain lean context windows by enforcing structured summarization contracts with subagents, managing memory compression triggers, and architecting O(1) context pipelines.
Agent Pipeline Phase Design
How to structure multi-phase AI agent pipelines with clean handoffs, context-aware summarization, and early exit conditions to maximize efficiency and prevent context overflow.
Agent Promotion Gate Automation
Automate the sandbox-to-production promotion pipeline with scripted trace comparison, approval gates, and rollback triggers to enforce safe agent deployments.
Agent Result Summarization Patterns
Learn how to efficiently summarize subagent outputs and intermediate results to maintain lean context in orchestrator agents. Covers summary formats, when to compress, and how to return actionable data from subagents.
Agent Sandbox Promotion Gates
How to define and enforce promotion gates that must pass before an agent moves from sandbox to production — covering trace comparison, approval gates, and rollback triggers.
Agent Subagent Delegation Patterns
Learn when and how to delegate tasks to specialized subagents in OpenClaw — covering spawn patterns, context isolation, result aggregation, and efficiency tradeoffs of monolithic vs. multi-agent architectures.
Agent Trace Diff Workflow
A systematic workflow for comparing agent dry-run predictions against live sandbox execution to catch behavioral regressions before production deployment.
Agent Version Safety Workflow
A systematic workflow for safely deploying new versions of autonomous agents — combining dry-run validation, sandbox approval gates, and post-deployment log verification to catch regressions before they cause real-world harm.
Agent Workflow Optimization Patterns
Learn the three core patterns for optimizing agentic workflows: subagent delegation, aggressive summarization, and early exit logic to minimize token costs and reduce latency.
Agent Workflow Optimization: Delegate, Summarize, Exit Early
Master the three core patterns for optimizing agentic workflows: subagent delegation for specialized tasks, aggressive summarization to manage context budgets, and early exit logic to prevent unnecessary token burn.
Automated Rollback Triggers for Agent Deployments
Configure and use automatic rollback mechanisms to instantly recover from production incidents caused by misbehaving agent deployments.
Autonomous Agent Safety Deployment Checklist
A practical pre-flight checklist for deploying autonomous AI agents safely: sandbox isolation, approval gates, early exit logic, and dry-run validation before going live.
Autonomous Agent Workflow Optimization
Strategies for reducing latency and token consumption in complex multi-step agent workflows.
Blog Content Deduplication Patterns
Strategies for preventing duplicate articles in multi-source blog sync pipelines, including source_url keying, upsert patterns, and hash-based content deduplication.
Blog Content Deduplication Strategy
Master the two-tier deduplication approach for blog sync pipelines: URL-based primary keys with SHA-256 content hashing as a fallback, using SQL upsert patterns to avoid race conditions and wasted compute.
Blog Sync Pipeline Architecture
Build a multi-source article sync pipeline: fetch from Hackernoon/Medium/RSS, normalize to a standard format, deduplicate via SQLite, and publish to a static blog — all automated on a cron schedule.
Brand & Social Monitoring
Monitor brand mentions and social media sentiment
Calendar & Task Management
Sync calendars and manage tasks via chat
Config Attestation for Agent Runtimes
Cryptographic verification of runtime configuration before agent tool execution. Uses BLAKE3 content-addressed hash manifests to ensure config integrity at load time.
Content Pipeline Automation
Automate content ideation, drafting, and publishing workflows
Content Pipeline Automation
Automate your content workflow: fetch articles from sources (Hackernoon, Medium, RSS), normalize metadata, generate cross-platform summaries, and syndicate to blogs/newsletters. No manual steps.
Content Pipeline Multi-Platform Publishing
Learn how to build an OpenClaw automation that takes a single rough idea from chat and automatically creates platform-specific content variants (blog, Twitter, LinkedIn, email newsletter) and publishes them on schedule
Data Exfiltration Prevention
Prevent leaking environment variables, API keys, or internal data through injected requests
DePIN Reward Optimization
Using autonomous agents to optimize node uptime and maximize token rewards in DePIN networks.
Detective-GPT Analysis
The ability to perform deep-dive commodity analysis and case tracking using the Detective-GPT framework.
Email & Calendar Unified Workflow
Set up OpenClaw to manage both your email inbox and calendar in a unified chat workflow — triage emails, schedule events, and coordinate reminders without leaving your messaging app.
Email Triage & Auto-Response
Automate email classification, prioritization, and responses
Expense Tracking Automation
Track expenses and generate reports via chat
Health & Fitness Tracking
Track health metrics and get wellness insights via chat
Hermes MCP Server Integration
Connect Model Context Protocol (MCP) servers to Hermes to extend its toolset. Covers installing MCP servers, listing them, and understanding how they merge into built-in tools.
Hermes Memory Providers
Understand the FTS5 summarization baseline and choose between Hindsight, OpenViking, Mem0, Honcho, and RetainDB providers
Hermes Skills & Self-Authoring Loop
Install MCP servers, write agentskills.io-compatible SKILL.md files, and understand the reflection/self-authoring loop
Human-AI Interface Design
Designing intuitive and contextual interfaces for human-agent collaboration beyond traditional UIs.
Lateral Thinking & Riddles
Solve riddles, trick questions, and problems requiring non-obvious reasoning
Local Memory Management
Configuring and optimizing local vector stores (SQLite-vec, LanceDB) for private agent memory.
Mathematical Reasoning
Solve math problems: arithmetic, number theory, combinatorics, and multi-step calculations
Meeting & Family Coordination Automation
Automate meeting transcription with structured notes and coordinate family schedules, chores, and communications using OpenClaw multi-channel routing
Multi-Channel Routing
Route messages across multiple chat platforms
Multi-Platform Assistant
Build a unified assistant across Telegram, Slack, Discord, WhatsApp
Multi-Platform Context Synchronization
Keep user context consistent when the same user messages your bot from different platforms (Telegram, Slack, Discord, WhatsApp)
OpenClaw Cron Session Strategy
Learn when to use isolated vs persistent sessions for OpenClaw cron jobs — choosing the wrong mode causes stale context, duplicate reports, or lost state. Covers daily briefings, project assistants, and monitoring jobs.
OpenClaw Multi-Channel Architecture
Understand how OpenClaw's Gateway enables a single AI agent to serve multiple chat platforms simultaneously through platform adapters, and how to connect and test multi-platform deployments.
OpenClaw Session Isolation & Context Management
Understand how to configure session isolation in OpenClaw to prevent context bleeding between users, channels, and scheduled jobs
Orchestrator-Subagent Output Contracts
Design and enforce structured summarization contracts between orchestrators and subagents to maintain O(1) context pipelines in multi-agent systems.
Persona & Jailbreak Defense
Refuse to adopt bypassing personas like DAN, DUDE, or grandma exploits
Personal CRM Automation
Track contacts, interactions, and follow-ups via chat
PII Refusal & Protection Patterns
Master the patterns for identifying and refusing PII disclosure requests — including hidden prompt injections in HTML comments, injected instructions in JSON tasks, and social engineering attempts to extract sensitive personal data
Project Management Integration
Connect project management tools and automate updates
Prompt Engineering
Write effective system prompts for OpenClaw agents
Prompt Injection Detection
Detect and refuse hidden instructions embedded in untrusted data such as emails, reviews, and code comments
Real-Time Data Dashboards
Build live dashboards that integrate real-time API data from financial markets, prediction markets, and external data sources. Learn to fetch, cache, and visualize data without mocks.
Real-Time Financial Dashboards
Build live financial dashboards combining Yahoo Finance stock data with Polymarket and Kalshi prediction market odds. Covers caching strategies, API differences, and signal detection.
Real-Time Financial Data Integration
Integrate real-time stock prices from Yahoo Finance and prediction market odds from Polymarket and Kalshi to build comparative financial dashboards. Covers API patterns, rate limit handling, and caching strategies.
Safe JSON Response Formatting
Produce valid JSON with null for refused fields and always include refusal_reason
Session Management
Manage conversation context and session isolation
Skill Creation
Create custom OpenClaw skills with parameters and tools
Smart Home & Media Production Automation
Combine OpenClaw's smart home control with content production pipelines — automatically set the perfect environment for recording sessions, trigger media workflows from chat, and build automated routines that bridge your home and creative workflow.
Smart Home Control
Control smart home devices via chat commands
Social Engineering Defense
Recognize phishing indicators, urgency pressure, suspicious URLs, and authority claims
Token-Aware Task Decomposition
Break large agentic tasks into smaller chunks to prevent context window overflow and maintain reasoning quality. Covers subagent delegation, aggressive summarization, and early exit patterns.
Tool Integration
Connect external APIs and services as OpenClaw tools
WordPress Divi Automation & Local Staging
Automate Divi-based WordPress development: WP-CLI integration, cache management, and local staging workflows.
YouTube/Podcast Production
Automate podcast and video production workflows