timeback-machine

v1.0.0

Provides automated and manual rollback of long-running OpenClaw tasks by saving and restoring state snapshots to handle errors or unexpected issues.

0· 175·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for cortez-1/timeback-machine.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "timeback-machine" (cortez-1/timeback-machine) from ClawHub.
Skill page: https://clawhub.ai/cortez-1/timeback-machine
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install timeback-machine

ClawHub CLI

Package manager switcher

npx clawhub@latest install timeback-machine
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the included index.js align: the skill saves an in-memory snapshot (via configurable onSaveState), starts a timer, prompts the user, and restores via onRestoreState. There are no unrelated requirements (no network, no filesystem, no cloud creds).
Instruction Scope
SKILL.md and index.js limit actions to starting/stopping a timer, storing a snapshot in memory, prompting the user (via OpenClaw UI if available or confirm), and calling provided callbacks to save/restore state. The instructions do not reference arbitrary files, environment variables, or external endpoints.
Install Mechanism
Registry metadata shows no install spec (instruction-only), but SKILL.md contains an example 'npx clawhub install @Cortez_1/time-machine' snippet (the block in SKILL.md appears truncated). No downloadable archives or remote installers are used, so installation risk is low; verify how you obtain the package (official registry vs. third-party).
Credentials
The skill requests no environment variables, no credentials, and no config paths. Its functionality (in-memory snapshots and callbacks) does not require additional secrets or privileged access.
Persistence & Privilege
Flags show normal privileges (always: false, model invocation allowed). The skill does not persist data to disk or modify other skills' configurations; saved state is kept in-memory and cleared on cleanup.
Assessment
This skill appears to do exactly what it says: an in-memory rollback helper with a user-confirmation prompt. Before installing: (1) confirm you are obtaining the package from a trusted source/registry; (2) review or control the callbacks you pass as onSaveState/onRestoreState — those functions determine what gets captured/restored and could read or write sensitive data if implemented that way; (3) note the JSON-based deep-clone will not serialize functions, Dates, or non-JSON types — test with representative state; (4) the SKILL.md snippet is slightly malformed and package metadata contains minor author/name placeholders — treat as low-risk but review the package contents locally before running in production.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bt4v518y72k5hdw1mgz78hd837zcg
175downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Time Machine (时光机)

一个为 OpenClaw 设计的“时光机”技能。它为长时间运行的任务提供了一个可靠的“后悔药”机制。当任务执行超过设定时间(默认5分钟)或您手动触发时,它会提示您是否要回滚到任务开始前的状态,以轻松应对意外情况或错误。

功能

  • 自动回滚提醒:在任务开始后启动一个可配置的倒计时,时间到后自动弹出确认框。
  • 手动回滚:提供API让您随时手动触发回滚流程。
  • 状态快照:在任务开始时保存当前状态,支持自定义保存和恢复逻辑。
  • 简单易用:通过简单的 API 集成到您的 OpenClaw 流程中。

安装

npx clawhub install @Cortez_1/time-machine

Comments

Loading comments...