slipbox skillA
slipbox is agent-read markdown (skill) from randroids-dojo/skills: Capture atomic notes, search and browse PrivateBox, and run SlipBox semantic link, cluster, tension, and theme-synthesis workflows. Use when the user asks to add an idea to SlipBox, find or connect notes, inspect the knowledge graph, or refresh its semantic analysis..
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
# SlipBox Use the SlipBox service for writes and semantic passes. Use PrivateBox as the persisted read surface. Do not bypass the service by writing notes directly to the repository. ## Preflight Check only whether the required variables are present; never print the secret value: ```bash test -n "$SLIPBOX_API_KEY" && echo "SLIPBOX_API_KEY: set" || echo "SLIPBOX_API_KEY: missing" test -n "$SLIPBOX_URL" && echo "SLIPBOX_URL: set" || echo "SLIPBOX_URL: missing" test -n "$SLIPBOX_PRIVATEBOX_REPO" && echo "SLIPBOX_PRIVATEBOX_REPO: set" || echo "SLIPBOX_PRIVATEBOX_REPO: missing" ``` If a required value is missing, stop and name the missing variable. Do not search shell history or configuration files for secrets. Verify the service before any write or analysis call: ```bash curl -fsSL "$SLIPBOX_URL/api/health" ``` If the service is unavailable or an API call returns a non-2xx response or JSON `error`, stop, report the response safely, and wait for direction. Do not retry with altered data or fall back to direct repository writes. ## Choose the workflow …
Read the whole file at its exact version.
How to install
mdr add randroids-dojo/skills/slipbox@git:20260830.a009b78mdr add randroids-dojo/skills/slipbox@sha256:471d3ecf9ee80071Pin 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_yi7htzufvd34uetg)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260830.a009b78 latest | 2026-08-30 | a009b78 | 2,655 B | A | view · diff |
| git:20260503.0aa1a2c | 2026-05-03 | 0aa1a2c | 11,618 B | A | view · diff |
| git:20260223.2194a0d | 2026-02-23 | 2194a0d | 11,636 B | A | view · diff |
| git:20260223.59b6103 | 2026-02-23 | 59b6103 | 8,509 B | A | view · diff |
| git:20260223.0b1e33b | 2026-02-23 | 0b1e33b | 8,496 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 (2655 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
randroids-dojo/skills · 46 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_yi7htzufvd34uetg GET https://markdownregistry.com/api/v1/resolve?ref=randroids-dojo/skills/slipbox GET https://markdownregistry.com/api/v1/blob/471d3ecf9ee800710555f072ff76c73eb0c869d8aedd4f722d7658e8cd6fbf0c
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.