CtrlK
BlogDocsLog inGet started
Tessl Logo

google-drive

Interact with Google Drive - search files, find folders, list contents, download files, upload files, create folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive, find a file/folder, list Drive contents, download or upload files, create folders, move files, or organize Drive content. Lightweight integration with standalone OAuth authentication supporting full read/write access.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

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

A lean, highly actionable command reference with clean sectioning and real bundle scripts. The main weakness is workflow_clarity: destructive operations (trash/move/rename) appear without validation or confirmation checkpoints, which caps that dimension at 3.

Suggestions

Add a verification/confirmation step for destructive operations, e.g. list the file before trashing or confirm the move target folder exists before `move`/`rename`, and verify the result afterward.

Note that trash is reversible via Drive's trash but call out that `trash` is a soft-delete and how to restore, giving Claude a feedback loop for mistakes.

Add a one-line pointer (e.g. "See scripts/drive.py --help for advanced flags") so deeper capability discovery is explicit rather than only implied by the command examples.

DimensionReasoningScore

Conciseness

The body is almost entirely copy-paste command reference with brief inline comments and no padding of concepts Claude already knows; sections like Search Query Formats and Download Limitations are tight reference material, so every token earns its place.

5 / 5

Actionability

Every operation is shown as an executable `python scripts/drive.py ...` invocation with real flags and example arguments (search, list, download, upload, create-folder, move, copy, rename, trash), covering the common cases copy-paste ready.

5 / 5

Workflow Clarity

A clear setup sequence (login/status/logout) and grouped command sections exist, but destructive operations — notably trash, move, and rename — are presented without any verify-before/after or confirm checkpoint, so the destructive-operations cap applies and it cannot exceed 3.

3 / 5

Progressive Disclosure

Content is well-organized into clearly labeled sections and points to real one-level-deep bundle scripts (scripts/auth.py, scripts/drive.py) via the commands; it stops short of 5 because all guidance is inlined with no explicit navigation pointers to deeper reference material.

4 / 5

Total

17

/

20

Passed

Description

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

A strong description: specific, action-oriented, with explicit what-and-when coverage and a clear Google Drive niche. The only gap is that the trigger list does not surface copy/rename/trash and lacks synonyms, capping trigger_term_quality at 4.

DimensionReasoningScore

Specificity

Enumerates many concrete actions — "search files, find folders, list contents, download files, upload files, create folders, move, copy, rename, and trash files" — giving comprehensive coverage of Drive operations rather than vague abstractions.

5 / 5

Completeness

It explicitly answers both what (the enumerated Drive actions) and when (a concrete "Use when user asks to: ..." trigger list), matching the 5 anchor that requires explicit what and when with concrete trigger phrases.

5 / 5

Trigger Term Quality

The "Use when user asks to: search Google Drive, find a file/folder, list Drive contents, download or upload files, create folders, move files, or organize Drive content" clause supplies good natural trigger phrases, but omits copy/rename/trash as triggers and lacks synonyms, so it stops short of the comprehensive 5 anchor.

4 / 5

Distinctiveness Conflict Risk

"Interact with Google Drive" carves a clear niche with Drive-specific triggers, and the standalone OAuth / read-write framing further scopes it, leaving minimal overlap risk with unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
sanjay3290/ai-skills
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.