← 返回 Skills 市场
Pilot Sla
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-sla - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-sla触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Pilot Sla?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-sla」即可一键安装,无需额外配置。
Pilot Sla 是免费的吗?
是的,Pilot Sla 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Sla 支持哪些平台?
Pilot Sla 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Sla?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills