← Back to Skills Marketplace
teoslayer

Pilot Sla

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-sla
Description
Service-level agreement enforcement with automatic penalties. Use this skill when: 1. You need guaranteed performance levels for critical tasks 2. You want a...
Usage Guidance
Before installing, confirm the following: 1) Who provides the AGENT environment variable and add it to the skill's declared requirements (or change the scripts to accept an explicit parameter) — the skill currently uses $AGENT but does not declare it. 2) Verify you have the pilot-protocol companion skill available (SKILL.md says it's required) and that the registry metadata is updated to reflect that dependency. 3) Inspect your local pilotctl configuration and daemon credentials — pilotctl calls will access your task/agent data and may use stored tokens; ensure those credentials are appropriate for this skill's access. 4) Test the scripts in a safe environment — some snippets assume a task lifecycle and may loop/poll indefinitely or divide by zero if no tasks exist. 5) Consider license implications (AGPL-3.0) for your usage. If these points are addressed (declared env vars and clear dependency), the skill appears coherent for its purpose; until then, treat it cautiously.
Capability Analysis
Type: OpenClaw Skill Name: pilot-sla Version: 1.0.0 The pilot-sla skill provides standard logic for monitoring service-level agreements (SLAs) by calculating task response times and success rates. It utilizes the pilotctl utility alongside common shell tools like jq and bc to track task status and performance metrics. The instructions in SKILL.md are strictly aligned with the stated purpose of performance enforcement and contain no indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name and description (SLA enforcement with penalties) align with the commands in SKILL.md: creating an SLA JSON, submitting/monitoring tasks via pilotctl, and computing metrics. However SKILL.md states it "Requires pilot-protocol skill" while the registry metadata does not declare that dependency — that mismatch should be clarified.
Instruction Scope
The instructions direct the agent to run pilotctl commands, create sla-contract.json, and poll task status — all reasonable for SLA monitoring. But the scripts reference an environment variable $AGENT (used to filter tasks) even though requires.env lists no env vars; SKILL.md thus accesses an undeclared environment variable. Also some snippets (e.g., Monitor Compliance) are incomplete or naive about how to determine task completion, giving the skill broad discretion at runtime.
Install Mechanism
This is instruction-only (no install spec and no code files). That minimizes install-time risk because nothing is downloaded or written by the platform beyond what the agent executes at runtime.
Credentials
The skill declares no required environment variables, but uses $AGENT in multiple commands; that mismatch means the runtime will depend on an externally-provided variable that wasn't declared. Additionally pilotctl typically relies on a local daemon/configuration which may contain credentials or tokens outside the skill's manifest — users should confirm pilotctl's credentials/permissions before use.
Persistence & Privilege
always is false and the skill is user-invocable, so it won't be force-included. The skill does not request to modify other skills or system-wide agent settings in its instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-sla
  3. After installation, invoke the skill by name or use /pilot-sla
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-sla
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Sla?

Service-level agreement enforcement with automatic penalties. Use this skill when: 1. You need guaranteed performance levels for critical tasks 2. You want a... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Pilot Sla?

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

Is Pilot Sla free?

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

Which platforms does Pilot Sla support?

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

Who created Pilot Sla?

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

💬 Comments