CtrlK
BlogDocsLog inGet started
Tessl Logo

url2ip

将 URL 解析为对应的 IP 地址。当用户提到 URL 转 IP、域名解析 IP、查 IP 时使用。

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The content body is lean, actionable, and well-organized with executable examples, a clear parameter table, and an explicit return type. As a simple single-purpose skill it satisfies the rubric's leniency for workflow clarity and progressive disclosure.

DimensionReasoningScore

Conciseness

The ~43-line body is lean, assumes Claude's competence, and avoids explaining concepts Claude already knows; every section (parameters, return value, executable example) earns its place, matching anchor 3.

3 / 3

Actionability

Provides fully executable, copy-paste-ready Python code ("from office.skills.tools import url2ip; ip = url2ip(url='...')") plus a parameter table and return type, matching anchor 3.

3 / 3

Workflow Clarity

This is a simple single-task skill whose single action (call url2ip(url=...)) is unambiguous, so per the simple-skills scoring note workflow clarity scores 3; no destructive or batch operation requires validation checkpoints.

3 / 3

Progressive Disclosure

At under 50 lines with no need for external references (none bundled), the well-organized sections satisfy the anchor 3 allowance for short single-purpose skills; no nested references exist.

3 / 3

Total

12

/

12

Passed

Description

90%

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, third-person, and clearly covers both what the skill does and when to use it with natural trigger terms. Its only weakness is specificity, as it describes a single action rather than multiple concrete capabilities.

DimensionReasoningScore

Specificity

Names the domain and a single concrete action ("将 URL 解析为对应的 IP 地址") but does not list multiple specific actions, matching anchor 2 rather than the multi-action anchor 3; it is not vague so it is above anchor 1.

2 / 3

Completeness

Explicitly states both what it does (解析 URL 为 IP) and when to use it ("当用户提到...时使用"), satisfying the anchor 3 requirement for explicit triggers; the "Use when" clause prevents the cap at 2.

3 / 3

Trigger Term Quality

Provides several natural phrasings a user would say ("URL 转 IP、域名解析 IP、查 IP"), giving good coverage of common variations matching anchor 3.

3 / 3

Distinctiveness Conflict Risk

The URL-to-IP niche is narrow with distinct triggers ("URL 转 IP", "查 IP") unlikely to overlap with other skills, matching anchor 3.

3 / 3

Total

11

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
CoderWanFeng/python-office
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.