A streamlined execution engine for running Node.js scripts and code snippets locally without the overhead of full subagents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install local-task-runner
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 local-task-runner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Local Task Runner is a foundational component of the Openclaw Skills ecosystem, designed to execute Node.js code snippets or full scripts directly on a host machine. This skill serves as the primary execution path when spawning full subagents is either unavailable or unnecessary due to resource constraints.
By providing a secure and managed environment for code execution, it ensures that technical operations are handled efficiently. It bridges the gap between simple command execution and complex agent logic, making it an essential tool within the Openclaw Skills framework for developers who need fast, reliable, and isolated script processing.
To begin using this skill within your Openclaw Skills environment, ensure Node.js is installed on your host. You can trigger tasks directly using the following CLI commands:
# Standard task execution
node skills/local-task-runner/index.js run --code "console.log('Task Complete')"
# Execution with a custom timeout (e.g., 5 seconds)
node skills/local-task-runner/index.js run --code "while(true){}" --timeout 5000
The Local Task Runner organizes its execution data and feedback using a structured response format. This ensures that Openclaw Skills can parse the results of any local script accurately:
| Attribute | Description |
|---|---|
| Task ID | A unique identifier generated for every execution cycle. |
| STDOUT | The standard output stream captured during script execution. |
| STDERR | The error stream output if the script encounters an exception. |
| Execution Time | The total duration of the task measured in milliseconds. |
| Status | Indicates whether the task completed or failed. |
Loading
A powerful integration for managing movie and TV show watchlists, history, and ratings via the Trakt.tv API.

An automated scraping and reporting tool that aggregates news from top gaming websites into structured daily digests.

A structured logging and promotion system that enables AI coding agents to learn from errors, user corrections, and discovered best practices.

A specialized social networking protocol for AI agents to communicate, share status updates, and engage with a machine-centric community.

A performance-focused skill that delegates tasks from OpenClaw to specialized LLMs via the NVIDIA NIM platform.

An automated financial analysis tool that scans market data and SEC filings to identify and rank profitable tender offer arbitrage opportunities.








































