Install
openclaw skills install skill-runnerEnables secure execution of specified OpenClaw skills via cron jobs by forwarding agentTurn messages and passing the necessary context.
openclaw skills install skill-runnerThis 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).
agentTurn message (e.g., from a cron job).run memory-enhancer).skill function from the target skill's index.js file.context object to the target skill, allowing the target skill to use OpenClaw's tools (like sessions_spawn).run <skill-name>Primarily invoked via OpenClaw's cron jobs (cron add with payload.kind="agentTurn" targeting this skill).
{
"kind": "agentTurn",
"message": "run memory-enhancer",
"model": "google/gemini-2.5-flash",
"sessionTarget": "isolated"
}