CtrlK
BlogDocsLog inGet started
Tessl Logo

slack

Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.

89

3.84x
Quality

Does it follow best practices?

Impact

100%

3.84x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A tight, highly actionable single-purpose skill with well-organized sections and complete JSON examples. Its main gap is the absence of validation/confirmation guidance for destructive message and pin operations.

Suggestions

Add a brief confirmation step before deleteMessage/unpinMessage (e.g., confirm the target messageId with the user or read recent messages first) to satisfy validation checkpoints for destructive actions.

Show a minimal feedback loop for editMessage — read, edit, then re-read to confirm the update took effect.

Clarify how to obtain a valid messageId/channelId from a message context line in one line, since several actions depend on those fields.

DimensionReasoningScore

Conciseness

The body is lean — overview, inputs, an action-group table, and one JSON snippet per action with no padding or explanation of concepts Claude already knows, so every token earns its place.

3 / 3

Actionability

Each action is shown as a complete, copy-paste-ready JSON object with concrete field names and example values (channelId, messageId, emoji, to/content), fully executable against the tool.

3 / 3

Workflow Clarity

Actions are clearly catalogued but there is no sequencing or validation checkpoint for the destructive operations (deleteMessage, unpinMessage, editMessage); the guideline caps destructive/batch workflows at 2 when feedback loops are missing.

2 / 3

Progressive Disclosure

Under 50 lines with no external references needed; content is well-organized into Overview, Inputs, Actions, and Ideas sections, so the simple-skill carve-out earns the top score.

3 / 3

Total

11

/

12

Passed

Description

85%

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 pairs an explicit "Use when" trigger with several concrete capabilities. It is slightly tool-framed rather than user-phrase-framed, which keeps trigger quality from the top level.

DimensionReasoningScore

Specificity

Names concrete, multiple actions — "reacting to messages or pinning/unpinning items" plus the body enumerates react/send/edit/delete/read/pin/member info — matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly answers "what" (control Slack — react/pin) and "when" via the explicit "Use when you need to control Slack..." trigger clause, satisfying the 'both what AND when' anchor.

3 / 3

Trigger Term Quality

Includes natural user terms like "Slack," "messages," and "pinning/unpinning," but leans on the internal "slack tool" framing rather than covering common phrasings a user would say like "send a Slack message" or "react to a message."

2 / 3

Distinctiveness Conflict Risk

Scoped to a single named integration (Slack via OpenClaw's slack tool) with distinct trigger surface, making it unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

Passed

Validation

87%

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

Validation14 / 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

Total

14

/

16

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.