CtrlK
BlogDocsLog inGet started
Tessl Logo

google-drive-automation

Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access.

54

Quality

62%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/google-drive-automation/SKILL.md

The canonical home for this skill is google-drive in sanjay3290/ai-skills

SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is a highly actionable, concise CLI command reference with clear section structure and executable examples throughout. Its main weakness is the absence of validation/verification steps for destructive operations, which limits workflow clarity.

Suggestions

Add an explicit verification step after destructive/batch operations, e.g., re-run `search` or `list` to confirm a `trash`/`move`/`rename` succeeded before reporting completion.

For `download`, include a quick check that the output file exists and is non-empty before declaring success.

Remove the redundant opening line that repeats the frontmatter description verbatim to tighten the intro.

DimensionReasoningScore

Conciseness

The body is a lean command catalog with brief inline comments and no explanations of concepts Claude already knows; only minor redundancy (the description line is repeated in the intro) keeps it from a 5.

4 / 5

Actionability

It provides fully executable, copy-paste-ready `python scripts/drive.py` and `python scripts/auth.py` commands with concrete arguments and flags covering the common read/write/search cases.

5 / 5

Workflow Clarity

Setup and command groups are clearly sequenced, but destructive operations (trash, move, rename) and batch listings carry no validation or verification checkpoints, capping workflow clarity at 3.

3 / 5

Progressive Disclosure

Content is organized into well-labeled sections (Setup, Read, Write, Search Formats, Token Management) with no nested document references and a self-contained single file; minor organization gaps keep it from a 5.

4 / 5

Total

16

/

20

Passed

Description

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

The description clearly names the domain and its distinguishing technical property (no MCP server) but relies on generic capability language and omits any explicit 'Use when' trigger guidance. It is distinct yet under-specified on concrete actions and triggering contexts.

Suggestions

List 2-3 concrete actions (e.g., 'search, upload, download, and organize Google Drive files') instead of the generic 'Full read/write access'.

Add a 'Use when...' clause naming natural triggers, e.g., 'Use when the user asks to search, upload, download, or organize files in Google Drive.'

Include natural file/task terms users say (Drive files, upload, download, shared files) to broaden trigger coverage beyond the technical 'OAuth'/'MCP server' phrasing.

DimensionReasoningScore

Specificity

It names the Google Drive domain but the actions are generic ('integration', 'Full read/write access') rather than concrete enumerated operations like search, upload, or download.

2 / 5

Completeness

It has a clear 'what' (lightweight Drive integration with standalone OAuth and read/write access) but no 'Use when...' clause or equivalent trigger guidance, capping completeness at 3.

3 / 5

Trigger Term Quality

'Google Drive' is a natural keyword a user would say, but 'OAuth authentication' and 'MCP server' are technical jargon and common task phrases (upload, download, search Drive) are absent.

3 / 5

Distinctiveness Conflict Risk

'Google Drive' is a clear niche and 'No MCP server required' distinguishes it from MCP-based Drive skills, with only minor overlap risk against other Google/Drive integrations.

4 / 5

Total

12

/

20

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

frontmatter_unknown_keys

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

Warning

referenced_paths_exist

Referenced path issues: 23 missing

Warning

Total

14

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-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.