← 返回 Skills 市场
225
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tmpfiles-upload
功能描述
Upload files (images, PDFs, documents) to tmpfiles.org and send download links via messaging platforms. Use when: (1) User asks to send screenshots/files via...
安全使用建议
This skill appears to do what it claims: take screenshots or read files, upload them to tmpfiles.org, and share the resulting link. Before installing, consider: (1) Privacy — tmpfiles.org links are public and files expire quickly (~1 hour), so avoid uploading sensitive content. (2) Platform differences — the SKILL.md shows macOS 'screencapture' and Python+requests usage; ensure your agent runtime supports those or provide alternative commands. (3) Dependencies — the examples use the 'requests' Python package but no install instructions are provided. (4) Messaging auth — the example assumes the agent/platform can send Feishu messages; verify that Feishu credentials are managed by the platform and not exposed by this skill. If you need safer behavior, request explicit confirmation before capturing screens and add guidance to avoid uploading sensitive files.
功能分析
Type: OpenClaw Skill
Name: tmpfiles-upload
Version: 1.0.0
The skill provides a straightforward utility for uploading files to the public hosting service tmpfiles.org and sharing the links via messaging platforms. The Python code in SKILL.md uses the standard requests library to interact with the service's API and includes explicit warnings about the public accessibility and temporary nature of the uploaded data, showing no signs of hidden malicious intent or data exfiltration beyond its stated purpose.
能力评估
Purpose & Capability
Name/description (temporary file uploads and link sharing) matches the runtime instructions which POST files to tmpfiles.org and return a download link. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
Instructions explicitly tell the agent to capture screenshots (macOS /usr/sbin/screencapture) and upload arbitrary files to an external public service. Capturing the screen and uploading user files is within the stated purpose, but it may expose sensitive on-screen content and assumes the agent/environment should be allowed to run a screencapture command. The SKILL.md also shows sending the link via a Feishu message but does not document how Feishu auth is obtained (this is likely handled by the agent platform).
Install Mechanism
This is an instruction-only skill with no install spec (lower risk). It uses python3 and the requests library in examples but does not provide installation steps for requests; the environment may not have requests installed. No external download URLs or archive extraction are used.
Credentials
No environment variables or credentials are requested by the skill, which is proportionate. The main privacy/credential consideration is that files are POSTed to a public third-party service (tmpfiles.org) and links are publicly accessible while active—so do not use for sensitive data.
Persistence & Privilege
The skill does not request persistent presence (always=false) and does not modify other skills or system-wide settings. Autonomous invocation is permitted by platform default but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tmpfiles-upload - 安装完成后,直接呼叫该 Skill 的名称或使用
/tmpfiles-upload触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tmpfiles Upload 是什么?
Upload files (images, PDFs, documents) to tmpfiles.org and send download links via messaging platforms. Use when: (1) User asks to send screenshots/files via... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。
如何安装 Tmpfiles Upload?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tmpfiles-upload」即可一键安装,无需额外配置。
Tmpfiles Upload 是免费的吗?
是的,Tmpfiles Upload 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tmpfiles Upload 支持哪些平台?
Tmpfiles Upload 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tmpfiles Upload?
由 Vesper(@turbos7)开发并维护,当前版本 v1.0.0。
推荐 Skills