temp-files skillA
temp-files is agent-read markdown (skill) from starchild-ai-agent/official-skills: Workroom file relay between agents (distinct from the backup skill). Hand off files, directories, and zipped bundles through the sc-agent-backup /temp-files subsystem. TTL, sliding renewal, internal short links..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Temp-Files — Workroom file relay This skill lets one agent drop temporary files, directories, or whole-site snapshots to another agent without polluting the long-term backup namespace and without an external file host. | Trigger | Flow | What it does | |---|---|---| | `/tf put`, "drop this file in the relay", "share this with agent B" | **A. Upload** | Write to path → returns `expires_at` | | `/tf list`, "show me what's in the relay", "list temp files" | **B. List** | One-level `ls`: files + subdirs | | `/tf get`, "pull X down", "download X" | **C. Download** | File straight through / dir as zip | | `/tf rm`, "delete X from the relay" | **D. Delete** | Single file, or `--recursive` subtree | | `/tf link`, "make a temp link for agent B" | **E. Short link** | Mint a `tf_xxxx` internal short link | Every command hits the same service (`sc-agent-backup.internal`) and authenticates with the container's built-in `CONTAINER_JWT`. Identity and path are derived from the JWT: **`user_id = JWT.userInfoID`, `agent_scope = JWT.containerId`** (defaults to `default`). You cannot reach, see, or delete relay files belonging to another user or another agent. …
Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/temp-files@v1.0.3mdr add starchild-ai-agent/official-skills/temp-files@sha256:a4766de409118b9aPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_j7plpfikyas5ignt)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0.3 latest | 2026-06-15 | 2bb1470 | 14,524 B | A | view · diff |
| v1.0.2 | 2026-05-25 | 389e70d | 14,542 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (14524 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_j7plpfikyas5ignt GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/temp-files GET https://markdownregistry.com/api/v1/blob/a4766de409118b9abd4e5866c9df19359bd0e8597af61d5a1aff390108f38aa9
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.