CtrlK
BlogDocsLog inGet started
Tessl Logo

sushiswap-api

REST API for optimized token swapping (including executable transaction generation), swap quoting, and pricing using the SushiSwap Aggregator. Use this skill when the user wants to: - Get a swap quote between two tokens on 40+ evm networks - Generate executable swap transaction data - Fetch token prices for a specific network or token - Retrieve token metadata - Discover supported AMM liquidity sources - Integrate SushiSwap swapping or pricing logic via HTTP/REST (and not the SushiSwap Javascript API)

84

1.38x
Quality

78%

Does it follow best practices?

Impact

90%

1.38x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./public/skills/0xmasayoshi/sushiswap-api/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

This skill is well-organized with good progressive disclosure, delegating API details to an OpenAPI schema and a companion guide. However, it lacks concrete executable examples (e.g., a sample curl request for a swap quote) and validation/feedback loops in its workflow, which limits its actionability and workflow clarity. Some introductory text could be trimmed to improve conciseness.

Suggestions

Add at least one concrete, copy-paste-ready example (e.g., a curl command for a swap quote with sample parameters and expected response shape) to improve actionability.

Add a validation/feedback step in the workflow, such as 'Verify the response status and check for error codes before using transaction data' to strengthen workflow clarity.

Trim the introductory paragraph — Claude doesn't need an explanation of what a DEX aggregator does or how liquidity aggregation works.

DimensionReasoningScore

Conciseness

Mostly efficient but includes some unnecessary explanation. The introductory paragraph explaining what the SushiSwap API does and that it 'aggregates liquidity from multiple DEXs' is context Claude doesn't need. The fee customization section is somewhat verbose for what amounts to 'don't modify fee parameters; direct users to SushiSwap for custom splits.'

2 / 3

Actionability

The skill delegates almost all concrete details to the OpenAPI schema file rather than providing executable examples. There are no curl commands, no example request/response pairs, and no concrete code. The workflow steps are directional but not copy-paste ready. The endpoint path examples in parentheses help but are insufficient for full actionability.

2 / 3

Workflow Clarity

The 'How To Use' section provides a clear 5-step sequence, and error handling codes are listed. However, there are no validation checkpoints or feedback loops — for instance, no guidance on validating the response before using swap transaction data, and no explicit step for handling the case where the schema load fails or a required parameter is missing.

2 / 3

Progressive Disclosure

The skill is well-structured as an overview that points to `references/openapi.yaml` for the full API schema and `references/OPENAPI.md` for schema usage rules. References are one level deep, clearly signaled, and the SKILL.md itself stays at an appropriate summary level. Navigation is straightforward.

3 / 3

Total

9

/

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.

This is an excellent skill description that clearly defines its scope, lists concrete actions, provides explicit trigger guidance via a 'Use this skill when...' clause, and distinguishes itself from a related skill (the JavaScript API). The description is well-structured, specific, and uses appropriate third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: swap quoting, executable transaction generation, pricing, token metadata retrieval, discovering supported AMM liquidity sources. These are clearly defined capabilities.

3 / 3

Completeness

Clearly answers both 'what' (REST API for token swapping, quoting, pricing via SushiSwap Aggregator) and 'when' with an explicit 'Use this skill when the user wants to...' clause listing six specific trigger scenarios.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'swap quote', 'token prices', 'SushiSwap', 'EVM networks', 'REST', 'HTTP', 'token metadata', 'AMM liquidity sources', 'swap transaction data'. Also explicitly distinguishes from the JavaScript API, which helps with disambiguation.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — targets SushiSwap Aggregator REST API specifically, mentions 40+ EVM networks, and explicitly differentiates itself from the SushiSwap JavaScript API. This creates a clear niche unlikely to conflict with other skills.

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
Demerzels-lab/elsamultiskillagent
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.