← Back to Skills Marketplace
teoslayer

Pilot Auto Trust

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-auto-trust
Description
Automatic trust management with configurable policies for Pilot Protocol agents. Use this skill when: 1. You need to auto-approve handshake requests from kno...
Usage Guidance
This skill appears to do what it says (auto-approving/rejecting Pilot Protocol peers using pilotctl), but take care before installing: 1) SKILL.md uses jq, xargs, and Bash but jq is not declared in the metadata—ensure jq is installed. 2) The provided commands perform bulk approve/reject operations based on simple filters; run them in dry-run mode first (inspect pilotctl --json pending output) and test patterns in a sandbox. 3) Add safety controls: require manual confirmation, add a dry-run flag, limit batch sizes, or log actions to an audit file. 4) Verify the pilotctl binary and pilot-protocol skill are from trusted sources. If the agent will invoke this autonomously, be especially cautious because it can grant network trust automatically; prefer manual invocation or restrict automation until policies and safeguards are proven. If you can, ask the publisher to update the skill metadata to list jq (and any other CLI tools) explicitly and to include safer example workflows (dry-run/confirm).
Capability Analysis
Type: OpenClaw Skill Name: pilot-auto-trust Version: 1.0.0 The skill provides legitimate automation for the Pilot Protocol using the pilotctl command-line tool and jq. It facilitates policy-based trust decisions (approving or rejecting nodes based on reputation scores or hostname patterns) as described in SKILL.md. The code logic is transparent, uses standard shell utilities, and lacks any indicators of data exfiltration, unauthorized execution, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: the skill is explicitly for automated trust decisions for Pilot Protocol and the runtime commands call pilotctl. That capability legitimately requires pilotctl and the pilot-protocol integration. However, the SKILL.md also depends on jq (and common Unix tools like xargs), but jq is not listed in the declared required binaries in the openclaw metadata—an inconsistency.
Instruction Scope
All runtime instructions are shell-based pilotctl commands to list, approve, and reject pending requests, which stay within the stated purpose. They do, however, perform bulk approve/reject operations driven by pattern-matching (hostname, polo_score, address). Those bulk actions are powerful and can cause broad policy changes if misapplied. The SKILL.md does not include safety guards (dry-run, confirmation prompts, rate limits) and assumes jq, xargs, and Bash are available.
Install Mechanism
Instruction-only skill with no install spec or downloads — lowest install risk. Nothing is written to disk by an installer here.
Credentials
The skill requests no environment variables or credentials, which is appropriate for local pilotctl usage. The only proportionality issue is the metadata omission of jq from required binaries even though the instructions rely on it; ensure runtime environment has jq and other CLI utilities available. Also confirm the pilot-protocol skill (which this requires) does not request unrelated credentials.
Persistence & Privilege
The skill is not forced-always and does not request persistent or system-wide modifications. Autonomous invocation is allowed (default), which matches the skill's purpose (automated trust decisions) but increases the potential impact of mistakes or misconfiguration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-auto-trust
  3. After installation, invoke the skill by name or use /pilot-auto-trust
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-auto-trust
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Auto Trust?

Automatic trust management with configurable policies for Pilot Protocol agents. Use this skill when: 1. You need to auto-approve handshake requests from kno... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Pilot Auto Trust?

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

Is Pilot Auto Trust free?

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

Which platforms does Pilot Auto Trust support?

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

Who created Pilot Auto Trust?

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

💬 Comments