원클릭으로
arxiv-search
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use this skill whenever the user is working with the Pydantic AI framework — including building AI agents, defining structured outputs with Pydantic models, wiring up tools/function calling, configuring model providers (OpenAI, Anthropic, Gemini, etc.), managing dependencies via agent context, handling streaming responses, or debugging agent runs. Trigger this skill even for adjacent tasks like "how do I make my agent return JSON", "set up a multi-step agent", "add a tool to my agent", or "validate LLM output with Pydantic" — any time Pydantic AI is mentioned or implied as the target framework.
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
SOC 직업 분류 기준
| name | arxiv-search |
| description | Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields. |
| compatibility | Requires arxiv installed in the Python environment and access to the internet |
This skill provides access to arXiv, a free distribution service and open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, systems science, and economics.
Use this skill when you need to:
The arxiv_search script accepts the following arguments:
query (required): Search query string (e.g., "neural networks protein structure", "single cell RNA-seq")max-papers (optional): Maximum number of papers to retrieve (default: 10)Search for computational biology papers (default 10 results):
Search for machine learning papers with limited results:
General search with custom limit:
The script returns formatted results with:
This script requires the arxiv package, which should be installed in your environment.