CtrlK
BlogDocsLog inGet started
Tessl Logo

clay-hello-world

Create a minimal working Clay example. Use when starting a new Clay integration, testing your setup, or learning basic Clay API patterns. Trigger with phrases like "clay hello world", "clay example", "clay quick start", "simple clay code".

Install with Tessl CLI

npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill clay-hello-world
What are skills?

71

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Evaluation results

100%

55%

Clay Connection Verification Script

TypeScript client setup

Criteria
Without context
With context

Correct SDK import

0%

100%

ClayClient class used

0%

100%

API key from env var

100%

100%

Async main function

100%

100%

Error catch pattern

0%

100%

Success output message

0%

100%

Separate entry file

100%

100%

No hardcoded credentials

100%

100%

Without context: $0.3260 · 1m 35s · 26 turns · 156 in / 4,746 out tokens

With context: $0.2512 · 52s · 18 turns · 276 in / 2,160 out tokens

100%

70%

Clay Python Quick Start

Python client initialization

Criteria
Without context
With context

Correct Python import

0%

100%

ClayClient instantiation

0%

100%

Success output message

0%

100%

No hardcoded secrets

100%

100%

Separate Python file

100%

100%

Without context: $0.6277 · 2m 19s · 35 turns · 35 in / 6,445 out tokens

With context: $0.4128 · 1m 31s · 27 turns · 58 in / 4,207 out tokens

90%

13%

Clay API Resilience Layer

Rate limit retry handling

Criteria
Without context
With context

Exponential backoff

100%

100%

Retry on rate limit

100%

100%

Correct SDK import

0%

100%

ClayClient with env API key

0%

100%

Auth error handling

100%

100%

Timeout error handling

100%

100%

Async main function

100%

100%

main().catch pattern

70%

0%

Without context: $0.4164 · 1m 55s · 27 turns · 193 in / 6,563 out tokens

With context: $0.3237 · 1m 21s · 19 turns · 18 in / 4,219 out tokens

Evaluated
Agent
Claude Code

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.