← Back to Skills Marketplace
zvirb

Google Drive Search Files

by zvirb · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
63
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install google-drive-search-files
Description
Atomic node skill to search for files in Google Drive using the gog CLI.
README (SKILL.md)

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 the search fails.

Google Drive Search Files

This skill allows the agent to search for files across Google Drive using the native CLI.

Cognitive Directives

WHEN [A file or folder needs to be located in Google Drive] THEN [Execute the native terminal command gog drive search "query" --json]

Schema Example

{
  "command": "gog drive search \"project proposal\" --json"
}

Expected Output

A JSON array of file objects matching the search criteria.

Usage Guidance
This skill runs your local 'gog' CLI to search Google Drive. Before installing or using it, make sure: (1) the 'gog' binary on the system is from a trusted source and is the one you expect; (2) 'gog' is authenticated to the correct Google account and has only the intended Drive permissions; (3) you are comfortable with an agent executing a local CLI command (results returned may include sensitive filenames or metadata); and (4) if you want to limit risk, run it only when invoked manually (avoid giving the agent broad autonomous rights) or test it in an environment with limited Drive access.
Capability Assessment
Purpose & Capability
Name, description, required binary ('gog') and the runtime instruction ('gog drive search "query" --json') all align. The declared requirements are exactly what the skill needs to perform the stated task.
Instruction Scope
SKILL.md only tells the agent to run a single gog command and return JSON results. It does not instruct reading other files, environment variables, or sending results to external endpoints. Note: the command will run using the local gog CLI and therefore will operate under whatever authentication and permissions that CLI is configured with on the host.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requests no environment variables or credentials directly, which is proportionate. However, it implicitly relies on the local gog CLI being installed and authenticated; that CLI may use stored tokens or config files under the user's account. Users should be aware the skill will act with the permissions already granted to the local gog installation.
Persistence & Privilege
always is false, it is user-invocable, and it does not request modification of agent or system configuration. It does not ask for persistent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-drive-search-files
  3. After installation, invoke the skill by name or use /google-drive-search-files
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Changed backend integration from GoogleWorkspace plugin to gog CLI. - Updated required dependencies from a plugin to a binary (`gog`). - Revised usage instructions and schema example to reflect `gog drive search`. - Updated cognitive directives and expected output to match the new CLI workflow.
v1.0.0
- Initial release of Google Drive Search Files skill. - Enables file search in Google Drive via the GoogleWorkspace plugin. - Supports query-based search (e.g., by filename or mimeType). - Returns results as a JSON array of file objects (id, name, mimeType). - Includes error handling leveraging plugin's self-healing features.
Metadata
Slug google-drive-search-files
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Google Drive Search Files?

Atomic node skill to search for files in Google Drive using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Google Drive Search Files?

Run "/install google-drive-search-files" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Drive Search Files free?

Yes, Google Drive Search Files is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Drive Search Files support?

Google Drive Search Files is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Drive Search Files?

It is built and maintained by zvirb (@zvirb); the current version is v1.0.1.

💬 Comments