CtrlK
BlogDocsLog inGet started
Tessl Logo

xai-crypto-sentiment

Real-time cryptocurrency sentiment analysis using Twitter/X via Grok. Use when analyzing crypto sentiment, tracking whale activity, or gauging market fear/greed.

56

Quality

65%

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 ./.claude/skills/xai-crypto-sentiment/SKILL.md

The canonical home for this skill is xai-crypto-sentiment in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

40%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 skill delivers concrete, runnable code but is overstuffed with repeated prompt templates that should be factored into reference files, and it lacks any sequencing or validation guidance for its sentiment workflows. Token efficiency and structure are the dominant weaknesses.

Suggestions

Collapse the nine near-identical function templates into a single parameterized pattern plus a short table of output schemas, moving the full per-domain JSON schemas into a references/ file linked from a compact overview.

Add a short workflow section ordering the typical flow (pick coin -> run sentiment -> cross-check whale/FUD signals -> sanity-check for bot/coordinated activity) with an explicit 'verify before acting on signals' checkpoint.

Show JSON parsing and basic error handling in at least the Quick Start example so outputs are actionable objects rather than raw strings.

DimensionReasoningScore

Conciseness

The body is heavily padded: nine near-identical prompt templates with verbose, repeated JSON schemas that Claude could readily derive, plus redundant influencer lists and restated boilerplate, all of which inflates the token budget without adding proportional value.

2 / 5

Actionability

Provides concrete, executable Python calling the xAI OpenAI-compatible endpoint with a real model id and copy-paste-ready function definitions; minor gaps are that no JSON-parsing or error-handling is shown and outputs are returned as raw strings.

4 / 5

Workflow Clarity

Functions are presented as an unsequenced catalog with no ordering guidance, and the batch/destructive-adjacent operations (pump-and-dump flagging, manipulation signals) have no validation or verify-before-acting checkpoints, so the sequence and safety feedback loops are largely absent.

2 / 5

Progressive Disclosure

A monolithic single-file dump: the large per-function JSON schemas and influencer list clearly belong in separate reference files, yet no bundle files exist and the only external links are general xAI docs rather than skill-specific references, so structure is minimal and references are buried.

2 / 5

Total

10

/

20

Passed

Description

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

A strong, third-person description that clearly pairs a concrete 'what' with an explicit 'Use when' trigger clause and natural user keywords. Minor under-coverage of the full function set (NFT, DeFi, altseason) is the only blemish.

DimensionReasoningScore

Specificity

Names the domain and multiple concrete capabilities ('analyzing crypto sentiment', 'tracking whale activity', 'gauging market fear/greed'), but stops short of fully enumerating all the functions the skill actually supports (NFTs, DeFi protocols, altseason), leaving minor coverage gaps.

4 / 5

Completeness

Explicitly states both what it does ('Real-time cryptocurrency sentiment analysis using Twitter/X via Grok') and when to use it ('Use when analyzing crypto sentiment, tracking whale activity, or gauging market fear/greed') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Uses natural user phrasing ('crypto sentiment', 'whale activity', 'market fear/greed') plus synonyms (Twitter/X) that a user would actually say, giving comprehensive keyword coverage.

5 / 5

Distinctiveness Conflict Risk

Clear niche (crypto CT sentiment via Grok's X integration) with distinct triggers; the related skills listed in the body (stock sentiment, raw X search, general sentiment) show it is differentiated from siblings with minimal conflict risk.

5 / 5

Total

19

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
fernandezbaptiste/Skrillz
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.