원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A-share short-term trading decision skill for 1-5 day horizon. Use when you need real-data market sentiment, sector rotation, strong stock scanning, capital flow confirmation, date-based short-term signal scoring, prediction logging, and next-day market comparison for CN A-share momentum trading.
Generate agile release plans with sprints and roadmaps using unique sprint codes. Use when creating sprint schedules, product roadmaps, release planning, or when user mentions agile planning, sprints, roadmap, or release plans.
Change public APIs without breaking clients—versioning schemes, additive vs breaking changes, deprecation windows, and comms. Use when shipping breaking changes, sunsetting fields, or coordinating mobile/web SDK consumers.
Organizational coding standards and architectural patterns. References comprehensive skills for detailed patterns. Use when making architecture decisions or implementing features.
ATLAS Framework - Structured AI-assisted development methodology with GOTCHA 6-layer architecture and 5-step app building workflow. Use when building applications, creating workflows, or setting up agentic systems.
Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.
| name | arxiv-search |
| description | Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields. |
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:
--max-papers (optional): Maximum number of papers to retrieve (default: 10)Use the run_skill_script tool to execute the arxiv_search script. For example:
run_skill_script(
skill_name="arxiv-search",
script_name="arxiv_search",
args=["your search query", "--max-papers", "5"]
)
Search for computational biology papers (default 10 results):
run_skill_script(
skill_name="arxiv-search",
script_name="arxiv_search",
args=["protein folding prediction"]
)
The script returns formatted results with:
Each paper is separated by blank lines for readability.
This skill requires the arxiv Python package. If not installed, you'll see an error message.
To install the package:
pip install arxiv
The package is not included by default since it's skill-specific. Install it when you first use this skill.