CtrlK
BlogDocsLog inGet started
Tessl Logo

camsnap

Capture frames or clips from RTSP/ONVIF cameras.

74

4.00x

Quality

63%

Does it follow best practices?

Impact

100%

4.00x

Average score across 3 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./openclaw/skills/camsnap/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

40%

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 identifies a clear technical niche (RTSP/ONVIF cameras) with reasonable specificity, making it distinctive. However, it lacks explicit trigger guidance ('Use when...') and misses common user-friendly terms like 'IP camera' or 'security camera' that would help Claude select this skill appropriately.

Suggestions

Add a 'Use when...' clause specifying triggers like 'Use when the user mentions RTSP streams, IP cameras, security cameras, ONVIF devices, or needs to capture video frames/clips from network cameras'

Include more natural user terms such as 'IP camera', 'security camera', 'network camera', 'video stream', 'snapshot' alongside the technical RTSP/ONVIF terminology

Expand the capability list to include related actions like 'configure camera connections', 'list available streams', or 'save recordings' if applicable

DimensionReasoningScore

Specificity

Names the domain (RTSP/ONVIF cameras) and two specific actions (capture frames, capture clips), but lacks comprehensive detail about additional capabilities like configuration, streaming, or format options.

2 / 3

Completeness

Describes what the skill does but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill.

1 / 3

Trigger Term Quality

Includes technical terms 'RTSP' and 'ONVIF' that knowledgeable users would use, plus 'frames' and 'clips', but misses common variations like 'IP camera', 'security camera', 'video stream', 'snapshot', or 'recording'.

2 / 3

Distinctiveness Conflict Risk

RTSP/ONVIF cameras is a very specific niche with distinct technical protocols; unlikely to conflict with other skills due to the specialized domain.

3 / 3

Total

8

/

12

Passed

Implementation

87%

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

This is a well-crafted, concise skill that provides immediately actionable CLI commands without unnecessary explanation. The main weakness is the lack of explicit validation steps or error recovery guidance, particularly for operations like motion watching or longer clips that could fail.

Suggestions

Add a brief troubleshooting workflow: e.g., 'If clip fails: run `camsnap doctor --probe` to verify connection, then retry with shorter duration'

Consider adding expected output examples for commands like `discover --info` to help verify successful execution

DimensionReasoningScore

Conciseness

Extremely lean and efficient. No unnecessary explanations of what cameras or RTSP are. Every line provides actionable information Claude needs.

3 / 3

Actionability

Provides concrete, copy-paste ready commands for all common operations: adding cameras, discovery, snapshots, clips, and motion watching with specific flags and examples.

3 / 3

Workflow Clarity

Commands are clear but lacks explicit sequencing for multi-step workflows. The 'prefer a short test capture' note hints at validation but doesn't provide a clear feedback loop for error recovery.

2 / 3

Progressive Disclosure

For a simple CLI tool skill under 50 lines, the content is well-organized with clear sections (Setup, Common commands, Notes). No need for external references given the scope.

3 / 3

Total

11

/

12

Passed

Validation

72%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation8 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

8

/

11

Passed

Repository
trpc-group/trpc-agent-go
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.