← Back to Skills Marketplace
Pilot Metrics
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
143
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-metrics
Description
Collect and aggregate agent metrics from connections, peers, and custom events. Use this skill when: 1. You need to monitor agent health and performance 2. Y...
Usage Guidance
This skill appears coherent and limited to running pilotctl and jq to collect metrics. Before installing: ensure the pilotctl binary you have on PATH is from a trusted source (the skill runs it with your permissions), confirm the pilot daemon is intended to run on the host, and be aware the example script writes to /tmp (review and run in a safe environment). The skill is AGPL-3.0 licensed and depends on the separate pilot-protocol skill — verify that dependency. If you do not trust the pilotctl binary or the pilot network, do not enable the skill.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-metrics
Version: 1.0.0
The pilot-metrics skill provides standard monitoring and observability capabilities for the Pilot Protocol using the pilotctl utility and jq. The provided Bash examples and commands in SKILL.md are consistent with the stated purpose of aggregating agent health, connection counts, and RTT metrics without any signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description ask for agent metrics and the skill only requires pilotctl and jq, which are directly relevant. Declaring dependency on the pilot-protocol skill and a running daemon is consistent with the stated purpose.
Instruction Scope
SKILL.md only instructs running pilotctl commands and using jq to aggregate JSON into a local /tmp file. It does not read unrelated system files, request unrelated environment variables, or post data to external endpoints.
Install Mechanism
No install spec — instruction-only. Nothing is downloaded or written to disk by the skill itself beyond the example script writing to /tmp, so installation risk is low.
Credentials
No environment variables, credentials, or config paths are required. The requested binaries (pilotctl, jq) are appropriate for the functionality described.
Persistence & Privilege
The skill does not request always:true or elevated privileges, and it does not modify other skills or global agent configuration. Autonomous invocation is allowed by default but not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-metrics - After installation, invoke the skill by name or use
/pilot-metrics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Metrics?
Collect and aggregate agent metrics from connections, peers, and custom events. Use this skill when: 1. You need to monitor agent health and performance 2. Y... It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install Pilot Metrics?
Run "/install pilot-metrics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Metrics free?
Yes, Pilot Metrics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Metrics support?
Pilot Metrics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Metrics?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills