Tmpfiles Upload (Stdlib)

v1.0.0

Upload a local file to tmpfiles.org using Python standard library only, then return a direct download link in strict JSON.

0· 70·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, declared requirements (python3, linux) and runtime instructions all focus on uploading a local file to tmpfiles.org and returning a JSON link. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
The SKILL.md confines actions to checking a provided local path, reading the file, and POSTing it to tmpfiles.org; it explicitly warns against uploading secrets. Minor operational gaps: no explicit file-size or streaming guidance (files are read fully into memory in the example), and the reference implementation prints a raw_response on error which could include server data. These are practicality/robustness notes rather than scope creep.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing will be downloaded or written to disk by install. Lowest-risk install posture.
Credentials
No environment variables, keys, or config paths are requested. The skill does not ask for unrelated credentials or elevated access.
Persistence & Privilege
always is false, model invocation is allowed (platform default). The skill does not request persistent system presence or modify other skills/configuration.
Assessment
This skill appears coherent and limited to uploading a local file to tmpfiles.org and returning JSON. Before using it: (1) only provide paths for non-sensitive files you are willing to make publicly accessible (tmpfiles creates temporary public links), (2) be aware the example reads the whole file into memory — avoid very large files or modify to stream, (3) test with a harmless file first to confirm network access and response format, (4) consider private alternatives (S3, Supabase) for confidential data, and (5) verify tmpfiles.org retention/privacy policies if that matters for your use case.

Like a lobster shell, security has layers — review code before you run it.

filesvk973nh7k768h5f4pb53xsbek1183n5fxlatestvk973nh7k768h5f4pb53xsbek1183n5fxpythonvk973nh7k768h5f4pb53xsbek1183n5fxtmpfilesvk973nh7k768h5f4pb53xsbek1183n5fxuploadvk973nh7k768h5f4pb53xsbek1183n5fx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📤 Clawdis
OSLinux
Binspython3

Comments