CtrlK
BlogDocsLog inGet started
Tessl Logo

pubchem-pug-skill

Submit compact PubChem PUG REST requests for compound properties, descriptions, assay summaries, and substance metadata. Use when a user wants concise PubChem summaries

77

Quality

96%

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

92%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.

An actionable, well-organized body with executable examples and clear single-action workflow. The main weakness is redundancy — the base URL and one request example are repeated — which keeps conciseness just below the top level.

Suggestions

Define `base_url` once and reference it in the examples instead of repeating the full URL in every pattern and the Execution block.

Drop the duplicate aspirin property example from the Execution section or cross-reference the one already shown under Common PubChem patterns.

Optionally collapse the Common PubChem patterns into a compact table to remove the repeated `base_url`/`record_path` boilerplate.

DimensionReasoningScore

Conciseness

Sections are lean and avoid explaining concepts Claude knows, but `base_url` is stated three times and the aspirin property example is repeated verbatim in both "Common PubChem patterns" and "Execution" — efficient yet could be tightened, matching level 2 rather than the every-token-earns-its-place level 3.

2 / 3

Actionability

Provides a copy-paste-ready bash invocation and complete JSON request objects with concrete `path` and `record_path` values, satisfying the fully-executable level-3 anchor.

3 / 3

Workflow Clarity

This is a simple single-action skill (build a JSON request, pipe to the script, read compact output); per the simple-skills note the single action is unambiguous, and there are no destructive or batch operations that would demand validation checkpoints capping it at 2.

3 / 3

Progressive Disclosure

Under 50 lines with a single referenced bundle file (`scripts/rest_request.py`) and well-organized labeled sections, so per the under-50-lines note it earns level 3 without needing deeper file references.

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 concise, third-person description that names concrete PubChem capabilities and provides an explicit use-when trigger, with no vague fluff or over-claims. It is clearly distinct from other skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "compound properties, descriptions, assay summaries, and substance metadata" — matching the level-3 anchor of several specific actions rather than the single-action level-2 anchor.

3 / 3

Completeness

Explicitly answers what ("Submit compact PubChem PUG REST requests for...") and when ("Use when a user wants concise PubChem summaries"), matching the level-3 anchor with an explicit trigger clause; level 2 would omit the "Use when" trigger.

3 / 3

Trigger Term Quality

Natural terms users would say ("PubChem", "compound properties", "assay summaries", "concise PubChem summaries") are well covered; it is not merely technical jargon, so it clears level 3 rather than the partial-coverage level 2.

3 / 3

Distinctiveness Conflict Risk

Scoped tightly to PubChem PUG REST, a clear niche unlikely to fire for other skills; not the generic level-1 or overlapping level-2 cases.

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.