← 返回
未分类 中文

Skill Runner

Enables secure execution of specified OpenClaw skills via cron jobs by forwarding agentTurn messages and passing the necessary context.
通过转发 agentTurn 消息并传递必要上下文,实现通过 cron 作业安全执行指定的 OpenClaw 技能。
xpneuma xpneuma 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 465
下载
💾 1
安装
1
版本
#latest

概述

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

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"
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 04:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 868 📥 348,107
knowledge-management

Web Browsing.Bak

xpneuma
浏览并总结网页,提取URL内容,搜索网络信息。用于用户请求访问网站、获取网页内容或进行搜索时。
★ 0 📥 503
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,168 📥 941,203