← 返回 Skills 市场
pidrive
作者
abhishek203
· GitHub ↗
· v1.9.0
· MIT-0
282
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install pidrive
功能描述
Private file storage for AI agents. Mount S3 as a filesystem via WebDAV. Use standard unix commands (ls, cat, grep, cp, rm). All persistent data in S3, small...
安全使用建议
This skill is internally consistent with a WebDAV-to-S3 filesystem, but before installing you should: (1) verify the publisher and inspect the Homebrew tap / GitHub releases and source code (or checksums) before trusting and running the binary; (2) be aware installation on Linux requires sudo to install davfs2; (3) the service will store an API key at ~/.pidrive/credentials — treat that file as sensitive and rotate/revoke it if the host is compromised; (4) avoid using public link shares for sensitive data (the SKILL.md explicitly warns this); and (5) consider running the client in a restricted environment (container or dedicated VM) if you cannot fully trust the third‑party binary or the pidrive.ressl.ai service.
功能分析
Type: OpenClaw Skill
Name: pidrive
Version: 1.9.0
The skill bundle (SKILL.md) describes a tool for mounting a remote WebDAV filesystem and requires the installation of external binaries from a third-party Homebrew tap (abhishek203/pidrive). These capabilities are high-risk as they provide a direct mechanism for data exfiltration to an external endpoint (pidrive.ressl.ai) and introduce supply-chain risks through the execution of third-party code. While the behavior is aligned with the stated purpose of cloud storage, the combination of remote mounting and external binary execution constitutes a significant attack surface for an AI agent.
能力评估
Purpose & Capability
The skill claims to provide a WebDAV-mounted filesystem backed by S3 and its instructions cover registering, obtaining an API key, mounting, and using unix commands. No unrelated credentials or system access are requested in the metadata; the runtime behavior described (WebDAV over HTTPS to pidrive.ressl.ai, local cache, ~/.pidrive/credentials) matches the stated purpose.
Instruction Scope
SKILL.md instructs the user/agent to install the pidrive CLI, register with the pidrive service, and mount a remote drive. It documents storing an API key at ~/.pidrive/credentials and using standard unix commands on the mount. This requires network access and reading/writing to the stated local credential path and the mount point; the instructions do not tell the agent to read unrelated system files or exfiltrate data, but do rely on contacting an external service (pidrive.ressl.ai).
Install Mechanism
There is no install spec in the registry, but SKILL.md recommends installing via a third‑party Homebrew tap or GitHub releases and (on Linux) installing davfs2 via apt (requires sudo). Homebrew/GitHub releases are common distribution channels but require trusting the third‑party maintainer; the extra davfs2 package is expected for WebDAV mounts but increases privilege needs during installation.
Credentials
Registry metadata lists no required env vars, which aligns with SKILL.md (the service issues an API key at registration rather than demanding pre-provided env vars). The skill will store a sensitive API key at ~/.pidrive/credentials (0600) and use it for WebDAV auth — that is proportional to the stated function, but the skill does involve local credential storage and outbound authentication to a remote server.
Persistence & Privilege
The skill does not request always: true and does not declare any background daemons or changes to other skills. It requires ordinary mount-level persistence while mounted and stores credentials under its own config path; autonomous invocation (disable-model-invocation: false) is the platform default and not a special privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pidrive - 安装完成后,直接呼叫该 Skill 的名称或使用
/pidrive触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.9.0
Fix description: remove 'no local storage' claim, accurately describe temporary read cache. All statements now consistent.
v1.8.0
Install via Homebrew (brew install pidrive). No curl|bash. SHA-256 verified by Homebrew automatically. No sudo required for install.
v1.7.0
Fix all inconsistencies: no sudo anywhere, ~/.local/bin only, davfs2 not auto-installed, removed contradictory statements
v1.6.0
Moved to abhishek203/pi-drive repo. No sudo required — installs to ~/.local/bin. davfs2 is a manual step. Checksum verification mandatory.
v1.5.0
Install script now hosted on GitHub (auditable). Uses latest release tag (no version mismatch). Aborts on missing checksum (no skip). No bundled binary — everything from GitHub releases.
v1.4.0
Binary and checksums now downloaded from GitHub releases (well-known host), not pidrive.ressl.ai. Addresses same-host trust concern.
v1.3.0
Fix all safety review issues: bundled install.sh now matches SKILL.md exactly, uses sudo, installs davfs2 on Linux, verifies SHA-256 checksum before installing binary
v1.2.0
Bundle install script in skill folder for audit. Remove auto davfs2 install. Use {baseDir}/install.sh instead of remote curl|bash.
v1.1.0
Address safety review: document caching behavior, credential storage, install script scope, sharing model (live references not copies), public link warnings
v1.0.0
Initial release of pidrive
- Private file storage for AI agents, backed by AWS S3 with no local storage.
- Mountable as a filesystem via WebDAV; supports standard unix commands for file operations.
- Direct and link-based file sharing, including invite workflow for non-users.
- Full-text search, 30-day trash/recovery, and account management features.
- Flexible plans: free, pro, and team tiers.
元数据
常见问题
pidrive 是什么?
Private file storage for AI agents. Mount S3 as a filesystem via WebDAV. Use standard unix commands (ls, cat, grep, cp, rm). All persistent data in S3, small... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。
如何安装 pidrive?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pidrive」即可一键安装,无需额外配置。
pidrive 是免费的吗?
是的,pidrive 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pidrive 支持哪些平台?
pidrive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pidrive?
由 abhishek203(@abhishek203)开发并维护,当前版本 v1.9.0。
推荐 Skills