CtrlK
BlogDocsLog inGet started
Tessl Logo

box-automation

Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for current schemas.

72

2.93x
Quality

58%

Does it follow best practices?

Impact

97%

2.93x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/all-skills/skills/box-automation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

This is a comprehensive Box automation reference that covers many operations with good structural organization and specific tool/parameter names. Its main weaknesses are verbosity through repetition (IDs, pagination, and pitfalls restated across sections), lack of concrete executable examples showing actual MCP tool invocations, and missing validation/error-recovery steps in workflows involving destructive operations like deletion.

Suggestions

Add 1-2 concrete MCP tool call examples with actual parameter values (e.g., a complete RUBE_SEARCH_TOOLS call followed by a BOX_SEARCH_FOR_CONTENT call) to improve actionability.

Consolidate repeated information — ID formats, pagination patterns, and nested parameter conventions are each explained 2-3 times across different sections. State them once in Common Patterns and reference that section.

Add explicit validation/confirmation steps to destructive workflows (delete folder, permanent delete) such as 'Verify folder contents with BOX_LIST_ITEMS_IN_FOLDER before deletion' to improve workflow clarity.

Consider moving the Quick Reference table and Known Pitfalls into separate referenced files to reduce the main skill's token footprint.

DimensionReasoningScore

Conciseness

The skill is reasonably well-organized but quite verbose at ~200+ lines. There's significant repetition between sections (e.g., ID formats explained in 'Common Patterns', 'Known Pitfalls', and individual workflow pitfalls; pagination explained multiple times). The Quick Reference table duplicates information already covered in each workflow section. Some pitfalls like 'All IDs are numeric strings' are stated three times.

2 / 3

Actionability

The skill provides specific tool names, parameter names, and clear tool sequences, which is good. However, there are no executable code examples or concrete MCP call examples showing actual invocations with real parameter values. The guidance is specific enough to follow but lacks copy-paste-ready examples of actual tool calls with sample payloads.

2 / 3

Workflow Clarity

Workflows are clearly sequenced with labeled steps (Prerequisite, Required, Optional), which is helpful. However, there are no explicit validation checkpoints or error recovery feedback loops. For destructive operations like folder deletion, there's no 'verify before proceeding' step or confirmation pattern. The setup section has a good sequential flow with verification, but core workflows lack validation steps.

2 / 3

Progressive Disclosure

The content is structured with clear sections and a logical hierarchy, but it's monolithic — everything is in one file with no references to supporting documents. The Quick Reference table, Common Patterns, and Known Pitfalls sections could be separate files to reduce the main skill's length. For a skill with no bundle files, the single-file approach is acceptable but the content is long enough to benefit from splitting.

2 / 3

Total

8

/

12

Passed

Description

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 is strong in specificity and distinctiveness, clearly listing concrete Box operations and naming the specific platform and integration. However, it lacks an explicit 'Use when...' clause, which limits completeness, and could benefit from more natural user-facing trigger terms rather than technical integration names.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about Box, Box.com, or needs to manage files in Box cloud storage.'

Include more natural user-facing trigger terms such as 'Box.com', 'share a Box file', 'Box folder', or 'cloud file storage' to improve keyword coverage.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: file upload/download, search, folder management, sharing, collaborations, and metadata queries. Also specifies the platform (Box) and the integration method (Rube MCP / Composio).

3 / 3

Completeness

Clearly answers 'what does this do' with a list of Box operations, but lacks an explicit 'Use when...' clause or equivalent trigger guidance. The 'when' is only implied by the domain context.

2 / 3

Trigger Term Quality

Includes relevant terms like 'Box', 'cloud storage', 'file upload/download', 'sharing', 'collaborations', and 'metadata', but misses common user variations like 'Box.com', 'share a file', 'cloud files', or 'Box API'. The mention of 'Rube MCP (Composio)' is technical jargon unlikely to appear in user requests.

2 / 3

Distinctiveness Conflict Risk

Clearly scoped to Box cloud storage specifically, with distinct triggers like 'Box', 'Composio', and 'Rube MCP'. Unlikely to conflict with generic file management or other cloud storage skills (e.g., Google Drive, Dropbox).

3 / 3

Total

10

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
davepoon/buildwithclaude
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.