CtrlK
BlogDocsLog inGet started
Tessl Logo

wacli

Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).

73

Quality

92%

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

85%

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

The body is a tight, highly actionable command reference with good section organization and no concept over-explanation. Its main gap is the absence of an explicit validation/feedback loop for sending, which leaves workflow clarity at the mid-level despite the strong Safety pre-checks.

Suggestions

Add an explicit post-send verification step (e.g. check `wacli messages search` for the sent message) to create a validate-confirm feedback loop around the destructive send operation.

Sequence the auth/sync/backfill flow as numbered steps with a checkpoint (e.g. run `wacli doctor` to confirm login before backfill) so the multi-step process is unambiguous.

Move the JID-format and store-dir notes into a short reference sub-section so the primary command sections stay scannable.

DimensionReasoningScore

Conciseness

The body is lean, lists runnable commands grouped by task, and assumes Claude's competence without explaining what WhatsApp or a CLI is; every line earns its place.

3 / 3

Actionability

It provides copy-paste-ready, fully executable commands with concrete flags and example arguments (e.g. `wacli send text --to "+14155551212" --message "Hello! Are you free at 3pm?"`).

3 / 3

Workflow Clarity

Steps are grouped logically and a Safety section adds pre-send confirmation, but there is no explicit validate/verify feedback loop for the destructive send operation, and the multi-step backfill/auth flow is listed rather than sequenced.

2 / 3

Progressive Disclosure

It is a short single-file skill with well-organized sections and no external references; per the rubric's simple-skill note, that organization alone earns a top score without separate files.

3 / 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.

A concise, third-person description that specifies concrete actions, includes natural trigger terms, and clearly delimits scope with an explicit not-for-normal-chats clause. It strongly answers both what and when while staying distinct from other skills.

DimensionReasoningScore

Specificity

The description names multiple concrete actions: "Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI," covering sending, searching, and syncing as distinct operations.

3 / 3

Completeness

It answers both what (send/search/sync WhatsApp messages and history) and when ("not for normal user chats"), and the negative-scope clause functions as explicit trigger guidance for when to invoke the skill.

3 / 3

Trigger Term Quality

It uses natural, user-likely phrasing ("Send WhatsApp messages," "search/sync WhatsApp history") plus the recognizable tool name "wacli," giving good coverage of terms a user would say.

3 / 3

Distinctiveness Conflict Risk

The explicit negative scope ("not for normal user chats") plus the narrow wacli tool niche make it unlikely to trigger for unrelated skills.

3 / 3

Total

12

/

12

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.