CtrlK
BlogDocsLog inGet started
Tessl Logo

literature-search-arxiv

Search for scientific papers, preprints, and publications on arXiv. Extract metadata, abstracts, and download full-text PDFs or HTML versions of papers. Use when the user asks to find research papers, literature, or specific arXiv IDs.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable skill body with executable commands and good progressive disclosure. The only gap is a missing error-recovery feedback loop in the download workflow despite an explicit validation checkpoint.

Suggestions

Add an explicit recovery step after the PDF validation check, e.g. 'If the PDF is empty or corrupted, re-download with download_paper.py or retry with --format html.'

Note the unreferenced references/citation.bib in the body (or remove it) so all bundle files are discoverable from the overview.

Add a brief post-extraction validation for the tar.gz source download (e.g., check the extracted directory is non-empty) to complete the safe-extraction feedback loop.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — no explanation of what arXiv or a PDF is; every section (scripts, options, warnings) earns its tokens, matching the level-3 anchor.

3 / 3

Actionability

Provides fully executable `uv run scripts/...` commands with concrete flags and copy-paste-ready examples for search, PDF/HTML download, and source download, satisfying the level-3 anchor rather than the pseudocode level-2 case.

3 / 3

Workflow Clarity

The Workflow section is sequenced and includes a validation checkpoint ('verify the PDF is not empty or corrupted'), but it lacks an explicit error-recovery feedback loop (e.g., if corrupted, re-download or try HTML), which the level-3 anchor requires; above level 2 because checkpoints are present, below 3 because recovery is missing.

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with a well-signaled one-level-deep reference to references/query_syntax.md (a real file); content is appropriately split into scripts and references, matching the level-3 anchor.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A crisp, third-person description that names concrete capabilities and provides an explicit Use-when trigger scoped to arXiv. It is concise, distinct, and free of fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Search for scientific papers', 'Extract metadata, abstracts', 'download full-text PDFs or HTML' — matching the level-3 anchor rather than the partial level-2 listing.

3 / 3

Completeness

Explicitly answers both what (search/extract/download) and when via a 'Use when the user asks to find...' clause, satisfying the level-3 anchor and avoiding the level-2 cap for a missing trigger.

3 / 3

Trigger Term Quality

Natural user-facing terms 'research papers, literature, or specific arXiv IDs' cover what a user would actually say; not merely technical jargon, so above level 2.

3 / 3

Distinctiveness Conflict Risk

Scoped specifically to arXiv with distinct triggers (arXiv IDs, preprints), making it unlikely to fire for unrelated skills; clearly above the generic level-2 case.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
google-deepmind/science-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.