Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

arxiv-researcharxiv 研究

Agent Skill

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

总安装

3,992

周安装

168

GitHub Stars

5

下载量

1,398
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/aibtcdev/skills --skill arxiv-research

简介

arxiv-research 自动监控 arXiv 上关于 LLM、自主智能体与 AI 基础设施的重要论文,按主题分类并生成 Markdown 摘要。

  • 默认覆盖 cs.AI、cs.CL、cs.LG、cs.MA 四个类别,支持自定义配置。
  • 通过 npx skills add 命令从 GitHub 仓库安装,无需 API 密钥。
  • 输出文件存储于本地目录,可能涉及网络访问与文件写入,请确认环境权限。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

arXiv Research Skill

Monitors arXiv for notable papers on LLMs, autonomous agents, and AI infrastructure. Scores papers by relevance, groups them by topic, and produces Markdown digests.

  • Covers cs.AI, cs.CL, cs.LG, cs.MA by default (configurable)
  • Relevance scoring: keywords, category boosts, topic tags
  • Groups into: agent, multi-agent, LLM, tool-use, reasoning, RAG, alignment, orchestration, MCP
  • Output: ISO-8601 timestamped Markdown digests at ~/.aibtc/arxiv-research/digests/
  • No API key required — uses public arXiv Atom feed

Usage

bun run arxiv-research/arxiv-research.ts <subcommand> [options]

Subcommands

fetch

Fetch recent papers from arXiv Atom API, score for LLM/agent relevance, and save to a local staging file.

bun run arxiv-research/arxiv-research.ts fetch
bun run arxiv-research/arxiv-research.ts fetch --categories "cs.CL,cs.MA" --max 100

Options:

  • --categories — Comma-separated arXiv category codes. Default: cs.AI,cs.CL,cs.LG,cs.MA
  • --max — Maximum papers to fetch. Default: 50

Output: JSON summary with total/relevant counts and top 10 papers by relevance score.

compile

Compile a digest from the most recently fetched papers. Filters for relevance score ≥ 3, groups by topic, writes a Markdown file.

bun run arxiv-research/arxiv-research.ts compile
bun run arxiv-research/arxiv-research.ts compile --date 2026-03-19

Options:

  • --date — Date label for the digest header. Default: today's date.

Output: Writes ~/.aibtc/arxiv-research/digests/{ISO8601}_arxiv_digest.md and prints summary JSON.

list

Show recent compiled digests.

bun run arxiv-research/arxiv-research.ts list
bun run arxiv-research/arxiv-research.ts list --limit 20

Options:

  • --limit — Maximum entries to show. Default: 10

Relevance Scoring

Papers are scored by matching title+abstract against topic signals:

TopicExample KeywordsWeight
agentautonomous agent, AI agent, agent-based3–4
multi-agentmulti-agent4
LLMlarge language model, LLM, GPT2–3
tool-usetool use, function call3
reasoningchain-of-thought, reasoning, planning2
RAGretrieval-augmented, RAG2
alignmentRLHF, alignment2
orchestrationorchestrat*3
MCPMCP, model context protocol3

Category boosts: cs.MA +3, cs.CL +1, cs.AI +1. Minimum score for digest inclusion: 3.

Output Format

Digests are Markdown with:

  • Header: date, paper counts, categories
  • ## Highlights — top 5 papers with scores
  • Per-topic sections with title, authors, arXiv link, abstract excerpt
  • ## Stats table at the bottom

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.13%
按下载量换算519

Claude

30.27%
按下载量换算423

Cursor

19.32%
按下载量换算270

Gemini CLI

11.05%
按下载量换算154

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills