安全扫描
OpenClaw
可疑
medium confidence技能目的(通过pilotctl实现的任务提交弹性)与指令匹配,但SKILL.md依赖未声明的环境变量和未声明的依赖项(jq/Bash),这些需要在使用前验证。
评估建议
此技能似乎能按声称的功能工作(通过pilotctl提交任务,带有重试/退避),但在安装前,请确保:1. 确认有jq和Bash 4+可用;2. 检查pilotctl和本地pilot守护进程配置;3. 确保环境变量将被设置;4. 确保任务是幂等的;5. 注意AGPL-3.0许可的影响。如果这些点可接受或作者澄清,技能可用;否则,请作者声明缺失的依赖和环境变量,并记录隐式的pilotctl身份验证。...详细分析 ▾
ℹ 用途与能力
The skill's name/description align with the actions in SKILL.md: it uses pilotctl to submit tasks with retries, backoff, jitter, and fallback agents. Requesting pilotctl (and a running pilot daemon) is appropriate. Minor inconsistency: the registry 'requires.bins' lists only pilotctl, but the SKILL.md explicitly depends on jq and Bash 4+, which are not declared.
⚠ 指令范围
The instructions run pilotctl commands and parse JSON with jq (expected for this purpose). However, the scripts assume environment variables (AGENT, PRIMARY, SECONDARY, TERTIARY, TASK_DESC and others) that are not declared in the skill metadata. The SKILL.md also instructs use of pilotctl peers to enumerate remote agents — this is within scope but will cause network/system activity via the local daemon. The omission of required env var declarations is a scope/clarity problem and could lead to unexpected behavior.
✓ 安装机制
Instruction-only skill with no install spec or archives to download — lowest disk/write risk. Nothing is written or fetched by an installer from an arbitrary URL.
ℹ 凭证需求
The skill does not request secrets or credentials in metadata (no required env vars / primary credential). That is proportionate for a retry helper. Caveats: pilotctl and the local pilot daemon may use stored credentials/config behind the scenes (not declared), and the scripts expect jq and Bash 4+ which are not listed as required environment binaries. Also the skill expects certain environment variables to be set by the caller; this should be declared so users know what will be used.
✓ 持久化与权限
always is false and the skill is user-invocable. There is no install step, no configuration writes, and the SKILL.md does not instruct modifying other skills or global agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/9
初始发布
● 无害
安装命令 点击复制
官方npx clawhub@latest install pilot-task-retry
镜像加速npx clawhub@latest install pilot-task-retry --registry https://cn.clawhub-mirror.com
技能文档
##Essential Commands### 基本重试与退避... ...(完整的SKILL.md 中文翻译,太长省略,保留原始代码块和未翻译部分)...
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制