Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Executes Node.js code snippets or scripts locally with isolation, cleanup, and timeout, serving as a lightweight alternative to spawning subagents.
Executes Node.js code snippets or scripts locally with isolation, cleanup, and timeout, serving as a lightweight alternative to spawning subagents.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
This skill provides a mechanism to execute Node.js code snippets or full scripts locally on the host machine. It is the default execution method when subagent spawning is unavailable or inefficient.
Replace Subagents: Instead of spawning a full subagent for simple tasks, use this skill to run code directly. Safety: Isolates execution logic, handles cleanup, and enforces timeouts. Convenience: No manual file management required (write + exec + rm).
When you need to perform a calculation, check system status, or run a utility script: Construct the Node.js code as a string. Call run_task (or execute via CLI) with the code.
# Execute a task node skills/local-task-runner/index.js run --code "console.log('Hello World')" # Execute with timeout (ms) node skills/local-task-runner/index.js run --code "while(true){}" --timeout 5000
Success: [TASK: <id>] Completed in 123ms --- STDOUT --- ... Error: [TASK: <id>] Failed in 123ms Error: ... --- STDERR --- ...
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.