← 返回 Skills 市场
63
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install google-drive-search-files
功能描述
Atomic node skill to search for files in Google Drive using the gog CLI.
使用说明 (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.
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-drive-search-files - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-drive-search-files触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Google Drive Search Files 是什么?
Atomic node skill to search for files in Google Drive using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Google Drive Search Files?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-drive-search-files」即可一键安装,无需额外配置。
Google Drive Search Files 是免费的吗?
是的,Google Drive Search Files 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Drive Search Files 支持哪些平台?
Google Drive Search Files 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Drive Search Files?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.1。
推荐 Skills