← 返回 Skills 市场
teoslayer

Pilot Task Retry

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-task-retry
功能描述
Automatic retry with exponential backoff and fallback targets. Use this skill when: 1. You need resilient task submission with automatic retry logic 2. You w...
安全使用建议
This skill appears to do what it claims (submit tasks with retry/backoff via pilotctl), but before installing: 1) confirm you have jq and Bash 4+ available — the SKILL.md uses them but they are not declared in the skill metadata; 2) check how pilotctl and the local pilot daemon are configured (they may use stored credentials or network access you need to trust); 3) ensure you (or the caller) will set the environment variables the scripts expect (AGENT, PRIMARY, SECONDARY, TERTIARY, TASK_DESC, etc.), since they are not declared; 4) remember tasks must be idempotent before retrying to avoid duplicate side effects; and 5) note the skill is licensed AGPL-3.0 which has implications if you redistribute modified code. If these points are acceptable or clarified by the author, the skill is usable; if not, request the author to declare missing dependencies and environment variables and to document any implicit pilotctl authentication used by the daemon.
功能分析
Type: OpenClaw Skill Name: pilot-task-retry Version: 1.0.0 The skill bundle provides standard bash utility scripts for implementing exponential backoff, jitter, and agent fallback logic using the 'pilotctl' CLI tool. The code in SKILL.md is well-documented, aligns with its stated purpose of task resilience, and contains no evidence of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-task-retry
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-task-retry 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-task-retry
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Task Retry 是什么?

Automatic retry with exponential backoff and fallback targets. Use this skill when: 1. You need resilient task submission with automatic retry logic 2. You w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Pilot Task Retry?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-task-retry」即可一键安装,无需额外配置。

Pilot Task Retry 是免费的吗?

是的,Pilot Task Retry 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Task Retry 支持哪些平台?

Pilot Task Retry 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Task Retry?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论