





















Discover arXiv research with a guest-only workflow for paper search, category recents, author lookups, and detailed paper retrieval.
Use this skill when the task targets arXiv operations such as:
arXiv is a public read-only repository. No login required. All operations are read-only.
Use the official install script for Windows:
Run:
powershell -C "irm https://cdn.mediause.dev/install.ps1 | iex"
Then verify :
mediause --version
Current support status:
Recommended skill install path:
mediause manage key <your_key> --json
Always follow this order:
use account (guest is the only mode for arXiv).arXiv is a fully public API — no login required. Always use
arxiv:guestas the account context. Skipauth healthfor guest mode.
mediause plugin list --json
mediause plugin add arxiv --json
mediause arxiv -h
mediause arxiv search -h
mediause arxiv get -h
mediause arxiv user -h
mediause arxiv account -h
arXiv does not require login. Use guest mode.
mediause use account arxiv:guest --show --json
Guest mode rules:
account health, search papers, get paper, get recent, user author).unusual traffic or captcha, repeat with --show to manually resolve.Not required for guest mode. Skip this step for arXiv.
public arXiv API plugin with guest default account and read-only commands.
Check plugin/runtime health for current arXiv context.
mediause arxiv account health --json
Search papers by keyword across all fields (title, abstract, authors, etc.).
mediause arxiv search papers --query "<query>" [--limit <n>] --json
--query (required): keyword or phrase, e.g. "attention is all you need"--limit: max results, default 10, max 25Columns returned: id, title, authors, published, primary_category, url
Example:
mediause arxiv search papers --query "transformer language model" --limit 10 --json
mediause arxiv search papers --query "diffusion model image generation" --limit 5 --json
List recent submissions in a specific category, sorted by submission date descending.
mediause arxiv get recent --category <category> [--limit <n>] --json
--category (required): arXiv category code, e.g. cs.CL, cs.LG, math.PR, q-bio.NC--limit: max results, default 10, max 50Columns returned: id, title, authors, published, primary_category, url
Common categories:
Example:
mediause arxiv get recent --category cs.CL --limit 20 --json
mediause arxiv get recent --category cs.LG --limit 10 --json
Get full details for a specific paper by arXiv ID.
mediause arxiv get paper --id <id> --json
--id (required): arXiv paper ID, e.g. 1706.03762 or 2303.08774Columns returned: id, title, authors, published, updated, primary_category, categories, abstract, comment, pdf, url
Example:
mediause arxiv get paper --id 1706.03762 --json
mediause arxiv get paper --id 2303.08774 --json
List papers by a named author, newest first. Author name matching is fuzzy — try alternate spellings if no results.
mediause arxiv user author --author "<author_name>" [--limit <n>] --json
--author (required): author full name or initials, e.g. "Yoshua Bengio" or "Y Bengio"--limit: max results, default 20, max 50Columns returned: id, title, authors, published, primary_category, url
Example:
mediause arxiv user author --author "Yoshua Bengio" --limit 20 --json
mediause arxiv user author --author "Andrej Karpathy" --limit 10 --json
mediause arxiv user author --author "Y LeCun" --json
# A1. Setup
mediause plugin add arxiv --json
mediause use account arxiv:guest --show --json
# A2. Browse recent submissions in cs.CL
mediause arxiv get recent --category cs.CL --limit 15 --json
# A3. Get full details and abstract for a specific paper
mediause arxiv get paper --id 2303.08774 --json
# A4. Verify
mediause trace last --json
# B1. Setup
mediause use account arxiv:guest --show --json
# B2. Search for a topic
mediause arxiv search papers --query "large language model reasoning" --limit 10 --json
# B3. Find more papers by the first author
mediause arxiv user author --author "Jason Wei" --limit 20 --json
# B4. Get full paper details
mediause arxiv get paper --id 2201.11903 --json
# B5. Verify
mediause trace last --json
# C1. Setup
mediause use account arxiv:guest --show --json
# C2. Pull recent AI papers
mediause arxiv get recent --category cs.AI --limit 50 --json
# C3. Pull recent ML papers
mediause arxiv get recent --category cs.LG --limit 50 --json
# C4. Search for a specific concept
mediause arxiv search papers --query "in-context learning" --limit 25 --json
# C5. Verify
mediause trace last --json
arXiv has no write operations. All commands are fetch-only. Do not attempt post, reply, or engage actions.
arXiv public API has a soft rate limit. Apply pacing between repeated calls.
Always use --json for structured error output.
Common errors:
Recovery pattern:
# On arXiv API error or unusual traffic
mediause use account arxiv:guest --show --json
mediause trace last --json
# always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version
# Install
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause plugin add arxiv --json
# Context
mediause use account arxiv:guest --show --json
# Commands
mediause arxiv account health --json
mediause arxiv search papers --query "<query>" [--limit <n>] --json
mediause arxiv get recent --category <category> [--limit <n>] --json
mediause arxiv get paper --id <id> --json
mediause arxiv user author --author "<name>" [--limit <n>] --json
# Verify
mediause trace last --json
mediause task status --task-id <id> --json
Skill Metadata
Maintainer: @mediause-demo
Last-Updated: 2026-05-12
Version: v1
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。