CtrlK
BlogDocsLog inGet started
Tessl Logo

stocks

Stock quotes, history, search, compare, crypto via Yahoo.

63

Quality

76%

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

Fix and improve this skill with Tessl

tessl review fix ./optional-skills/finance/stocks/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

93%Weight 40%Scale 1-5

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

The content is a tight, well-structured overview: concise, copy-paste-ready commands for all five operations, a clear invoke/run/verify path, and appropriate delegation to the bundled client script. The only minor gap is the absence of an error-recovery loop, which is largely unnecessary for a read-only skill.

Suggestions

Add a one-line note in Pitfalls on what to do when a quote returns null fields (e.g. re-run with ALPHA_VANTAGE_KEY set) to close the small feedback-loop gap.

Consider noting expected JSON output shape for one non-quote command so Claude can validate responses without trial and error.

DimensionReasoningScore

Conciseness

The ~75-line body is lean and assumes Claude's competence — "Read-only market data via Yahoo Finance", "All output is JSON on stdout", command one-liners — with no padding or explanation of concepts Claude already knows.

5 / 5

Actionability

Fully executable copy-paste-ready commands are given in "Quick Reference" for every command, plus a concrete "How to Run" invocation and a "Verification" snippet that confirms a numeric `price` field.

5 / 5

Workflow Clarity

This is a single-purpose read-only skill (no destructive/batch operations), so the simple-skill exception applies; the invoke→run→verify flow is clear with an explicit verification step, though there is no error-recovery feedback loop.

4 / 5

Progressive Disclosure

The SKILL.md is a well-organized overview with clear sections (When to Use, How to Run, Quick Reference, Commands, Pitfalls, Verification) that delegates implementation to the bundled one-level-deep `scripts/stocks_client.py` — appropriate split for a small bundle.

5 / 5

Total

19

/

20

Passed

Description

58%Weight 40%Scale 1-5

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 concise and names concrete capabilities with a clear Yahoo-finance niche, but it lacks an explicit "Use when..." trigger clause, which caps completeness and limits trigger-term quality. Adding a short "Use when..." phrase would move it firmly into the strong tier.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user asks for stock prices, ticker lookups, price history, comparisons, or crypto prices."

Include natural user phrasing like "stock price", "ticker", "price lookup" alongside the existing command names.

Clarify that this is read-only market data to further sharpen distinctiveness from any analysis/trading skills.

DimensionReasoningScore

Specificity

Quotes "quote, history, search, compare, crypto" — several concrete named actions with only minor coverage gaps (e.g. no mention of stats/market_cap).

4 / 5

Completeness

A clear "what" is stated ("Stock quotes, history, search, compare, crypto via Yahoo") but there is no "Use when..." or equivalent trigger clause, capping completeness at 3.

3 / 5

Trigger Term Quality

Relevant keywords ("stock quotes", "crypto", "Yahoo") are present but common natural phrases like "stock price", "ticker", "price lookup" are missing.

3 / 5

Distinctiveness Conflict Risk

Tied explicitly to Yahoo Finance market/crypto data — a clear niche with only minor overlap risk against other finance skills.

4 / 5

Total

14

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
NousResearch/hermes-agent
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.