CtrlK
BlogDocsLog inGet started
Tessl Logo

alphafold-skill

Submit compact AlphaFold Protein Structure Database API requests for prediction, UniProt summary, sequence summary, and annotation lookups. Use when a user wants AlphaFold metadata or concise structure summaries

80

Quality

100%

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

100%

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

A compact, well-structured skill body that gives executable examples, an accurate field reference, and clear behavioral rules without concept padding. It appropriately offloads implementation to the single referenced script.

DimensionReasoningScore

Conciseness

The body is lean — directives, a compact input/output field reference, and concrete JSON examples — with no padding explaining concepts Claude already knows, so every token earns its place rather than being merely mostly efficient.

3 / 3

Actionability

Provides a copy-paste bash invocation ('echo {...} | python scripts/rest_request.py'), concrete request JSON for each path type, and specific error codes, meeting the fully-executable/copy-paste-ready anchor rather than the incomplete-pseudocode anchor at 2.

3 / 3

Workflow Clarity

This is a simple single-purpose skill whose single action (submit a request via the script) is unambiguous, so per the simple-skills note it can score 3 without a multi-step workflow; the read-only queries need no validation feedback loop.

3 / 3

Progressive Disclosure

Under 50 lines with clearly organized sections (Operating rules, Input, Output, Execution) and a single real bundle reference (scripts/rest_request.py, verified present) rather than nested or unsignaled references.

3 / 3

Total

12

/

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.

A strong, third-person description that states concrete capabilities and an explicit 'Use when' trigger tied to a distinct AlphaFold niche. It avoids vague fluff and over-claims while staying concise.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions — 'prediction, UniProt summary, sequence summary, and annotation lookups' — against a named AlphaFold API domain, matching the score-3 anchor rather than the partial-coverage anchor at 2.

3 / 3

Completeness

Explicitly answers both what ('Submit compact AlphaFold... API requests for...') and when ('Use when a user wants AlphaFold metadata or concise structure summaries'), satisfying the explicit-trigger requirement that would otherwise cap this at 2.

3 / 3

Trigger Term Quality

Natural trigger terms a user of this domain would say appear in the 'Use when' clause ('AlphaFold metadata', 'concise structure summaries') and the capability list (prediction, UniProt), giving good coverage rather than just some relevant keywords.

3 / 3

Distinctiveness Conflict Risk

The AlphaFold Protein Structure Database niche with its own distinct triggers is unlikely to fire for unrelated skills, matching the clear-niche anchor rather than the somewhat-generic anchor at 2.

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
openai/plugins
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.