📦 Adaptive Eta — 智能耗时预估
v0.2.5强制对预计超过15秒的任务进行主动时间估算与进度更新,通过动态ETA提示让用户实时掌握剩余时间,提升透明度与可预测性。
0· 147·1 当前·1 累计
下载技能包
最后更新
2026/3/24
安全扫描
OpenClaw
安全
high confidenceThe skill's code and instructions are consistent with its stated purpose (local ETA tracking via a small Python timer script) with only minor metadata and declaration mismatches to review before installing.
评估建议
This skill appears to do what it says: run a small local Python timer to enforce ETA/check-in behavior. Before installing, verify you have python3 available (SKILL.md uses `python3` but the registry lists no required binaries), and confirm you are comfortable with the agent executing the local commands `python3 scripts/timer.py start|check|stop` before/after other tools (this will create a file named '.timer_state.json' in the skill folder). The metadata/version strings and README install path c...详细分析 ▾
ℹ 用途与能力
The skill claims to enforce ETA/progress updates and includes a local Python script that records and checks a timer — this aligns with the stated purpose. However, the package declares no required binaries while SKILL.md repeatedly requires running `python3 scripts/timer.py`, and README install instructions reference a different repo owner path; also _meta.json version (0.2.3) differs from registry metadata (0.2.5). These are bookkeeping inconsistencies, not functional red flags.
ℹ 指令范围
SKILL.md explicitly instructs the agent to run the timer commands before/after any other tool and to start/check/stop the timer around long tasks — this expands the agent's runtime actions (adds mandatory local execs) but stays within the stated goal: it only runs the bundled script and reads/writes a local state file. There are no instructions to read unrelated system files or send data externally.
✓ 安装机制
No install spec is provided and the skill is instruction-plus-local-script only. No remote downloads or package installs are performed by the skill itself.
✓ 凭证需求
The skill requests no environment variables or credentials and the script does not access network or secret-bearing env vars. It only writes/reads a local '.timer_state.json' in the skill tree.
✓ 持久化与权限
always:false and disable-model-invocation:false (normal). The only persistent artifact is a local state file (.timer_state.json) written to the skill directory; the skill does not request system-wide changes or access to other skills' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.2.52026/3/23
- Added English translations for all major sections alongside Chinese descriptions in SKILL.md. - Updated description to clarify use of both a script and cron-based reminders. - Improved clarity of rules and processes with bilingual step-by-step instructions. - No logic or code changes; documentation and accessibility improved for broader audiences.
● 无害
安装命令
点击复制官方npx clawhub@latest install adaptive-eta
镜像加速npx clawhub@latest install adaptive-eta --registry https://cn.longxiaskill.com