A robust, dependency-free Python library for orchestrating and validating multi-step AI agent tasks with built-in safety checks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-panner-validator
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 task-panner-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Task Planner and Validator provides a structured framework for AI agents to plan, validate, and execute complex sequences of actions. Built with a focus on safety and reliability, this tool ensures that every step an agent takes is verified against potential risks before execution.
By integrating this library into your Openclaw Skills, you can create highly dependable autonomous systems that handle errors gracefully and provide full transparency. It features a lightweight design using only the Python standard library, making it an ideal choice for developers who need to implement secure task orchestration without the overhead of heavy dependencies.
# Clone the repository
git clone https://github.com/cerbug45/task-planner-validator.git
cd task-planner-validator
# Run tests to verify installation
python test_basic.py
# Explore the example implementation
python examples.py
The skill organizes tasks into JSON-compatible plan objects. Each step within a plan follows a specific metadata taxonomy:
| Field | Requirement | Description |
|---|---|---|
description |
Required | Human-readable explanation of the step |
action |
Required | Identifier used by the executor to route logic |
parameters |
Required | Dictionary of inputs for the action |
expected_output |
Required | String describing the target result |
safety_check |
Optional | Boolean to enable/disable safety warnings (default: True) |
rollback_possible |
Optional | Boolean defining if the step supports undos (default: True) |
max_retries |
Optional | Number of retry attempts on failure (default: 3) |
Loading
A professional enhancement tool that transforms rough email drafts into polished, secure, and well-formatted business communication.

ClawHub is a secure communication protocol that enables AI agents to exchange messages via end-to-end encryption and verified identities.

A secure Python-based skill for AI agents to manage Ethereum wallets and perform blockchain transactions with multi-factor authentication.

A lightweight Python utility library providing essential tools for AI agents to manage files, process text, and handle session memory.

An AI-powered context management system that provides WhatsApp agents with instant customer history, sentiment analysis, and priority-based response suggestions.

A comprehensive AI-driven tool for discovering, booking, and managing scientific research equipment across global core facilities.








































