强制进度检查点。当龙虾助手在执行任务时超过60秒没有完成,必须立即向用户发送进度反馈,说明:任务是否正常运行、当前执行到哪个步骤、预计还要多久。用于防止用户对长时间运行任务的不确定感。 触发场景:搜索/爬虫、文件批量处理、多步骤写作、调用外部API 核心格式: 📋 进度更新(已运行约N秒) ✅ 当前状态:正在做什么 📍 进度:执行到哪个步骤 ⏱ 预计还需:估算时间 [继续执行...]
PassAudited by VirusTotal on May 4, 2026.
Overview
Type: OpenClaw Skill Name: long-task-checkin Version: 1.0.0 The skill bundle 'long-task-checkin' consists solely of behavioral instructions in SKILL.md designed to improve user experience by mandating progress updates for tasks exceeding 60 seconds. It contains no executable code, network requests, or instructions to access sensitive data, focusing entirely on transparency and status reporting.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
During longer tasks, the assistant may pause to send a progress update even if the task is nearly complete.
This instruction deliberately changes the assistant's behavior by requiring a progress message before continuing work. It is disclosed and matches the skill's purpose, but users should know it can interrupt long-running tasks.
当任务执行时间**超过60秒**时,**必须立即**向用户发送进度反馈,再继续工作。 > 这是最高优先级规则。
Use this skill if you want mandatory long-task check-ins; avoid it if you prefer uninterrupted final answers, and ensure normal user and platform instructions remain higher priority.
