一键导入
arxiv-search
Academic paper search via arXiv. Returns ranked paper results per query envelope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Academic paper search via arXiv. Returns ranked paper results per query envelope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Append one hash-chained audit event to okrs/<id>/audit/events/<run-id>.jsonl. Returns the new chain head.
Replay the hash chain over an existing audit JSONL; returns the chain head on success, the first integrity failure reason on failure.
Query the mesh's threat library for entries matching a concern (e.g. "identity", "data-licensing").
Aggregated architecture context for a scope — CALM nodes + ADRs + fitness functions + quality attributes. PURE data; the Architect persona is in the parent agent's prompt.
Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.
Aggregated security context for a scope — STRIDE threats + OWASP refs + NIST controls + prior threat-model docs. PURE data; the Security persona is in the parent agent's prompt.
| name | arxiv-search |
| description | Academic paper search via arXiv. Returns ranked paper results per query envelope. |
| version | 0.1.0 |
| purity | pure-data |
| runtime | research-runner |
| command | npx @maintainabilityai/research-runner@~0.1.64 skill-arxiv-search |
Call when the agent needs peer-reviewed / preprint academic sources for research evidence. PURE-data: no LLM inside; the parent agent crafts queries (formal CS / domain terms — see prompt-packs/looking-glass/research/query-plan.md anchors).
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
queries | string[] | yes | — | Formal-domain queries: 3-6 word technical phrases, no boolean operators, no recency year (e.g. "named entity disambiguation knowledge graph"). |
maxResults | integer | no | 10 | Per-query result cap. |
| Field | Type | Description |
|---|---|---|
envelopes | {query, status, count, error?}[] | Per-query envelope. |
results | ProviderResult[] | Flattened ranked list with abstract field per paper. |
echo '{"queries":["named entity disambiguation knowledge graph"]}' \
| npx @maintainabilityai/research-runner@~0.1.64 skill-arxiv-search
Thin wrapper over packages/research-runner/src/search/arxiv-client.ts. No API key required (arXiv is open). The CLI subcommand backend lands in B-PR1a.
On terminal failure (network exhausted), exits non-zero and writes {ok: false, reason} to stdout. Agent continues with remaining providers per §5.5.3.