A specialized utility for listing and filtering code tasks within a repository to maintain a clear overview of project status.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install find-code-tasks
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 find-code-tasks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Find Code Tasks skill is an essential tool for developers utilizing Openclaw Skills to manage project momentum. It automatically scans your repository for .code-task.md files, extracting critical metadata and status information to provide a real-time snapshot of your development backlog.
By synthesizing task data directly from the codebase, this skill bridges the gap between task management and active coding. It ensures that both human developers and AI agents have a shared understanding of what work is pending, currently in progress, or successfully completed, fostering a more organized and predictable development environment.
To deploy this skill within your repository, ensure the core script is executable and placed in the expected directory structure.
# Navigate to the skill directory
cd .claude/skills/find-code-tasks/
# Grant execution permissions to the status script
chmod +x task-status.sh
# Initialize a task search from your agent interface
/find-code-tasks
This skill utilizes a standardized Markdown frontmatter schema to track the lifecycle of each task. This allows Openclaw Skills to maintain consistency across different tools.
| Property | Description | Values |
|---|---|---|
| status | The current state of the task | pending, in_progress, completed, blocked |
| created | The date the task was initialized | YYYY-MM-DD |
| started | The date work officially began | YYYY-MM-DD or null |
| completed | The date the task reached its goal | YYYY-MM-DD or null |
Loading
A specialized testing framework for validating AI agent persona presets and auditing routing performance through automated CLI scripts.

A conversational generator that transforms workflow ideas into validated, production-ready multi-agent YAML presets.

An intelligent utility that transforms raw project requirements or PDD implementation plans into structured, actionable Markdown task files for AI agents and developers.

A professional fitness integration for Openclaw Skills that allows users to manage their training plans and log workouts via natural language.

A structured AI agent skill that converts vague project ideas into comprehensive technical specifications and step-by-step implementation plans through iterative refinement.

A browser automation tool that executes Playwright scripts against persistent, local Chrome sessions to preserve logins and extensions.








































