All Skills
128 skills across 18 categories
Agent Context Budget Enforcement
Enforce per-session context budgets in multi-agent pipelines to prevent token bloat from accumulating tool outputs, ensuring reliable reasoning across long-running autonomous tasks.
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 Architecture
Learn how to design and implement robust memory systems for AI agents
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 Safety Patterns
Core safety patterns for autonomous AI agents: sandboxed execution, human-in-the-loop approval gates, rollback strategies, and preventing destructive runaway actions.
Autonomous Agent Workflow Optimization
Strategies for reducing latency and token consumption in complex multi-step agent workflows.
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.
DePIN & Infrastructure Consulting
Integrate autonomous agents with decentralized physical infrastructure networks.
DePIN Connectivity Management
Managing non-terrestrial network (NTN) and D2D connectivity for autonomous agents.
DePIN Consensus Participation
Configuring agents to participate in and validate decentralized consensus mechanisms.
DePIN Consensus Resilience
Hardening agent-driven consensus participation against network-level and Byzantine attacks in DePIN networks.
DePIN Edge Computing
Deploying SLMs and agentic workloads on DePIN edge nodes.
DePIN Edge Network Diagnostics
Performing automated diagnostics on DePIN edge nodes using autonomous AI agents.
DePIN Edge Network Governance
Managing decentralized governance for edge-heavy DePIN networks via agentic participation.
DePIN Edge Network Security
Hardening DePIN edge nodes against physical and network-level attacks via agent-driven monitoring.
DePIN Infrastructure Provisioning
Automating the deployment of physical infrastructure via agent-driven scripts.
DePIN Latency Optimization
Optimizing edge-to-agent latency in decentralized infrastructure networks.
DePIN Network Governance
Using autonomous agents to participate in decentralized governance for physical infrastructure networks.
DePIN Resource Orchestration
Orchestrating agentic tasks across multiple DePIN providers and hardware types.
DePIN Reward Optimization
Using autonomous agents to optimize node uptime and maximize token rewards in DePIN networks.
DePIN Sustainability Management
Managing the environmental impact and energy efficiency of DePIN agent workloads.
Hard-Tech AI Ethics
Ethical considerations for deploying autonomous agents in critical physical and infrastructure-heavy systems.
Hard-Tech AI Strategic Planning
Developing long-term roadmaps for AI integration in physical and infrastructure-heavy industries.
Human-AI Interface Design
Designing intuitive and contextual interfaces for human-agent collaboration beyond traditional UIs.
Injection-Resistant Tool Invocation
Verify that tool calls are triggered by legitimate user intent rather than injected data, and validate parameters before execution
Local Memory Management
Configuring and optimizing local vector stores (SQLite-vec, LanceDB) for private agent memory.
Orbital Data Center Operations
Managing thermodynamic constraints and data persistence for agents in orbital environments.
Orbital Edge Data Lifecycle
Managing the data lifecycle for agents in orbit, from collection to immutable anchoring.
Orbital Hardware Orchestration
Orchestrating specialized hardware (FPGA, TPU) for agent workloads in orbital data centers.
Orbital Network Handoff
Optimizing agent session handoff between orbital data centers during LEO satellite transit.
Orbital Network Handoff (v2)
Strategies for seamless agent session migration between LEO satellite data centers.
Orbital Network Resilience
Strategies for maintaining agent connectivity during solar flares and LEO transit outages.
Orchestrator-Subagent Output Contracts
Design and enforce structured summarization contracts between orchestrators and subagents to maintain O(1) context pipelines in multi-agent systems.
Radio Frequency AI Integration
Strategies for integrating autonomous agents with RF combat and resilience systems.
Sovereign Data Anchoring
Strategies for anchoring agent-generated data to immutable ledgers for auditability and sovereignty.
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.