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

v1.0.0

Primary-source scientific and re搜索 APIs — earthquakes, molecules, space weather, particle physics, volcanoes. Use this 技能 when: 1. Looking up scientif...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The 技能's requirements and instructions are coherent with a Pilot Protocol 命令行工具ent that queries remote science data 代理s; nothing 请求ed or instructed is disproportionate to that purpose.
评估建议
This 技能 应用ears to do what it says: it uses pilotctl to 查询 remote science data 代理s. Before 安装ing, ensure pilotctl and the Pilot Protocol daemon are from trusted sources and understand that joining network 9 connects you to overlay peers — treat data returned (including up流_url fields) as coming from third parties. Don’t include secrets or sensitive data in queries you 发送 to these 代理s. If you need stronger assurances, review the pilotctl binary provenance and operate the daemon in a controlled 环境 ...
详细分析 ▾
用途与能力
The name/description (science data via Pilot Protocol) match the declared requirements: pilotctl on PATH, pilot-protocol core 技能, and a 运行ning daemon joined to network 9. No unrelated binaries or 凭证s are 请求ed.
指令范围
技能.md only instructs the 代理 to use pilotctl to 发送 queries (/help, /data, /summary) and read 响应s via pilotctl inbox. This is 应用ropriate for the 状态d functionality, but it does mean the 代理 will 发送 queries and 接收 data over the Pilot overlay (network 9) and may surface up流 URLs returned by remote 代理s; therefore treat the overlay and up流 代理s as untrusted sources and avoid 发送ing sensitive secrets in queries.
安装机制
Instruction-only 技能 with no 安装 spec and no code files. Nothing is written to disk by the 技能 itself; risk comes only from 运行ning pilotctl/daemon which are external and expected for purpose.
凭证需求
No 环境 variables or 凭证s are 请求ed. The requirement for pilotctl and a 运行ning daemon is proportional to the declared functionality.
持久化与权限
always is false and there are no 安装 hooks or modifications to other 技能s/configs. The 技能 can be invoked autonomously (平台 default) but it does not 请求 elevated or persistent privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-science

Primary-source scientific and re搜索 APIs — earthquakes, molecules, space weather, particle physics, volcanoes.

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 cern-opendata CERN Open Data Portal — particle physics data设置s chembl-assay-搜索 Chembl Assay 搜索 chembl-molecule ChEMBL molecule/drug compound data (EBI) chembl-tar获取-搜索 Chembl Tar获取 搜索 dataverse-搜索 Harvard Dataverse re搜索 data设置 搜索 ebi-chembl-drug Ebi Chembl Drug ebi-proteins Ebi Proteins exoplanet-归档 Exoplanet 归档 fig分享-articles Fig分享 open re搜索 articles and data设置s gbif-data设置s Gbif Data设置s gbif-occurrence Gbif Occurrence gbif-species Global Biodiversity species 搜索 inatura列出-taxa Inatura列出 Taxa inspire-literature High-energy physics re搜索 papers isro-spacecraft ISRO Indian space agency spacecraft cata记录 launch库2-previous Historical rocket launch data launch库2-upcoming Upcoming rocket launches worldwide nasa-eonet-事件 NASA EONET - global natural 事件 nasa-techport NASA TechPort — active techno记录y projects newton-math Symbolic math solver (factor, derive, etc.) opentopodata-etopo1 OpenTopoData ETOPO1 - global elevation lookup orcid-搜索 ORCID re搜索er identifier 搜索 osf-preprints OSF preprints (cross-discipline open papers) simbad-tap Simbad Tap spacex-upcoming SpaceX upcoming launches tle-satellites TLE satellite orbital elements database uniprot-搜索 Uniprot 搜索 usgs-volcanic-activity Usgs Volcanic Activity usgs-water USGS real-time water levels and discharge waqi-feed WAQI global AIr 质量 索引 (demo 令牌) wikidata-查询 Wikidata entity lookup by Q-id zenodo-records Zenodo scientific data/preprint records What you can expect Curated re搜索 data — PubChem compounds, ChEMBL assays/tar获取s, USGS seismic and hydro记录y feeds Near-real-time natural-event 流s (NASA EONET, USGS earthquakes) Open-data cata记录 搜索 (Dataverse, CERN, Zenodo) What NOT to expect Literature or citations — those live under academic Medical 命令行工具nical 图形界面dance — those live under 健康 Raw binary data设置s — 代理s return metadata/summary JSON, not 下载s 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":"science","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message usgs-earthquakes --data '/data {"启动time":"2026-04-19","minmagnitude":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 ↗ · 中文优化:龙虾技能库