← Back to Skills Marketplace
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neo1307-drive-file-relay
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neo1307-drive-file-relay - After installation, invoke the skill by name or use
/neo1307-drive-file-relay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install Drive File Relay?
Run "/install neo1307-drive-file-relay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Drive File Relay free?
Yes, Drive File Relay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Drive File Relay support?
Drive File Relay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Drive File Relay?
It is built and maintained by neo1307 (@neo1307); the current version is v1.0.0.
More Skills