← Back to Skills Marketplace
225
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tmpfiles-upload
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tmpfiles-upload - After installation, invoke the skill by name or use
/tmpfiles-upload - 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 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 225 downloads so far.
How do I install Tmpfiles Upload?
Run "/install tmpfiles-upload" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tmpfiles Upload free?
Yes, Tmpfiles Upload is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tmpfiles Upload support?
Tmpfiles Upload is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tmpfiles Upload?
It is built and maintained by Vesper (@turbos7); the current version is v1.0.0.
More Skills