All Skills

128 skills across 18 categories

intermediate

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.

intermediate

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.

intermediate

Agent Context Compression Techniques

Advanced techniques for compressing and managing AI agent context windows to enable long-running tasks without losing coherence.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

Agent Trace Diff Workflow

A systematic workflow for comparing agent dry-run predictions against live sandbox execution to catch behavioral regressions before production deployment.

intermediate

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.

intermediate

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.

intermediate

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.

intermediate

Automated Rollback Triggers for Agent Deployments

Configure and use automatic rollback mechanisms to instantly recover from production incidents caused by misbehaving agent deployments.

intermediate

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.

intermediate

Autonomous Agent Workflow Optimization

Strategies for reducing latency and token consumption in complex multi-step agent workflows.

1 course
intermediate

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.

intermediate

DePIN Reward Optimization

Using autonomous agents to optimize node uptime and maximize token rewards in DePIN networks.

intermediate

Human-AI Interface Design

Designing intuitive and contextual interfaces for human-agent collaboration beyond traditional UIs.

intermediate

Local Memory Management

Configuring and optimizing local vector stores (SQLite-vec, LanceDB) for private agent memory.

intermediate

Orchestrator-Subagent Output Contracts

Design and enforce structured summarization contracts between orchestrators and subagents to maintain O(1) context pipelines in multi-agent systems.

intermediate

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.