Find and call Tessl API endpoints. Use this WHENEVER you need a Tessl REST API endpoint — to discover which endpoint does something, to learn an endpoint's path, parameters, request body shape, or response shape, or to actually call the Tessl API. Reach for this skill INSTEAD OF reading the raw `openapi.json` spec.
85
89%
Does it follow best practices?
Impact
94%
1.91xAverage score across 2 eval scenarios
Low
Low-risk findings worth noting
The canonical home for this skill is tessl/api
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill's helper script fetches the OpenAPI spec at runtime from https://api.tessl.io/openapi.json, and the fetched JSON directly controls the script's endpoint rendering and the "tessl api" invocation lines the agent presents to users.
37f0a21
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.