Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add keepYaoung/artifact-organizer/plugin install artifact-organizerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/keepyaoung/artifact-organizer/slides)<a href="https://agentmods.dev/commands/keepyaoung/artifact-organizer/slides"><img src="https://agentmods.dev/badge/commands/keepyaoung/artifact-organizer/slides.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.01563 |
| Opus 5 | $0.00014 | $0.00781 |
| Sonnet 5 | $0.00005 | $0.00313 |
| Haiku 4.5 | $0.00003 | $0.00156 |
Grade A, and why
slides scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Step 0 — theme + renderer preference (run first, every invocation)
When PREF is empty below, you MUST prompt the user for theme + renderer via AskUserQuestion BEFORE writing the preference file — theme options: notion (warm cream + Notion Blue), linear (dark-native + indigo), vercel (gallery white + Geist), stripe (weight-300 luxury + deep navy), supabase (dark-native + emerald), apple (SF + Apple Blue + true-black dark), tailwind (Inter + slate + indigo-600); renderer options: auto / canvas / page. Use the answer to set THEME and RENDERER. If the user skips or the tool is unavailable, fall back silently to notion + auto. Color mode is not a setting — every output inlines both light and dark; the toggle button + prefers-color-scheme switch them at view time.
PREF=""
for p in ./.artifact-organizer/preference.md ~/.artifact-organizer/preference.md; do
[ -f "$p" ] && { PREF="$p"; break; }
done
if [ -z "$PREF" ]; then
# See the instruction above — populate from AskUserQuestion or fall back.
THEME=notion; RENDERER=auto
mkdir -p ~/.artifact-organizer; PREF=~/.artifact-organizer/preference.md
printf -- '---\ntheme: %s\nrenderer: %s\ncreated_at: %s\n---\n' \
"$THEME" "$RENDERER" "$(date -u +%Y-%m-%dT%H:%M:%SZ)" > "$PREF"
fi
THEME=$(awk -F': *' '/^theme:/{print $2; exit}' "$PREF")
RENDERER=$(awk -F': *' '/^renderer:/{print $2; exit}' "$PREF")
[ -z "$THEME" ] && THEME=notion
[ -z "$RENDERER" ] && RENDERER=auto
You are invoking Artifact Organizer's slide-deck mode. The user asked for slides about:
$ARGUMENTS
Rules for slide mode
- Root MUST be
artifact-organizer/SlideDeck. NOT Page. Slides never nest inside Page. - SlideDeck's
childrenmust be an array ofartifact-organizer/Slideobjects — nothing else. - Choose
aspect:"16:9"(default for widescreen) or"4:3"(compact/legacy). - Optional
transition: "fade" | "slide"for visual polish (deck mode only). - Optional
mode:"deck"(default — keyboard nav, one slide at a time),"scroll-snap"(vertical scroll-snap inside a 100vh viewport, reveal-on-enter), or"scroll-jack"(page scroll pinned via sticky, slides crossfade with scroll progress, Apple-style). Both scroll modes respectprefers-reduced-motion. Reservescroll-jackfor full-page hero decks (it consumes page scroll). - Include a
footerwith the topic or date.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 121 lines · 27 tokens per session scan A c2af0e62755b
slides is a command published in the GitHub repository keepYaoung/artifact-organizer (2 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 1,563 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
zgetrange
Retrieves an ordered range of key-value pairs from the ZMap ordered key-value store.
volume-stats
Returns a volume-wide overview including status, capacity, garbage percentage, and fill ratio.
zgetkey
Resolves and returns the key name that matches a key selector relative to a reference key in the ZMap ordered key-value store.
bucket-locate
Returns the routing information for a bucket: the member that owns each shard and the addresses of those members.
volume-admin-set-status
Changes the operational status of a named volume.
session-close
Closes the current session and resets all session state while keeping the connection open.