Google Drive Share File

v1.0.1

Atomic node skill to share a file in Google Drive using the gog CLI.

0· 31·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zvirb/google-drive-share-file.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Google Drive Share File" (zvirb/google-drive-share-file) from ClawHub.
Skill page: https://clawhub.ai/zvirb/google-drive-share-file
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gog
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install zvirb/google-drive-share-file

ClawHub CLI

Package manager switcher

npx clawhub@latest install google-drive-share-file
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual requirements: the skill requires the 'gog' CLI and its runtime instruction is a single gog drive share command. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md's runtime directive is narrowly scoped to executing the gog share command for a given fileId and email. It does not instruct the agent to read unrelated files, network endpoints, or credentials. Note: the command will use whatever authentication the gog CLI is already configured with (tokens/config on disk), so behavioral caution is warranted to avoid unintended public sharing.
Install Mechanism
Instruction-only skill with no install spec or downloads. This is low-risk: nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials. It implicitly relies on the gog CLI's existing authentication (user's Google credentials/config), which is proportionate to the task of sharing Drive files.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. It can be invoked by the agent, which is appropriate for this atomic operation.
Assessment
This skill is coherent but acts through your installed gog CLI and therefore will use whatever Google authentication is already configured on the machine. Before installing/using: ensure gog is installed and authenticated safely, verify the fileId and recipient email to avoid accidental exposure, prefer least-privilege roles (reader vs writer), and test in a non-sensitive folder first. If you allow autonomous agent invocation, be aware the agent could run this command and change sharing settings without an interactive prompt.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsgog
latestvk978zw1ht3ce7xmc2vbryzrdk985nw8b
31downloads
0stars
2versions
Updated 2h ago
v1.0.1
MIT-0

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if sharing fails.

Google Drive Share File

This skill allows the agent to share a file or folder in Google Drive using the native CLI.

Cognitive Directives

WHEN [A file or folder needs to be shared with a user or made public] THEN [Execute the native terminal command gog drive share <fileId> --role reader --type user --email <email>]

Schema Example

{
  "command": "gog drive share file_id_123 --role writer --type user --email example@gmail.com --json"
}

Expected Output

A JSON object confirming the permission creation.

Comments

Loading comments...