CtrlK
BlogDocsLog inGet started
Tessl Logo

aris-arxiv

Search, download, and summarize academic papers from arXiv. Use when user says "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf", or wants to find and save papers from arXiv to the local paper library.

71

Quality

88%

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

77%

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

The content is highly actionable with a well-sequenced, validated workflow, but it carries weight by inlining complete fallback scripts instead of offloading them to reference files. Splitting the inline Python into a bundled script would improve both conciseness and progressive disclosure.

Suggestions

Move the inline search and download Python fallbacks into a bundled script under scripts/ (e.g. arxiv_fetch.py) and reference it, reducing SKILL.md token weight and removing duplication with the fetch-script path.

If keeping fallbacks inline, compress them to the minimal essential logic or summarize the fallback as 'same as fetch script, run inline' to cut tokens.

Add a brief 'References' section listing the bundled script path so navigation is explicitly signaled even when no other reference files are needed.

DimensionReasoningScore

Conciseness

The body is mostly actionable code with no concept padding, but it embeds two full inline Python fallback scripts (search and download) that substantially inflate the token budget and duplicate the fetch-script logic; it could be tightened or split to a reference.

2 / 3

Actionability

Provides fully executable bash/python commands with concrete fallback code, example output tables, and copy-paste-ready snippets rather than pseudocode or vague direction.

3 / 3

Workflow Clarity

A clear six-step sequence includes explicit validation checkpoints — verify file size > 10 KB, retry once after 5s on HTTP 429, never overwrite existing PDFs — meeting the feedback-loop anchor for batch download operations.

3 / 3

Progressive Disclosure

No bundle files exist and the skill is well-sectioned, but at ~200 lines it is a monolithic single file whose large inline Python blocks could be split into separate referenced scripts rather than kept inline.

2 / 3

Total

10

/

12

Passed

Description

100%

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

The description is specific, third-person, and pairs concrete capabilities with explicit natural-language triggers, hitting the top anchor on every dimension. No first/second-person voice or vague fluff is present.

DimensionReasoningScore

Specificity

"Search, download, and summarize academic papers from arXiv" lists three concrete, distinct actions, matching the multiple-specific-actions anchor rather than the single-domain anchor at 2.

3 / 3

Completeness

Explicitly answers both what (search/download/summarize arXiv papers) and when via a clear "Use when..." clause with concrete triggers, so it is not capped at 2 for a missing trigger clause.

3 / 3

Trigger Term Quality

Quotes natural user phrases — "search arxiv", "download paper", "fetch arxiv", "arxiv search", "get paper pdf" — giving good coverage of terms a user would actually say, not jargon.

3 / 3

Distinctiveness Conflict Risk

The arXiv niche and arXiv-specific trigger phrases are distinct and unlikely to fire for unrelated skills, satisfying the clear-niche anchor.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
OpenLAIR/dr-claw
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.