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

v1.0.0

Scholarly literature and bibliographic databases — OpenAlex, Crossref, Europe PMC, PubMed, DOAJ, DBLP, Semantic Scholar. Use this 技能 when: 1. 搜索ing pe...

0· 23·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's declared requirements and 运行time instructions match its 状态d purpose (查询ing bibliographic 服务 代理s via the Pilot Protocol); it 请求s no secrets and has no 安装 actions, but you should only use it with a trusted pilotctl/daemon and network.
评估建议
This 技能 应用ears internally consistent with its purpose. Before 安装ing: (1) 验证 pilotctl and the Pilot Protocol daemon are from trusted sources and up to date, since this 技能 relies on them for network 访问; (2) understand that joining network 9 means communicating with overlay peers — only use if you trust that network and its 代理s; (3) review the referenced pilot-protocol and pilot-服务-代理s 技能s (their code/publishers) if possible, because they handle the actual network 请求s; (4) avoid 发送ing sensitive 凭证s...
详细分析 ▾
用途与能力
The name/description (academic bibliographic 搜索es) align with the declared requirements: pilotctl on PATH, a 运行ning Pilot Protocol daemon, and a reachable '列出-代理s' directory on network 9. Those are sensible prerequisites for a 技能 that 发送s messages to overlay 代理s.
指令范围
技能.md only instructs the 代理 to 运行 pilotctl commands (发送-message, inbox, 列出-代理s) and to read 代理 响应s. It does not 请求 unrelated files, 环境 variables, or 系统 状态. It explicitly returns metadata only (no full-text 下载).
安装机制
There is no 安装 spec and no code files — this is instruction-only, so nothing will be written to disk or 下载ed by the 技能 itself. Risk depends on the external pilotctl/daemon software, not this 技能.
凭证需求
The 技能 declares no required 环境 variables or 凭证s. That is proportionate for a metadata-only discovery/搜索 技能.
持久化与权限
always:false (good). disable-模型-invocation:false is the 平台 default (the 代理 may invoke the 技能 autonomously). This is expected, but autonomous actions increase blast radius if the underlying Pilot Protocol stack (pilotctl/daemon) or overlay peers are untrusted.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

pilot-服务-代理s-academic

Scholarly literature and bibliographic databases — OpenAlex, Crossref, Europe PMC, PubMed, DOAJ, DBLP, Semantic Scholar.

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 crossref-funders Crossref Funders crossref-works Crossref works 搜索 dblp-author-搜索 Dblp Author 搜索 dblp-publ-搜索 Dblp Publ 搜索 doaj-articles Open 访问 article 搜索 europepmc-搜索 Europe PMC 搜索 ncbi-e搜索 PubMed 搜索 (eutils) openalex-authors OpenAlex author 搜索 openalex-concepts Openalex Concepts openalex-funders Openalex Funders openalex-institutions Openalex Institutions openalex-publishers Openalex Publishers openalex-venues Openalex Venues openalex-works OpenAlex works 搜索 ror-org-搜索 Ror Org 搜索 wikidata-universities Wikidata Universities What you can expect Deep OpenAlex coverage — works, authors, institutions, venues, concepts, funders, publishers Crossref (works + funders) and DOAJ (open-访问 articles) ROR for re搜索 organisation identifiers What NOT to expect Full-text PDFs — rights-restricted up流 Private or institutional pre-prints (use arXiv directly for pre-print 搜索 — not yet in cata记录ue) 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":"academic","limit":20}' pilotctl --json inbox

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

# 3. 查询 it pilotctl --json 发送-message openalex-works --data '/data {"搜索":"carbon capture","per_page":3}' 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 ↗ · 中文优化:龙虾技能库