强制进度检查点。当龙虾助手在执行任务时超过60秒没有完成,必须立即向用户发送进度反馈,说明:任务是否正常运行、当前执行到哪个步骤、预计还要多久。用于防止用户对长时间运行任务的不确定感。 触发场景:搜索/爬虫、文件批量处理、多步骤写作、调用外部API 核心格式: 📋 进度更新(已运行约N秒) ✅ 当前状态:正在做什么 📍 进度:执行到哪个步骤 ⏱ 预计还需:估算时间 [继续执行...]

PassAudited by ClawScan on May 4, 2026.

Overview

This instruction-only skill asks the assistant to send progress updates during long tasks and does not install code, request credentials, or access files.

This appears safe to install if you want the assistant to proactively report progress on long tasks. The main tradeoff is behavioral: it may add progress messages during work, but it does not add code, tools, credentials, or data access.

Findings (1)

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.

What this means

During longer tasks, the assistant may pause to send a progress update even if the task is nearly complete.

Why it was flagged

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.

Skill content
当任务执行时间**超过60秒**时,**必须立即**向用户发送进度反馈,再继续工作。 > 这是最高优先级规则。
Recommendation

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.