# Send arXiv Research Assistant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arxiv",
    "name": "arXiv Research Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Ractorrr/arxiv",
    "canonicalUrl": "https://clawhub.ai/Ractorrr/arxiv",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arxiv",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "arxiv_tool.py",
      "package.json",
      "README.md",
      "requirements.txt",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arxiv",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T16:31:14.227Z",
      "expiresAt": "2026-05-18T16:31:14.227Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv",
        "contentDisposition": "attachment; filename=\"arxiv-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arxiv"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arxiv"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arxiv",
    "downloadUrl": "https://openagent3.xyz/downloads/arxiv",
    "agentUrl": "https://openagent3.xyz/skills/arxiv/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arxiv/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arxiv/agent.md"
  }
}
```
## Documentation

### arXiv Research Assistant

Search, fetch, and analyze academic papers from arXiv.org directly from your AI assistant.

### Description

This skill enables Claude to search arXiv for academic papers, fetch paper details, download PDFs, and help you stay updated with the latest research in any field.

Perfect for:

Researchers staying current with literature
Students doing literature reviews
Content creators finding authoritative sources
Interview prep with cutting-edge knowledge
Anyone building expertise in a technical field

### Search Papers

"Search arXiv for LLM security attacks"
"Find recent papers on prompt injection"
"arXiv papers about transformer architecture from 2024"

### Get Paper Details

"Get arXiv paper 2401.12345"
"Summarize this arXiv paper: [URL]"

### Download Papers

"Download the PDF for arXiv 2401.12345"

### Track Reading List

"Add this paper to my reading list"
"Show my saved papers"
"Mark paper 2401.12345 as read"

### Examples

Research Query:

"Find the top 5 papers on LLM jailbreaking from 2025"

Response includes:

Paper titles with authors
Publication dates
Abstracts (summarized)
Direct PDF links
Citation counts (if available)

Interview Prep:

"What are the latest papers on AI red teaming?"

Content Creation:

"Find a paper I can break down for a LinkedIn post about prompt injection"

### Configuration

No API key required - arXiv API is free and open.

Optional MongoDB integration for paper tracking:

# In your .env
MONGODB_URI=your_connection_string
MONGODB_DB_NAME=your_database

### Author

Created by Ractor
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Ractorrr
- Version: 1.0.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T16:31:14.227Z
- Expires at: 2026-05-18T16:31:14.227Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arxiv)
- [Send to Agent page](https://openagent3.xyz/skills/arxiv/agent)
- [JSON manifest](https://openagent3.xyz/skills/arxiv/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arxiv/agent.md)
- [Download page](https://openagent3.xyz/downloads/arxiv)