chatbot-app/agentcore/skills/arxiv-search/SKILL.md
Search and retrieve scientific papers from ArXiv
npx skillsauth add aws-samples/sample-strands-agent-with-agentcore arxiv-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
arxiv_search(query): Search scientific papers on ArXiv by keyword, author, or topic.
query (string, required): Search query for papersarxiv_get_paper(paper_ids): Get detailed paper content (abstract, metadata, content preview) from ArXiv.
paper_ids (string, required): Comma-separated paper IDs (e.g., "2301.12345" or "2301.12345,2302.67890")2301.12345 or cs.AI/2301.12345.arxiv_search first to find relevant papers, then arxiv_get_paper for detailed content.When presenting information from papers, wrap every specific claim in <cite> tags:
<cite source="PAPER_TITLE" url="https://arxiv.org/abs/PAPER_ID">claim text</cite>
Rules:
source attribute should contain the paper title.url attribute should contain the ArXiv URL (https://arxiv.org/abs/XXXX.XXXXX).development
Read and write files in the shared session workspace. Use this to access files created by any skill — code-agent outputs, office documents, images, and more. All within the same isolated session.
documentation
Create, modify, and manage Word documents.
documentation
Wikipedia article search and retrieval
development
Search the web using DuckDuckGo for current information, news, and research topics.