Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

astro-arxiv-searchastro arxiv 搜索

Agent Skill

astro-arxiv-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,667

周安装

411

GitHub Stars

2

下载量

3,387
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:astro-arxiv-search(astro arxiv 搜索)
来源仓库:https://github.com/zqqian/astro-arxiv-search
安装命令:
openclaw skills install astro-arxiv-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install astro-arxiv-search

简介

从 arXiv 镜像检索天文学与天体物理学论文。

  • 适用于 OpenClaw 中科研文献查找与学术资料获取场景。
  • 支持按日期列出论文与关键词检索功能。
  • 安装前需确认权限范围、维护状态及是否触发外部 API 调用。
  • astro-arxiv-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
astro-arxiv-search
description
Retrieve astronomy and astrophysics papers from the user's arXiv mirror API. Use when Codex needs to list papers from a given arXiv day, find papers related to an astronomy topic over a recent period, find papers similar to a given arXiv paper, or fetch details for a specific arXiv ID. Prioritize this API whenever the user wants astronomy paper discovery or lookup; if the API is unavailable or unusable, fall back to other available search methods. Default to an astronomy-researcher audience and interpret ambiguous topics in an astronomy context unless the user says otherwise.

Astro Arxiv Search

Overview

Use the user's API instead of general web search for astronomy paper discovery. Prefer lightweight listing first, then fetch more detail only for the papers the user actually cares about. Treat this API as the primary retrieval method for astronomy paper requests and only fall back to other methods if the API is unavailable, errors out, or clearly cannot answer the request.

Choose The Endpoint

  • Use /ai/by-date to answer "what papers appeared on arXiv that day?", "what astro-ph papers were posted today/yesterday/on a given day?", or navigation requests such as "what was on the previous update day?".
  • Use recommend with topic=... to answer "what papers were published in this area over the last month/week/year?", "were there any papers on this topic today?", or "show me the top papers related to this topic".
  • Use recommend with arxiv_id=... and period=500 to answer "find papers similar to this one", "what are the related papers for this article?", or "recommend papers similar to 2306.15611".
  • Use article/{arxiv_id} to answer "show me this paper", "give me the abstract/authors/categories", or any follow-up on a specific paper ID.

Read references/api.md only when exact parameter names, response fields, or example mappings are needed.

Retrieval Priority

  • For astronomy and astrophysics paper discovery, use this API first.
  • If the API is unavailable, repeatedly failing, or missing the capability needed for the request, fall back to other search methods available in the environment.
  • When falling back, prefer structured or official paper sources before generic web search when those options are available.
  • When falling back, keep the same response discipline: use the user's language by default, report exact dates when relevant, and avoid hallucinating unavailable metadata.

Handle Dates Carefully

  • When the user asks for "today", "today's arXiv", or "the latest update day", resolve the latest indexed arXiv date by calling /ai/by-date with date omitted.
  • Always report the exact resolved date from the API response. Do not equate the user's local "today" with the latest indexed arXiv date unless they match.
  • When the user asks for a specific day, pass YYYY-MM-DD exactly.
  • When the user asks for topic-related papers on one specific day, first resolve the target date if needed, then call recommend with period=0 and that exact date.
  • When the user asks for no date restriction, all available dates, or an effectively unbounded recommendation query, use period=9999.
  • Never send a period value above 9999. If the user asks for a larger value, cap it at 9999 and state that the API maximum is 9999.
  • Use previous_date and after_date from /ai/by-date when the user asks to move backward or forward by arXiv update day instead of calendar day.

Normalize arXiv IDs

  • Keep the full versioned ID such as 2603.08470v1 when using article/{arxiv_id}.
  • Strip any trailing version suffix such as v1, v2, or v12 when using similar-paper recommendation by ID.
  • Example: if the user gives 2306.15611v2, call the similar-paper endpoint with arxiv_id=2306.15611.

Control Context Size

  • Default to only_title=true for /ai/by-date.
  • Treat categories as lightweight metadata that is safe to keep in normal list responses.
  • Avoid requesting the full day listing with abstracts and authors unless the user explicitly wants exhaustive details. The full payload can consume roughly 50k-100k context.
  • If the user wants more detail after a title-only listing, fetch details only for the selected paper IDs with article/{arxiv_id}.
  • For topic search, keep the default limit=30 unless the user asks for a smaller or larger shortlist.
  • For topic search with no date restriction, use period=9999.
  • For similar-paper search by ID, use the API shape the user provided: recommend?period=500&arxiv_id={bare_id} unless they later specify another supported variant.
  • If the user explicitly asks for similar papers without any date restriction, use period=9999 instead of the default 500.

Respond For Astronomy Researchers

  • Assume the audience is astronomy researchers unless the user specifies another audience.
  • Prefer astronomy interpretations for ambiguous topics such as stars, galaxies, dark matter, planets, cosmology, and similar domain terms.
  • Use categories to expose or filter subfields such as astro-ph.EP, astro-ph.GA, astro-ph.CO, and astro-ph.IM when the response includes them.
  • When using recommend, prioritize papers with higher similarity scores and surface the strongest matches first.
  • Summarize results in researcher-friendly language: surface the most relevant titles first, then mention notable subtopics, methods, or objects if they are obvious from the title or abstract.
  • If the user asks whether papers exist on a topic, answer the existence question first, then list the strongest matches.

Report Results Clearly

  • Always include the exact date used, especially for "today/latest" requests.
  • For day listings, include the API's count and optionally mention previous_date or after_date when it helps the next step.
  • For topic results, include the search window (period or exact day), the topic string, and the number of returned papers.
  • For similar-paper results, include the source arXiv ID used for retrieval and note that the recommendation query used the bare ID without version suffix.
  • For recommend results, use similarity as the default ranking signal and recommend the highest-similarity papers first.
  • Include categories when they help the user judge relevance or distinguish neighboring astro-ph subfields.
  • Unless the user explicitly asks for another language, present paper information in the same language the user is currently using.
  • Keep original paper metadata such as title, arxiv_id, and categories as returned by the source unless the user explicitly asks for translation or rewriting; localize the surrounding explanation and summary instead.
  • For single-paper lookups, include at least title, authors, abstract summary, and categories when available.
  • If the API returns no results or an unexpected shape, state that directly and avoid hallucinating missing papers.

Common Request Patterns

  • "Check whether there were any stellar papers on arXiv today"

Resolve the latest available arXiv date, then call recommend with topic=stars, period=0, and the resolved date.

  • "What black hole papers appeared in the last month?"

Call recommend with topic=black holes and period=30.

  • "What galaxy evolution papers are relevant across all available dates?"

Call recommend with topic=galaxy evolution and period=9999.

  • "Show me stellar papers from the last 20000 days"

Cap the request and call recommend with topic=stars and period=9999.

  • "What astro-ph papers appeared on 2026-03-12?"

Call /ai/by-date?date=2026-03-12&only_title=true.

  • "Recommend papers similar to 2306.15611v2"

Strip the version suffix and call recommend?period=500&arxiv_id=2306.15611.

  • "Show me 2603.08470v1"

Call article/2603.08470v1.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.1%
按下载量换算2,578

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills