← Back to Skills Marketplace
teoslayer

Pilot Auction

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-auction
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-auction
  3. After installation, invoke the skill by name or use /pilot-auction
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-auction
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Pilot Auction?

Run "/install pilot-auction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pilot Auction free?

Yes, Pilot Auction is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Auction support?

Pilot Auction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Auction?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments