← 返回 Skills 市场
neo1307

Drive File Relay

作者 neo1307 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neo1307-drive-file-relay
功能描述
Copy (relay) a local file from this machine into Google Drive for desktop (GoogleDriveFS) so it can be downloaded from a phone when the phone is not on the s...
安全使用建议
This skill's purpose is reasonable, but the runtime instructions reference running 'scripts/drive_relay.ps1' with PowerShell -ExecutionPolicy Bypass while the package contains no script—that is the main red flag. Before installing/using: 1) Do not run anything that uses ExecutionPolicy Bypass without inspecting the script; require the exact script file and review its contents for unsafe behavior. 2) Ask the publisher for the missing scripts or provide your own trusted implementation; do not fetch and run a script from an unknown URL. 3) Restrict the skill to Windows hosts (it assumes G: and PowerShell) or update the metadata to avoid accidental runs on other OSes. 4) Limit which local paths the agent may access and require explicit user confirmation for each file to avoid accidental exfiltration of sensitive files. 5) Test with a small harmless file first. If you cannot obtain and audit the referenced PowerShell script, treat this skill as incomplete and avoid enabling it.
功能分析
Type: OpenClaw Skill Name: neo1307-drive-file-relay Version: 1.0.0 The skill is designed to copy local files to a Google Drive for desktop mount point to facilitate access from mobile devices. The instructions in SKILL.md include file integrity verification (SHA256) and explicitly prohibit the use of external APIs or curl for messaging, which mitigates data exfiltration risks. While the referenced PowerShell script (scripts/drive_relay.ps1) was not provided, the agent instructions are transparent, logical, and lack indicators of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name and description (relay a local file into Google Drive for desktop) align with the instructions to detect a DriveFS mount, copy a file, and verify SHA256. Requesting no cloud credentials is proportionate because it relies on a locally-mounted Drive. Minor mismatch: the SKILL.md assumes Windows (G: drive, PowerShell) but the skill metadata has no OS restriction.
Instruction Scope
The SKILL.md limits actions to locating the DriveFS mount, copying the file, and verifying SHA256, which is in-scope. However it explicitly instructs running a PowerShell script with -ExecutionPolicy Bypass (scripts/drive_relay.ps1) but the bundle contains no script files. That implies the agent must find/run a script from the host or an external source — a gap that could lead to arbitrary code execution if resolved insecurely. The instructions also permit access to arbitrary local file paths (expected for the purpose) but this increases risk and should be constrained to user-approved paths.
Install Mechanism
There is no install spec and no files included (instruction-only), so nothing is written to disk by the skill itself. This is low install risk. However the SKILL.md's script invocation implies a dependency on an external script that is not provided—an operational inconsistency rather than an install mechanism in the package.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate: copying into a locally-mounted Drive does not require additional service credentials.
Persistence & Privilege
The skill is not marked always:true and uses default autonomous invocation settings. It does not request persistent presence or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neo1307-drive-file-relay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neo1307-drive-file-relay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug neo1307-drive-file-relay
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Drive File Relay 是什么?

Copy (relay) a local file from this machine into Google Drive for desktop (GoogleDriveFS) so it can be downloaded from a phone when the phone is not on the s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Drive File Relay?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install neo1307-drive-file-relay」即可一键安装,无需额外配置。

Drive File Relay 是免费的吗?

是的,Drive File Relay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Drive File Relay 支持哪些平台?

Drive File Relay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Drive File Relay?

由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。

💬 留言讨论