← 返回 Skills 市场
pagoda111king

Auto Loop

作者 pagoda111king · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-loop
功能描述
提供定时触发、任务调度、状态追踪及失败自动恢复的自动化任务调度功能。
使用说明 (SKILL.md)

Auto Loop Skill

技能描述

提供自动化任务调度功能,支持定时触发、任务调度、状态追踪和自动恢复。

触发条件

当用户需要:

  • 定时执行任务
  • 周期性运行脚本
  • 自动化例行工作
  • 监控和恢复失败任务

使用方式

每小时执行:[任务]
每天 [时间] 运行:[任务]
定时执行这个:[任务]

核心功能

  1. 定时触发: Cron 表达式或固定间隔
  2. 任务调度: 优先级队列和并发控制
  3. 状态追踪: 执行历史和统计
  4. 自动恢复: 失败重试和恢复

配置选项

retries:
  max: 3
  delay: 5000
  
scheduler:
  maxConcurrent: 5
  persistInterval: 60000

依赖

  • Node.js 内置模块

版本历史

  • v1.0.0: 初始版本
安全使用建议
This package is internally consistent as a local Node.js scheduler. Before running: (1) review any task handler code you add — handlers execute arbitrary code and can access network/files; (2) be aware the skill creates a local 'auto-loop-state' directory and writes JSON state files in the working directory; (3) run the tests in a sandboxed environment first if you plan to use it in production; (4) if you allow the agent to invoke skills autonomously, ensure your policy for what tasks it may schedule/execute is constrained (autonomous invocation is allowed by default but not flagged here).
功能分析
Type: OpenClaw Skill Name: auto-loop Version: 1.0.0 The 'auto-loop' skill is a standard task scheduling and automation framework implemented using Node.js built-in modules (fs, path, crypto, events). It provides functionality for cron-based scheduling, task persistence, and error recovery with exponential backoff. Analysis of src/index.js and SKILL.md reveals no evidence of malicious intent, data exfiltration, or prompt injection; the code logic is transparent, well-structured, and strictly follows its stated purpose of managing periodic tasks.
能力标签
crypto
能力评估
Purpose & Capability
Name/description, README, SKILL.md, and included source implement a local task scheduler (cron/interval/once, retries, persistence). Required artifacts (no env vars, built-in Node modules only) match the stated purpose.
Instruction Scope
SKILL.md gives scoped usage examples and config for scheduling tasks. It does not instruct the agent to read unrelated system files, contact external endpoints, or exfiltrate data. Handlers provided by the user are expected to run and may perform arbitrary work — the skill itself does not attempt broad data collection.
Install Mechanism
No install spec — instruction-only (with source included). No downloads or external package installs are declared, which is proportionate for a pure JS library using Node built-ins.
Credentials
The skill declares no environment variables, no credentials, and no config paths beyond creating its own state directory. There are no requests for unrelated secrets or cloud keys.
Persistence & Privilege
always:false and no special privileges. The code persists state under a local directory ('auto-loop-state') and writes JSON files — normal for a scheduler, but the skill will create and modify files in the agent's working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-loop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-loop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of auto-loop skill: - Provides automated task scheduling with support for timers, recurring jobs, monitoring, and auto-recovery. - Features cron-like scheduling, priority queue management, and concurrency control. - Includes status tracking with execution history and statistics. - Supports task retries and automatic recovery on failure. - Offers configuration options for retries and scheduler concurrency.
元数据
Slug auto-loop
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Auto Loop 是什么?

提供定时触发、任务调度、状态追踪及失败自动恢复的自动化任务调度功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Auto Loop?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-loop」即可一键安装,无需额外配置。

Auto Loop 是免费的吗?

是的,Auto Loop 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Auto Loop 支持哪些平台?

Auto Loop 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Auto Loop?

由 pagoda111king(@pagoda111king)开发并维护,当前版本 v1.0.0。

💬 留言讨论