CtrlK
BlogDocsLog inGet started
Tessl Logo

edgeone-pages-deploy

Deploys static HTML to a public URL instantly with no authentication required. Use when asked to "host this", "deploy this site", "get a public link", "share this HTML", "quick deploy", "publish this page", or any request to make an HTML file publicly accessible via URL. Supports self-contained HTML files with inline CSS/JS.

76

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

92%

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

The content is tight, actionable, and well-organized with executable commands and a validation step appropriate for a simple deploy skill. The one real defect is the missing `scripts/deploy.sh` bundle file referenced by the Quick Deploy section, which breaks the primary usage path.

Suggestions

Bundle the referenced `scripts/deploy.sh` so the Quick Deploy commands resolve, or rewrite Quick Deploy to use only the self-contained curl instructions already in the Manual Deploy section.

If the script is intentionally absent, remove the `scripts/deploy.sh` references and make the curl-based Manual Deploy the primary path to avoid a dangling file reference.

Consider strengthening the validation checkpoint by replacing "SHOULD" with an explicit pass/fail step (e.g., retry or surface the URL only on HTTP 200) for slightly firmer workflow clarity.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence — "No authentication, no accounts, no configuration" — with every section (Quick Deploy, How It Works, Manual curl, Validation, Constraints, Requirements) earning its place; the Manual Deploy section provides a genuine curl-only alternative rather than duplicating the script, so it avoids the level-2 padding anchor.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance — `scripts/deploy.sh path/to/index.html`, a complete JSON-RPC curl call with inline python3 JSON encoding, and a validation curl — matching the level-3 anchor rather than the level-2 pseudocode anchor.

3 / 3

Workflow Clarity

This is a simple single-purpose skill whose single deploy action is unambiguous, and it includes an explicit validation step ("SHOULD verify the URL returns HTTP 200"); per the simple-skills note workflow clarity can score 3 when the single action is clear, keeping it above level 2 where steps would be missing or validation absent.

3 / 3

Progressive Disclosure

The body references `scripts/deploy.sh` in Quick Deploy but the `scripts/` directory is not bundled, so the referenced path is broken — Claude following the primary instructions would find no script; this matches the level-2 anchor of references that are not properly resolved rather than level 3's clean one-level-deep references.

2 / 3

Total

11

/

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.

The description is concise and high quality: it states concrete capabilities, lists many natural trigger phrases a user would say, and explicitly covers both what the skill does and when to invoke it. It occupies a distinct niche unlikely to trigger incorrectly.

DimensionReasoningScore

Specificity

Names multiple concrete actions — "Deploys static HTML to a public URL instantly with no authentication required" and "Supports self-contained HTML files with inline CSS/JS" — matching the level-3 anchor of listing several specific concrete actions rather than only a domain plus partial actions.

3 / 3

Completeness

Explicitly answers both "what" (deploys static HTML to a public URL, no auth) and "when" via an explicit "Use when asked to ..." clause, matching the level-3 anchor with clear triggers; not level 2 because "when" is explicit rather than implied.

3 / 3

Trigger Term Quality

Quotes natural phrasings a user would actually say — "host this", "deploy this site", "get a public link", "share this HTML", "quick deploy", "publish this page", plus "make an HTML file publicly accessible via URL" — giving good coverage of common variations rather than jargon.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche — publishing self-contained HTML to a public URL via EdgeOne Pages — with distinct triggers unlikely to overlap with unrelated skills, matching the level-3 anchor; not level 2 because it is not merely a broad document/file handler.

3 / 3

Total

12

/

12

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

referenced_paths_exist

Referenced path issues: 2 missing

Warning

Total

15

/

16

Passed

Repository
NeverSight/skills_feed
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.