smithery/az9713

arxiv-analysis

Analyze arXiv research papers and explain them in accessible terms. Use when the user mentions arXiv, research paper, academic paper, scientific paper, preprint, or provides an arxiv.org URL.

Installation

$ npx skills add smithery/az9713 --skill arxiv-analysis

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/az9713 · top by installs.

npx skills add smithery/az9713

Browse all from smithery/az9713

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,435 B
  • docs SUMMARY.md 213 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

arXiv Research Paper Analysis

Analyze arXiv research papers and explain them in plain English with practical implications.

When to Use

Activate this skill when the user:

  • Mentions "arXiv", "research paper", "academic paper", "scientific paper", "preprint"
  • Provides an arxiv.org URL
  • Asks to explain or summarize a research paper
  • Wants to understand a technical paper in accessible terms

Instructions

  1. Get the arXiv URL - Ask the user for the URL if not provided
  2. Fetch the paper content from arXiv using WebFetch

- If URL is abstract page (arxiv.org/abs/...), fetch that - Extract title, authors, abstract, and available content

  1. If fetch fails:

- Inform user: "Could not fetch content from arXiv" - Suggest: "Try copying the abstract manually to inbox/ and use /analyze" - Stop here

  1. Read the analysis prompt from prompts/paper.md
  2. Extract the paper title from the fetched content
  3. Generate analysis following the prompt structure exactly

- Focus on making complex research accessible - Use plain English explanations

  1. Save the report to reports/papers/YYYY-MM-DD_sanitized-title.md where:

- YYYY-MM-DD is today's date - sanitized-title is the title in lowercase, spaces replaced with hyphens, special chars removed

  1. Update the activity log at logs/YYYY-MM-DD.md:

- Create file if it doesn't exist - Add entry under "## Papers Reviewed" section - Format: - [Title](../reports/papers/filename.md) - HH:MM

  1. Confirm to user what was saved and where

Report Format

Include this header in the report:

# [Paper Title]

**Source**: [arXiv URL]
**Authors**: [Author names if available]
**Date**: YYYY-MM-DD
**Type**: Research Paper

---

[Analysis content following prompts/paper.md structure]

---

## My Notes

[Empty space for user notes]

Error Handling

  • If URL is not an arXiv URL: Inform user and suggest correct format
  • If paper not found: Tell user to verify the paper ID
  • If prompts/paper.md missing: Use a basic summary structure

Related

  • Slash command equivalent: /arxiv <url>
  • Prompt file: prompts/paper.md
  • Output location: reports/papers/