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.

81

3.84x
Quality

73%

Does it follow best practices?

Impact

100%

3.84x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

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

Quality

Discovery

67%

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 provides a clear 'when to use' clause and names some specific actions (reacting, pinning/unpinning), which is good. However, the opening phrase 'control Slack' is vague and the scope of capabilities beyond reacting and pinning is unclear. The description would benefit from listing more concrete actions and including additional natural trigger terms users might use.

Suggestions

List all specific Slack actions this skill supports beyond reacting and pinning (e.g., sending messages, listing channels, etc.) or clarify that it is limited to reactions and pins only.

Add more natural trigger term variations like 'emoji reaction', 'add reaction', 'pin message', 'unpin message', 'bookmark' to improve matching.

Use third person voice ('Controls Slack from OpenClaw...') instead of second person implied by 'Use when you need to' for the capability description portion.

DimensionReasoningScore

Specificity

Names the domain (Slack control via OpenClaw) and some actions (reacting to messages, pinning/unpinning items), but the list of capabilities is not comprehensive — 'control Slack' is vague and the specific actions mentioned are limited.

2 / 3

Completeness

Explicitly answers both 'what' (control Slack via the slack tool, including reacting and pinning/unpinning) and 'when' (starts with 'Use when you need to control Slack from OpenClaw'), providing clear trigger guidance.

3 / 3

Trigger Term Quality

Includes some natural keywords like 'Slack', 'reacting to messages', 'pinning', 'unpinning', 'channels', 'DMs', but misses common variations users might say like 'emoji reaction', 'add reaction', 'pin message', 'unpin message', or 'slack tool'.

2 / 3

Distinctiveness Conflict Risk

The mention of 'OpenClaw' and 'slack tool' adds some distinctiveness, but 'control Slack' is broad enough that it could overlap with other Slack-related skills (e.g., sending messages, managing channels). The specific actions of reacting and pinning help somewhat but don't fully carve out a clear niche.

2 / 3

Total

9

/

12

Passed

Implementation

79%

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-structured, actionable skill with excellent concrete JSON examples for each Slack action. Its main weaknesses are the lack of validation/error handling guidance (especially for destructive operations like delete) and the fact that all action examples are inline rather than progressively disclosed. The content is concise and respects Claude's intelligence throughout.

Suggestions

Add validation/verification guidance for destructive operations (deleteMessage, editMessage) - e.g., 'Before deleting, use readMessages to confirm the target message' or note that deletions are irreversible.

Consider moving the full action reference examples to a separate file (e.g., ACTIONS_REFERENCE.md) and keeping only the most common 2-3 actions inline in SKILL.md.

DimensionReasoningScore

Conciseness

The content is lean and efficient. No unnecessary explanations of what Slack is or how APIs work. Every section serves a clear purpose, and the JSON examples are minimal but complete.

3 / 3

Actionability

Every action has a concrete, copy-paste-ready JSON payload with realistic field values. The inputs section clearly specifies what needs to be collected and where to find values (e.g., message context lines).

3 / 3

Workflow Clarity

Individual actions are clear, but there are no validation steps or error handling guidance. For destructive operations like deleteMessage, there's no confirmation or verification step mentioned. The skill presents actions in isolation without sequencing or feedback loops.

2 / 3

Progressive Disclosure

The content is well-structured with clear headers and a summary table, but all 11 action examples are inline rather than being split into a reference file. The action groups table provides a nice overview, but the bulk of the content could benefit from being in a separate ACTIONS_REFERENCE.md.

2 / 3

Total

10

/

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.

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

Total

9

/

11

Passed

Repository
attilaczudor/Test
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.