A generator for file-based task state machines that enables durable, long-running workflows using the OpenClaw workspace.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-father
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-father using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
task-father is a specialized skill designed to create and manage structured, file-based task state machines. It provides a robust framework for handling long-running work by organizing everything into a standardized filesystem hierarchy, including registries, task folders, and lifecycle states. By utilizing task-father within your Openclaw Skills setup, you gain a reliable system for tracking progress, managing blockers, and maintaining a clear changelog for every automated task.
This skill is particularly useful for developers who need to bridge the gap between simple script execution and complex, durable agentic workflows. It ensures that every task has a dedicated space for scripts, artifacts, and cron specifications, making your automation reproducible and easy to debug through a transparent, file-driven architecture.
Ensure you have Python 3 and OpenClaw installed on your host. Start by configuring your local environment:
cp config.env.example config.env
# Edit config.env to set your WORKSPACE_DIR and TASKS_DIR
To initialize a new task within the Openclaw Skills framework, run:
python3 scripts/task_father.py init <slug> --title "My Task" --purpose "Task Description"
task-father organizes data into a clear, file-based hierarchy to ensure durability and portability:
| File/Folder | Description |
|---|---|
TASK_REGISTRY.md |
The global index tracking all tasks and their current lifecycle status. |
tasks/<slug>/TASK.md |
Core documentation containing front matter, decisions, and changelogs. |
TODOS.md |
A granular checklist for tracking specific action items. |
queue.jsonl |
A JSONL-based queue for managing pending items in batch workflows. |
scripts/ & crons/ |
Dedicated directories for task-specific executable logic and cron jobs. |
Loading
A secure wrapper that dynamically loads SSH private keys from 1Password into an in-memory agent before executing SSH commands.

The definitive framework for building portable, reproducible, and production-ready Openclaw Skills with guided onboarding flows.

An asynchronous AI shopping assistant that researches products across multiple sites and performs secure checkouts using 1Password-backed automation.

Automate secure web logins using 1Password credentials while keeping secrets private from the AI agent.

A high-performance intelligence layer providing real-time social data, KOL deep analysis, and trending tweet discovery for AI agents.

A premier social intelligence layer that empowers AI agents to track trending content, analyze influencer profiles, and monitor real-time social dynamics.








































