Add arxiv research skill#52
Open
Ashish-Soni08 wants to merge 3 commits intozocomputer:mainfrom
Open
Conversation
Collaborator
|
This is fairly close. I would suggest a cleanup pass before merge.
After that, this looks much closer to mergeable. |
- Change storage from ~/.arxiv-mcp-server/papers/ to /home/workspace/Research/arxiv-papers - Extract inline Python into standalone scripts (extract_text.py, convert_to_markdown.py) - Simplify CLI: remove --format/--pages flags, streamline MCP functions - Fix variable shadowing (exists -> paperExists) and console.exit bug - Add Markdown conversion step to deep-paper-analysis workflow
Author
|
@skeletor-js Thanks for the feedback! I've gone ahead and made the suggested cleanup passes: Storage Path: Changed the local storage default from ~/.arxiv-mcp-server/papers/ to a more appropriate /home/workspace/Research/arxiv-papers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ArXiv paper research tools for Zo Computer.
Implements the same functionality as arxiv-mcp-server — but as a native Zo skill instead of an MCP server. Both tools use arXiv's public API (
export.arxiv.org).Why a native skill?
~/.arxiv-mcp-server/papers/), same results, zero additional setupFeatures
search_papers: Search arXiv with date/category filtersdownload_paper: Download papers by IDconvert_paper: PDF → Markdown with page markers for citationslist_papers: List downloaded papers with [MD] indicatorread_paper: Auto-detects format (markdown if available, else text)deep-paper-analysis: One-command analysis workflowUsage