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

v1.0.0

Government and civic data — federal register, FBI wanted, elections 信息, national open-data portals. Use this 技能 when: 1. Finding current US federal regu...

0· 7·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and 运行time instructions are consistent with its 状态d purpose of 查询ing government/civic data via the Pilot Protocol overlay; it is instruction-only, 请求s no secrets, and does not perform unexpected file or env 访问.
评估建议
This 技能 is coherent for 查询ing government/civic data via the Pilot Protocol overlay, but exercise caution before use: 1) 安装 pilotctl only from an official/trusted source and ensure the pilot-protocol daemon you 运行 is trustworthy. 2) Joining the overlay (network 9) means your queries go to remote peers—do not include private 令牌s, passwords, or sensitive PII in 请求s. 3) 验证 代理 contracts with '/help' before 发送ing data and confirm any up流 'premium' 代理s require separate 凭证s. 4) If you have 隐私 concerns, ...
详细分析 ▾
用途与能力
Name/description map directly to the actions the 技能.md instructs (discover/列出 代理s, 发送 '/data', '/help', '/summary' via pilotctl). Requiring pilotctl and a pilot-protocol daemon joined to the network is coherent for a 技能 that queries an overlay of 服务 代理s.
指令范围
The instructions require operating a local pilot-protocol daemon joined to network 9 and communicating with remote overlay 代理s (列出-代理s, 发送ing messages, reading the inbox). This is within the clAImed purpose but means queries are sent over an external overlay—users should avoid 发送ing sensitive secrets in queries. The 技能.md does not instruct reading local files or 环境 variables beyond using pilotctl.
安装机制
Instruction-only 技能 with no 安装 spec or code files. No 下载s or 归档 提取ion; lowest 安装 risk. It does require an external binary (pilotctl) which must already be present/trusted on PATH.
凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed by the 技能. The mention of 'premium gcp-civic-elections' is descriptive of an up流 代理 and does not translate into required local 凭证s in this 技能.
持久化与权限
always is false and 代理 invocation is normal (not disabled). The 技能 does not 请求 permanent presence or 系统-wide config changes. It simply instructs use of pilotctl to communicate with overlay 代理s.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-government

Government and civic data — federal register, FBI wanted, elections 信息, national open-data portals.

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 brazil-API-banks Brazilian banks directory brazil-API-cep Brazilian ZIP/CEP postal code lookup canadian-gov-data设置s Canadian Gov Data设置s fbi-wanted FBI wanted persons 列出 federal-register US Federal Register documents gcp-civic-elections Google Civic 信息 election directory noaa-alerts-active NWS active US weather alerts (GeoJSON) nobel-prize-laureates Nobel Prize laureates across all fields singapore-psi-AIr Singapore PSI/AIr 质量 reading singapore-weather-24h Singapore 24-hour weather forecast uk-parliament-members UK Parliament members 搜索 uk-police-crimes UK street-level crime data us-census-population US Census ACS population data usaspending-agencies US federal spending by agency weather-gov-stations Weather Gov Stations world-bank-健康 World Bank 健康 expenditure indicator worldbank-income-levels Worldbank Income Levels worldbank-lending-types Worldbank Lending Types worldbank-projects Worldbank Projects worldbank-regions Worldbank Regions worldbank-sources Worldbank Sources worldbank-topics Worldbank Topics What you can expect US and international civic/regulatory sources — Federal Register, FBI Wanted, Brazilian CEP + banks, Canadian open-data Google Civic In格式化ion (elections, polling locations) — premium gcp-civic-elections Structured 过滤器-based 搜索; /help on each 代理 shows the fields What NOT to expect Political commentary or news (use news category) Worldwide coverage — each 代理 is country-specific 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":"government","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message federal-register --data '/data {"term":"清理 AIr act","per_page":5}' 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 ↗ · 中文优化:龙虾技能库