CtrlK
BlogDocsLog inGet started
Tessl Logo

imsg

iMessage/SMS CLI for listing chats, history, watch, and sending.

60

Quality

72%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/imsg/SKILL.md

The canonical home for this skill is imsg in deepgram/dglabs-deepclaw

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.

The content is concise, fully executable, and well-structured for a simple CLI skill, with a validation checkpoint guarding the destructive send action. The only notable gap is the lack of an explicit validate-fix-retry feedback loop and minor redundancy in the Ideas section.

DimensionReasoningScore

Conciseness

The body is lean with one-line overviews and tight code blocks, but the "Ideas to try" section lightly duplicates the Actions section and could be trimmed.

4 / 5

Actionability

Every action ships a copy-paste-ready, fully executable command with concrete flags and example values (e.g. --to "+14155551212").

5 / 5

Workflow Clarity

The discover-chatId-then-act sequence is clear and the Notes provide a validation checkpoint ("Confirm recipient + message before sending") for the destructive send, but no explicit error-recovery feedback loop is given.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references, organized into clear sections (Overview, Requirements, Inputs, Actions, Notes, Ideas) — meeting the simple-skill exception for a 5.

5 / 5

Total

18

/

20

Passed

Description

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

The description is specific and names a clear, low-conflict niche with several concrete actions, but it omits any "when to use" trigger guidance and lacks synonym coverage. Adding a Use-when clause would lift the completeness and trigger-term dimensions.

Suggestions

Append an explicit trigger clause, e.g. "Use when the user wants to read or send iMessage/SMS texts on macOS."

Add common synonyms like "texts" or "messages" to broaden natural-language matching.

Mention attachment handling or search if supported, to close the minor coverage gaps.

DimensionReasoningScore

Specificity

Names the iMessage/SMS domain and lists four concrete actions ("listing chats, history, watch, and sending"), with only minor gaps like attachments or search.

4 / 5

Completeness

Clearly states what the skill does but provides no "Use when..." trigger guidance, which caps completeness at 3 per the rubric guidelines.

3 / 5

Trigger Term Quality

Includes natural terms (iMessage, SMS, chats, sending) but misses common synonyms like "texts" or "messages" and has no explicit trigger phrase.

3 / 5

Distinctiveness Conflict Risk

The iMessage/SMS CLI niche is specific and unlikely to overlap with unrelated skills, though the absence of explicit trigger phrases keeps it just below a 5.

4 / 5

Total

14

/

20

Passed

Validation

81%

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

Validation13 / 16 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

13

/

16

Passed

Repository
Bitterbot-AI/bitterbot-desktop
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.