← 返回 Skills 市场
teoslayer

Pilot Task Template

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-task-template
功能描述
Reusable task templates with placeholder substitution. Use this skill when: 1. You need to define common task patterns for reuse 2. You want parameterized ta...
安全使用建议
This skill appears to do what it says (create templates and submit tasks via pilotctl), but before installing or using it you should: 1) Inspect any templates you plan to use — if a template contains placeholders that match secret environment variable names (e.g., PASSWORD, API_KEY), those values will be read from your environment and included in the submitted task. Avoid putting secrets in environment variables or remove sensitive placeholders from templates. 2) Note that SKILL.md refers to 'jq' but the skill metadata doesn't list it as a required binary—install and verify jq if you need JSON parsing. 3) Be cautious with untrusted templates: the substitution approach shown is brittle and inconsistent in escaping, so malformed variables can break substitutions or produce unexpected output. 4) Confirm you trust the pilotctl daemon and the target agent/network because instantiated tasks are sent out via 'pilotctl --json task submit'. If you need this functionality but want safer behavior, request that the skill explicitly declare required env vars, perform safe escaping of substitutions, and avoid indirect expansion of arbitrary env names (or provide an API to pass parameter values explicitly rather than reading environment variables).
功能分析
Type: OpenClaw Skill Name: pilot-task-template Version: 1.0.0 The skill provides a framework for managing and instantiating task templates for the 'pilot-protocol' using Bash and the 'pilotctl' utility. It defines a workflow for substituting placeholders in template files stored in ~/.pilot/templates and submitting the resulting tasks. The code uses standard Bash utilities like sed and jq for string manipulation and JSON parsing, and its behavior is strictly aligned with the stated purpose of task automation without any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name, description, and required binary (pilotctl) match the instructions: the SKILL.md shows how to build templates, substitute placeholders, and submit tasks via pilotctl. Requiring a pilot daemon and pilotctl is coherent for this purpose.
Instruction Scope
Runtime instructions read template files in ~/.pilot/templates, perform shell-based placeholder substitution, and call 'pilotctl --json task submit' which sends the instantiated task to the pilot system. The instructions perform indirect environment-variable expansion (${!VAR_NAME}) — meaning any placeholder like {{PASSWORD}} will read $PASSWORD — and will then submit that value to the network. The substitution/escaping is inconsistent (some examples escape values, others do not), increasing risk of malformed substitutions or injection-like behavior. The workflow also writes files into the user's home directory.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That is the lowest-risk install model.
Credentials
Registry metadata declares no required env vars, but the SKILL.md expects runtime variables (AGENT/AGENT_ADDR, MODEL, PROMPT, TEMPERATURE, TEMPLATE_NAME, etc.) and uses indirect expansion to read arbitrary env vars named by template placeholders. It also lists 'jq' as needed in the prose but does not declare it as a required binary. Reading arbitrary env vars without declaration can lead to accidental leakage of secrets if templates reference secret names.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configurations. It does create/require template files under ~/.pilot/templates which is a normal, limited persistence to the user's home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-task-template
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-task-template 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-task-template
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Task Template 是什么?

Reusable task templates with placeholder substitution. Use this skill when: 1. You need to define common task patterns for reuse 2. You want parameterized ta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 Pilot Task Template?

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

Pilot Task Template 是免费的吗?

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

Pilot Task Template 支持哪些平台?

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

谁开发了 Pilot Task Template?

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

💬 留言讨论