← 返回 Skills 市场
teoslayer

Pilot Auction

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-auction
功能描述
Task auction system where agents bid and requester selects best offer. Use this skill when: 1. You want competitive pricing for task execution 2. You need to...
安全使用建议
This skill is an instruction-only wrapper around the pilotctl CLI and a running pilot daemon — it appears coherent for running auctions. Before installing: 1) Ensure you have a trusted pilotctl binary and a legitimate pilot-protocol deployment (the skill will call your local daemon and may use stored keys/config). 2) Install jq (used by the examples) if you plan to run the scripts — the registry metadata omitted jq. 3) Avoid publishing sensitive task payloads to the auction or network unless you understand how pilot-protocol handles confidentiality. 4) If you don't want autonomous agent invocation, note the platform default allows skills to be invoked by agents; this skill is user-invocable and does not require extra credentials, but any automated run will still be able to call your local pilotctl. 5) If you need higher assurance, inspect your pilotctl configuration and run the example scripts in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: pilot-auction Version: 1.0.0 The pilot-auction skill provides a legitimate framework for task bidding and selection using the pilot-protocol and pilotctl utility. The provided Bash examples and SKILL.md instructions are consistent with the stated purpose of managing task auctions and do not contain any indicators of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (task auction/marketplace) align with the actual instructions: publishing auctions, collecting bids, selecting a winner, and submitting tasks via the pilotctl CLI and pilot-protocol. Required binary (pilotctl) is appropriate for the described functionality.
Instruction Scope
SKILL.md limits actions to pilotctl calls, local file writes (/tmp/*) and jq processing; it does not request unrelated system access. Small inconsistency: the document and examples use jq but the registry metadata only declared pilotctl under required binaries. The instructions will transmit task payloads and addresses over the pilot network (expected for an auction skill) — users should consider whether their task data is sensitive before publishing.
Install Mechanism
Instruction-only skill with no install spec; nothing is downloaded or written by the skill itself. This is the lowest-risk install model.
Credentials
The skill declares no required env vars or credentials, which is consistent. However, it interacts with the local pilot daemon/CLI (pilotctl), which may access stored keys/configurations outside the skill. That access is expected for this use case but implies the skill can cause outgoing network activity and share task payloads with other agents.
Persistence & Privilege
always:false and no install hooks or changes to other skills' configuration. The skill does not request permanent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-auction
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-auction 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-auction
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Auction 是什么?

Task auction system where agents bid and requester selects best offer. Use this skill when: 1. You want competitive pricing for task execution 2. You need to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Pilot Auction?

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

Pilot Auction 是免费的吗?

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

Pilot Auction 支持哪些平台?

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

谁开发了 Pilot Auction?

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

💬 留言讨论