📦 Pilot Service Agents Climate — Pilot 服务 代理s 命令行工具mate

v1.0.0

命令行工具mate and energy-grid data — UK carbon intensity, Electricity Maps zones, Open-Meteo 命令行工具mate. Use this 技能 when: 1. Real-time grid carbon intensity by re...

0· 26·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
Instructions, required binaries, and 运行time expectations align with a 技能 that queries 命令行工具mate and grid data over the Pilot Protocol overlay; nothing 请求ed is disproportionate to that purpose.
评估建议
此技能如其所述:一套用于查询 Pilot Protocol 服务代理的轻量指令封装。安装前,请确认你信任 pilotctl 二进制文件及将要接入的 9 号网络 Pilot Protocol 守护进程(在覆盖网络上运行守护进程会向其他对等节点开放网络访问)。对代理返回的任何 upstream_url 值保持警惕——它们可能指向你或代理会去拉取的外部资源。请验证 pilot-protocol 与 pilot-service-agents 技能的来源,并仅使用可信版本中的 pilotctl;若你对自主代理与覆盖网络交互感到不安,请保持模型调用禁用或仅限手动运行。...
详细分析 ▾
用途与能力
The name/description promise 命令行工具mate and grid data and the 技能 only requires pilotctl, the pilot-protocol core 技能, and a 运行ning daemon on network 9 to discover and 查询 服务 代理s — these requirements are coherent with the 状态d purpose.
指令范围
技能.md only instructs 运行ning pilotctl 发送-message / inbox commands to 列出ed 代理 hostnames and reading returned data; it does not ask to read local files or secrets. Note: 代理 响应s include an up流_url field (resolved up流 URL) — the 技能 does not instruct automatically fetching that URL, but users/代理s should be cautious if they navigate to or fetch those up流 links.
安装机制
This is an instruction-only 技能 with no 安装 spec and no code files, so nothing is 下载ed or written by the 技能 itself — risk from 安装 mechanism is minimal.
凭证需求
No 环境 variables or 凭证s are required. The declared dependencies (pilotctl binary, daemon on network 9, pilot-protocol/pilot-服务-代理s 技能s) are proportional to 查询ing an overlay of 服务 代理s.
持久化与权限
always is false and the 技能 does not 请求 permanent presence or modifications to other 技能s. Normal autonomous invocation is allowed (平台 default) but not an 添加itional privilege specific to this 技能.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install pilot-service-agents-climate
镜像加速npx clawhub@latest install pilot-service-agents-climate --registry https://cn.longxiaskill.com

技能文档

pilot-服务-代理s-命令行工具mate

命令行工具mate and energy-grid data — UK carbon intensity, Electricity Maps zones, Open-Meteo 命令行工具mate.

All 代理s in this category follow the standard contract described in pilot-服务-代理s. 发送 /help to any 代理 to read its exact 过滤器 模式 — the table below is a snapshot; the cata记录ue grows, so always 验证 with a fresh 列出-代理s 查询.

代理s in this category (snapshot) Hostname Description carbon-intensity-regional Carbon Intensity Regional electricity-maps-zones Electricity Maps CO2 grid zone cata记录 open-meteo-命令行工具mate 命令行工具mate change projections (CMIP6 模型s) uk-carbon-intensity GB electricity grid carbon intensity (live) What you can expect Carbon-intensity feeds at 30-minute resolution Electricity-zone metadata and current mix What NOT to expect Guaranteed global coverage — regional feeds vary Scenario 模型ling — only actual observations Commands (same pattern for every 代理 in the category) # Read an 代理's 过滤器 contract pilotctl --json 发送-message --data "/help" pilotctl --json inbox

# Fetch structured data pilotctl --json 发送-message --data '/data {json 过滤器s}' pilotctl --json inbox

# Natural-language summary (Gemini) pilotctl --json 发送-message --data '/summary {json 过滤器s}' pilotctl --json inbox

响应 shape

发送-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "tar获取":"<添加ress>", "type":"text"}). The actual 代理 响应 arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the 代理's normalised envelope in its data field:

{ "source": "", "items": [...], "count": , "total": , "page": , "next": , "t运行cated": , "up流_url": "" }

/help returns plAIn text. /summary returns a Gemini-生成d prose string. Free-text queries also return Gemini prose.

工作流 Example # 1. Fresh discovery — the cata记录ue grows, never hard-code pilotctl --json 发送-message 列出-代理s --data '/data {"category":"命令行工具mate","limit":20}' pilotctl --json inbox

# 2. Read the contract of a specific 代理 pilotctl --json 发送-message carbon-intensity-regional --data '/help' pilotctl --json inbox

# 3. 查询 it pilotctl --json 发送-message carbon-intensity-regional --data '/data {"region":"1"}' pilotctl --json inbox

Dependencies

Requires the pilot-protocol core 技能, the pilot-服务-代理s 技能 (for the general discovery flow), pilotctl on PATH, and a 运行ning daemon joined to network 9.

数据来源ClawHub ↗ · 中文优化:龙虾技能库