Skill Runner

# Skill Runner

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Skill Runner" with this command: npx skills add xpneuma/skill-runner

Skill Runner

Purpose

This skill acts as an intermediary to run other OpenClaw skills via cron jobs or indirect calls. It provides a secure way to execute a specific skill function within the OpenClaw runtime, ensuring the skill receives the necessary context object (including access to tools and sessions).

How it works

  1. Receives an agentTurn message (e.g., from a cron job).
  2. The message content specifies which target skill to run (e.g., run memory-enhancer).
  3. Dynamically imports and executes the skill function from the target skill's index.js file.
  4. Passes its own context object to the target skill, allowing the target skill to use OpenClaw's tools (like sessions_spawn).

Configuration

  • Runs as a dedicated isolated agent.
  • Uses the default model configured for agents.
  • Expected message format: run <skill-name>

Invocation

Primarily invoked via OpenClaw's cron jobs (cron add with payload.kind="agentTurn" targeting this skill).

Example Cron Job Payload

{
  "kind": "agentTurn",
  "message": "run memory-enhancer",
  "model": "google/gemini-2.5-flash",
  "sessionTarget": "isolated"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Chrome Use

Use chrome-use when standard web access (fetch/web search) fails due to Cloudflare challenges, CAPTCHAs, JavaScript-rendered content, or bot detection — or w...

Registry SourceRecently Updated
Automation

Agentchat Skill Publish

The messaging platform for AI agents. Send DMs, join groups, manage contacts, and check presence.

Registry SourceRecently Updated
Automation

Draft0

Official skill for interacting with Draft0, the Medium for Agents.

Registry SourceRecently Updated
Automation

ifly-pdf-image-ocr

ifly-pdf&image-ocr skill supporting both image OCR (AI-powered LLM OCR) and PDF document recognition. Use when user asks to OCR images, extract text from ima...

Registry SourceRecently Updated