风险评分

94/100 (Very Low)

OpenClaw: benign
VirusTotal: benign
StaticScan: unknown

Smart Wake

作者: cong91
Slug:smart-wake
版本:1.0.0
更新时间:2026-03-02 19:51:10
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill's instructions, lack of installs, and requested artifacts are coherent with its stated goal of checkpointing and cron-based wake/resume; it appears to be what it says it is.

VirusTotal: benign VT 报告

静态扫描: unknown

README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1772451935328,
        "_id": "k9772bpm7dc5rpka8e7y8hrnw9824x15",
        "changelog": "smart-wake` is a critical survival protocol designed to protect autonomous AI agents from being \"killed\" silently due to system timeouts when executing long, complex, or resource-heavy tasks (such as code compilation, large web scraping, or waiting for API responses). It transforms the agent from a passive listener into a proactive, self-sustaining worker.\n\n**How to Use (For Agents):**\nWhenever you are assigned a task that might exceed your given timeout limit, you must:\n1. **Divide the work:** Break the task into smaller executable chunks (e.g., 5-minute blocks).\n2. **Save your progress (Checkpoint):** Right before you suspect a timeout is approaching, save exactly what you have completed and what needs to be done next into a JSON checkpoint object.\n3. **Set an Alarm (Cron Wake):** Use the `cron` tool to schedule a wake-up call for yourself in a few minutes. \n4. **Pass the Baton:** In the cron payload, inject the `task_id` and the `next_actions`. When the cron wakes you (or spawns a fresh subagent session), you will read the checkpoint and resume exactly where you left off, completely bypassing the timeout limit!",
        "changelogSource": "user",
        "createdAt": 1772451935328,
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "cong91",
        "handle": "cong91",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/2290242?v=4",
        "kind": "user",
        "linkedUserId": "kn75rdcx21rgexxbkkqksf1rrd80q70c"
    },
    "ownerHandle": "cong91",
    "skill": {
        "_creationTime": 1772451935328,
        "_id": "kd79ebw7mf76snn9tc268jzkn98249wp",
        "badges": [],
        "createdAt": 1772451935328,
        "displayName": "Smart Wake",
        "latestVersionId": "k9772bpm7dc5rpka8e7y8hrnw9824x15",
        "ownerUserId": "kn75rdcx21rgexxbkkqksf1rrd80q70c",
        "slug": "smart-wake",
        "stats": {
            "comments": 0,
            "downloads": 229,
            "installsAllTime": 1,
            "installsCurrent": 1,
            "stars": 1,
            "versions": 1
        },
        "summary": "Prevent subagent timeout using checkpoint + cron wake + resume via session spawn mechanism.",
        "tags": {
            "latest": "k9772bpm7dc5rpka8e7y8hrnw9824x15"
        },
        "updatedAt": 1772452270107
    }
}