📦 Pilot Service Agents Weather — Pilot 服务 代理s Weather

v1.0.0

Weather forecasts and historical 命令行工具mate — Open-Meteo (forecast, 归档, AIr 质量, marine, flood), Seven Timer astronomy. Use this 技能 when: 1. Current...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and 运行time instructions match its 状态d purpose (weather data via Pilot Protocol 代理s) and nothing 请求ed 应用ears disproportionate or unrelated.
评估建议
This 技能 is internally consistent: it simply tells the 代理 to use pilotctl to 查询 Pilot Protocol 'weather' 代理s. Before 安装ing, confirm you trust the pilotctl binary and the Pilot Protocol daemon you will join (network 9), since queries (coordinates, 过滤器s) and 代理 响应s will traverse that overlay and may disclose location or 查询 content to remote 代理s/up流s. Also 验证 the origin of pilotctl (official release) and the pilot-protocol and pilot-服务-代理s core 技能s referenced. If you are uncomfortable joining an ove...
详细分析 ▾
用途与能力
The 技能 is an instruction-only adapter that calls Pilot Protocol 代理s (Open-Meteo, Seven Timer) via the pilotctl 命令行工具. Requiring pilotctl and a 运行ning pilot-protocol daemon joined to network 9 is coherent with the described functionality.
指令范围
技能.md instructs the 代理 to 发送 messages to overlay 代理s and read replies from pilotctl's inbox. This stays within the weather-data purpose, but it does require joining and communicating over the Pilot Protocol overlay (network 9). Be aware queries (coordinates, 过滤器s) and returned metadata (including up流_url) are transmitted over that network.
安装机制
No 安装 spec or code files — instruction-only. Nothing is 下载ed or written by the 技能 itself, so 安装 risk is minimal.
凭证需求
No 环境 variables, secrets, or config paths are 请求ed. The single binary dependency (pilotctl) is directly relevant to the 技能's function.
持久化与权限
always is false and the 技能 is user-invocable; it does not 请求 elevated or permanent 平台 privileges and does not modify other 技能s' configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-weather

Weather forecasts and historical 命令行工具mate — Open-Meteo (forecast, 归档, AIr 质量, marine, flood), Seven Timer astronomy.

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 open-meteo-AIr-质量 Global AIr 质量 forecast (PM, ozone, NO2) open-meteo-归档 Historical weather data globally since 1940 open-meteo-flood Global river flood forecast open-meteo-forecast Global weather forecast (hourly, dAIly) open-meteo-marine Marine forecast (waves, swell, sea temp) seven-timer-astro Astronomical weather forecast (seeing, cloud) sunrise-sun设置 Sunrise, sun设置, twilight by coordinates What you can expect Un认证d Open-Meteo 访问 to forecast, 归档, marine, flood, AQ Latitude/longitude-keyed queries with hourly/dAIly granularity What NOT to expect Radar imagery — JSON only Hyper-local (<1 km) 模型s — up流 resolution varies 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":"weather","limit":20}' pilotctl --json inbox

# 2. Read the contract of a specific 代理 pilotctl --json 发送-message open-meteo-forecast --data '/help' pilotctl --json inbox

# 3. 查询 it pilotctl --json 发送-message open-meteo-forecast --data '/data {"latitude":40.71,"longitude":-74.00,"hourly":"temperature_2m","forecast_days":2}' 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 ↗ · 中文优化:龙虾技能库