CtrlK
BlogDocsLog inGet started
Tessl Logo

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

92

2.20x
Quality

89%

Does it follow best practices?

Impact

99%

2.20x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is agents-sdk in cloudflare/skills

SKILL.md
Quality
Evals
Security

Quality

Content

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

A well-organized, action-oriented body with copy-paste executable examples and a clean one-level-deep reference structure. Minor conciseness gains are available from deduplicating the Capabilities list against the Retrieval Sources table, and a build/deploy validation loop would strengthen the workflow.

Suggestions

Remove or merge the 'Capabilities' bullet list with the 'Retrieval Sources' table to avoid restating the same feature set twice.

Add a brief build/deploy/verify sequence (e.g. `npx wrangler deploy` followed by a curl or useAgent smoke test) with an explicit validation checkpoint for the workflow.

DimensionReasoningScore

Conciseness

Mostly lean and table-driven with executable code and no filler explaining basic concepts, but the 'Capabilities' list partially overlaps the Retrieval Sources table and could be trimmed.

4 / 5

Actionability

Provides fully executable TypeScript and TSX examples, concrete npm/wrangler config, and a Core APIs lookup table with exact syntax covering the common cases (state, RPC, scheduling, routing, React client).

5 / 5

Workflow Clarity

Setup is clearly sequenced (verify install -> wrangler config -> Agent class -> routing) with a light checkpoint ('npm ls agents'), but build/deploy/test validation checkpoints are absent; not a destructive/batch skill so no lower cap applies.

4 / 5

Progressive Disclosure

Clear overview in SKILL.md with one-level-deep references to real files, a retrieval-sources table, and a well-signaled References section linking each detailed topic.

5 / 5

Total

18

/

20

Passed

Description

92%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, well-structured description that clearly states capabilities, names concrete components, and gives explicit 'Load when' triggers tied to a distinct Cloudflare niche. Trigger-term coverage is good but could add a few more common synonyms.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Build AI agents', 'creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications') plus named components (Agent class, state management, callable RPC, Workflows integration, React hooks), giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' ('Build AI agents on Cloudflare Workers using the Agents SDK... Covers Agent class, state management, callable RPC, Workflows integration, and React hooks') and 'when' ('Load when creating stateful agents, durable workflows...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Strong natural trigger terms ('stateful agents', 'durable workflows', 'real-time WebSocket apps', 'scheduled tasks', 'MCP servers', 'chat applications') that users would actually say, though a few common variations like 'cron jobs', 'background jobs', or 'useAgent' are missing.

4 / 5

Distinctiveness Conflict Risk

Tied to a clear niche (Cloudflare Workers / Agents SDK) with distinct triggers, making it unlikely to fire for unrelated skills.

5 / 5

Total

19

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
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.