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

v1.0.0

News feeds, forum aggregators, and current-事件 流s — Hacker News, dev.to, GDELT, Reddit, Stack Exchange, USGS hazards. Use this 技能 when: 1. Pulling...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's declared purpose (aggregating public news/feeds via Pilot Protocol) matches its requirements and 运行time instructions — it only needs pilotctl and a 运行ning Pilot daemon and does not 请求 unrelated 凭证s or perform unrelated actions.
评估建议
This 技能 应用ears coherent and limited to 查询ing Pilot Protocol news 代理s. Before 安装ing: (1) ensure pilotctl is obtAIned from a trusted source and you understand the Pilot daemon/network join process; (2) be aware that 代理 响应s may include up流 external URLs (命令行工具cking/following them may expose you to malicious content); (3) if you 运行 the Pilot daemon, confirm you're comfortable joining network 9 and the 隐私/trust 模型 of the Pilot overlay. If any of those network/trust assumptions are unacceptable, avoid...
详细分析 ▾
用途与能力
Name/description (news feeds, HN, Reddit, GDELT, USGS, etc.) aligns with the 运行time requirements: pilotctl on PATH, the pilot-protocol/pilot-服务-代理s 技能s, and a daemon joined to network 9. No extraneous binaries, env vars, or config paths are 请求ed.
指令范围
技能.md only instructs the 代理 to use pilotctl to discover 代理s (列出-代理s), read 代理 contracts (/help), 请求 structured data (/data) and summaries (/summary), and poll the inbox. It does not direct the 代理 to read unrelated files, 环境 variables, or 系统 config. Note: 代理 响应s include up流 URLs returned by the networked sources (expected for a feed aggregator).
安装机制
Instruction-only 技能 with no 安装 spec and no bundled code — lowest-risk 安装ation footprint. The only external dependency is the pilotctl binary, which must already be present.
凭证需求
No 环境 variables, 凭证s, or config paths are required. The absence of 请求ed secrets is proportional to the described function.
持久化与权限
always:false (not force-included). disable-模型-invocation is default false (代理 may invoke the 技能 autonomously) — this is standard for 技能s and not concerning by itself because the 技能 does not 请求 broad 凭证s or 系统 访问.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-news

News feeds, forum aggregators, and current-事件 流s — Hacker News, dev.to, GDELT, Reddit, Stack Exchange, USGS hazards.

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 dev-to-articles dev.to article feed / 搜索 gdelt-上下文-API GDELT 上下文 2.0 - global event 上下文 data hackernews-jobstories Hacker News — job postings feed hackernews-newstories Hacker News — newest stories hn-algolia-搜索 HN Algolia 搜索 hn-item HN item by id hn-top HN top stories 列出 lemmy-posts Lemmy Posts lobsters-hottest Lobsters Hottest mediawiki-featured Mediawiki Featured noaa-nhc-storms NOAA National Hurricane Center - active tropical storms openbrewerydb-breweries OpenBreweryDB - worldwide brewery directory open库-trending Open库 Trending reddit-public-sub Reddit public subreddit feed (JSON) spaceflight-news-articles Spaceflight news aggregator (articles) spaceflight-news-b记录s Spaceflight news aggregator (b记录s) stackexchange-questions Stack Overflow questions usgs-earthquakes USGS real-time global earthquake feed wayback-avAIlable Wayback Machine snapshot lookup What you can expect Low-latency feeds of developer/tech content 归档.org Wayback and GDELT global-事件 上下文 Public subreddit and Lemmy-community feeds (no auth) What NOT to expect Paywalled or syndicated press content Full-text rich media — feeds return titles/URLs/snippets 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":"news","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message hn-top --data '/data {"limit":10}' 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 ↗ · 中文优化:龙虾技能库