CtrlK
BlogDocsLog inGet started
Tessl Logo

gog-drive

Google Drive operations through gog.

61

Quality

72%

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 ./.agents/skills/gog-drive/SKILL.md
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.

The body is a tight, highly actionable command catalog with strong safety guidance and clean structure. Its only gap is the absence of an explicit error-recovery feedback loop for destructive and batch operations.

Suggestions

Add a short validate→fix→retry note for destructive/batch operations (e.g. run with --dry-run, inspect output, then execute and re-verify with get/ls).

Show one concrete example of confirming a mutation (account + object + action) before committing a write or delete.

DimensionReasoningScore

Conciseness

The body is lean: a compact safe-start block, a one-line-per-command table, and terse safety bullets, with no padding or explanation of concepts Claude already knows.

3 / 3

Actionability

Provides copy-paste executable commands (e.g. "gog --readonly --account user@example.com drive ls --max 20 --json --wrap-untrusted") and points to "--help" and "gog schema drive <command> --json" for full contracts.

3 / 3

Workflow Clarity

The safe-start sequence and safety checkpoints (confirm account/object/mutation, --dry-run, --readonly) are clear, but destructive/batch commands (delete, bulk, unshare) lack a validate→fix→retry feedback loop, capping this at 2.

2 / 3

Progressive Disclosure

A single well-organized file with one clearly signaled one-level reference ("../gog/SKILL.md") for shared rules; no bundle files are present and none are needed.

3 / 3

Total

11

/

12

Passed

Description

57%

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 and distinct but terse: it names the domain and tool yet stays vague on actions and omits any explicit "when to use" trigger. It is adequate but not comprehensive.

Suggestions

List concrete actions (e.g. upload, download, share, search, move, delete files) instead of the generic word "operations".

Add an explicit trigger clause such as "Use when the user needs to manage files or folders in Google Drive via gog.".

Include natural task-oriented keywords ("Drive files", "upload to Drive", "share a file") to improve trigger coverage.

DimensionReasoningScore

Specificity

Names the domain ("Google Drive") and the tool ("gog") but only a vague action class ("operations") rather than concrete actions like upload, share, or search.

2 / 3

Completeness

States what the skill does ("Google Drive operations through gog") but provides no "Use when…" trigger guidance, which caps completeness at 2.

2 / 3

Trigger Term Quality

"Google Drive" is a natural term users would say, but no common variations or task-oriented triggers (e.g. "Drive files", "upload", "share") are present.

2 / 3

Distinctiveness Conflict Risk

Scoping to a specific service (Google Drive) via a specific tool (gog) gives it a clear niche unlikely to trigger the wrong skill.

3 / 3

Total

9

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
openclaw/gogcli
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.