Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/systemoperators/claude-plugins/tinydot-contentnpx skills add systemoperators/claude-plugins --skill tinydot-contentgit clone --depth 1 https://github.com/systemoperators/claude-pluginsWhat 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 | $0.00045 | $0.01444 |
| Opus 5 | $0.00023 | $0.00722 |
| Sonnet 5 | $0.00009 | $0.00289 |
| Haiku 4.5 | $0.00005 | $0.00144 |
Grade A, and why
tinydot-content 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 2d 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 — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
tinydot content editing
tinydot is a file-based publishing platform. folders = sites, files = pages. changes publish instantly.
how it works
- users have a tinydot folder on their Mac (via FileProvider) synced at
~/Library/CloudStorage/Tinydot/ - each subfolder is a site with its own subdomain:
sitename.tinydot.com .mdfiles render as pages, images display inline, other files are downloadable- URL mapping:
docs/intro.md->/docs/intro,folder/index.md->/folder/ - slugs are lowercase with hyphens
markdown
standard markdown plus tinydot extensions:
wikilinks
[[page-name]] links to /page-name
[[folder/page-name]] links to nested page
[[page-name|custom text]] custom link text
- case-insensitive:
[[About]]and[[about]]resolve to the same page - broken links render but are not clickable
- creates backlinks automatically (page B shows page A in backlinks when A links to B)
ref: docs.tinydot.com/wikilinks
content blocks
embed files inline using iA Writer-style syntax:
/path/to/file.md embed from site root (own line)
photo.jpg embed from same folder (own line)
[photo.jpg] bracket syntax
[photo.jpg] "my caption" with caption
.mdrenders as formatted content.jpg,.png,.gif,.webpdisplay as images.txt,.js,.css,.htmlshow syntax-highlighted code- other files show download link
- paths are relative to site root, use lowercase hyphens for slugs
ref: docs.tinydot.com/content-blocks
embeds
paste a URL on its own line with blank lines around it:
some text here.
https://www.youtube.com/watch?v=dQw4w9WgXcQ
more text here.
supports 300+ providers via oembed: YouTube, Vimeo, Spotify, SoundCloud, Twitter/X, Instagram, Figma, CodePen, GitHub Gist, and more.
ref: docs.tinydot.com/embeds
frontmatter
YAML between --- markers at the top of .md files.
file metadata
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.
- 2d ago First seen · 206 lines · 45 tokens per session scan A 7ace8743205e
tinydot-content is a skill published in the GitHub repository systemoperators/claude-plugins (6 stars, last pushed 7mo ago), licensed MIT. It adds 45 tokens to every session and 1,444 once invoked, about $0.0002 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 skills, from other repositories
ideogram-ultra
Build Ideogram 4 (Ideogram Ultra) txt2img and img2img workflows with the local open-weights model, dual conditional/unconditional models with DualModelGuider, Qwen3-VL text encoder, and structured JSON ("compositional deconstruction") prompts for strong text rendering and layout control.
model-compatibility
Model family compatibility matrix covering loaders, resolutions, samplers, CFG, VAE, ControlNet, and LoRA compatibility for SD 1.5, SDXL, Flux, SD3, and video models.
flux-txt2img
Build Flux txt2img workflows with Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns.
panel-node-pack-sync
Keep the ComfyUI sidebar panel node-pack (comfyui-agent-panel) in step with the orchestrator after comfyui-mcp updates. Use this whenever the orchestrator was just updated (installcomfyui (action:"selfupdate"), npm i -g comfyui-mcp, a new version in the ENVIRONMENT line), when a panel/bridge command fails in a way…
civitai
Discover Civitai models with the BUILT-IN downloadmodel action:"searchcivitai" and install/generate them locally. Find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, collections).
20-client-intake-brief-global
Use when an agency or freelancer takes on a NEW client and needs everything up front — an 11-section intake covering business overview, audience, current marketing, goals, budget, timeline, brand assets, approval process, and success criteria, written for the client to fill in and return. Trigger on 'client intake'…