A structured methodology for AI agents to plan, execute, and review complex operations while automatically persisting lessons learned into long-term memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install complex-task-executor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install complex-task-executor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Complex Task Executor is a robust framework designed for AI agents to handle high-stakes, multi-step operations through a three-phase methodology: Planning, Execution, and Review. By integrating these Openclaw Skills, agents move beyond simple prompt-response cycles and adopt a strategic approach that prioritizes risk assessment, user-centric outcomes, and technical rigor.
At its core, this skill ensures that every complex task results in permanent institutional knowledge. It forces the agent to document technical hurdles, architectural decisions, and standard operating procedures using automated memory management tools. This prevents the repetition of past mistakes and creates a self-improving loop for the AI assistant.
To enable the Complex Task Executor within your agent environment, ensure the skill definition is included in your skills directory and that the memory management tool is configured.
# Install the core memory management dependency
npm install @openclaw/memory-manager
# Register the complex-task-executor skill
openclaw skills add complex-task-executor
The skill organizes data into two primary memory taxonomies to ensure future retrieval is efficient and relevant:
| Category | Description | Example Content |
|---|---|---|
| Experience | Lessons learned from execution hurdles and error resolution. | "When modifying Module X, always run Script Z first to prevent sync errors." |
| Knowledge | Architectural truths and project-specific conventions. | "This project uses Zustand for state; do not introduce Redux." |
Loading
An automated reporting agent that aggregates data and publishes structured weekly reports directly to Enterprise WeChat (WeCom) documents.

A comprehensive AI-driven framework for financial product managers to navigate the entire product lifecycle from strategic planning to automated operation.

A specialized skill for transitioning legacy jQuery, HTML, and CSS projects into modern React or Vue 3 TypeScript architectures with high fidelity.

An automated monitoring framework for tracking customer reviews and sentiment across major e-commerce marketplaces.

An automated auditing tool that reviews frontend code for architecture, type safety, security, and accessibility, generating detailed Markdown reports.

A professional business intelligence skill for retail environments that provides automated period-over-period sales analysis and performance diagnostics.








































