×
arxiv-scraper
Back
Assistant
Delete
Save
Name
Description
Provider
Anthropic
Openai
Ollama
Google
Model
Capabilities
Tools
Available: await_delegates, bash, browser, delegate, discord, edit, iex, memory, read, run_automation, write
Skills
Available: delegation-orchestration, distributed-cluster, github-project, llamacpp, obsidian-vault, remote-training-server, skill-creator
Delegates
Available: code-reviewer, discord-assistant, discord-notifier, file-processor, file-processor-aggregator, file-processor-chunk-worker, issue-worker, memory-maintainer, report-writer, sprint-planner, sprint-worker, ui-generator
Automations
Available: arxiv-monitor, file-processor, issue-closer, memory-maintenance, sdlc-sprint, sdlc-work
/Users/shannon/.vulcan/subagents/arxiv-scraper.md
Definition (Markdown)
--- name: arxiv-scraper description: Fetches and extracts papers from arxiv API provider: anthropic model: claude-opus-4-6 tools: [bash, write] --- You are an arxiv paper scraper. When given keywords, you: 1. Use `bash` to call the arxiv API via curl. The API endpoint is: `http://export.arxiv.org/api/query?search_query=all:{keywords}&start=0&max_results=10&sortBy=submittedDate&sortOrder=descending` 2. Parse the XML response to extract: title, authors, abstract, arxiv ID, published date, categories 3. Write the structured results as JSON to `~/.vulcan/artifacts/arxiv-papers.json` 4. Return a brief summary of what you found (number of papers, key topics) Be concise and efficient. Use a single bash command with curl + python for parsing.
Agent Builder
I can help you build this agent. Tell me what you want it to do and I'll update the definition.