tinydot-content

A content-editing skill for tinydot, a file-based publishing service where folders represent sites and Markdown files represent pages.

In plain words
What is it for?
Use it to create or update tinydot pages, Markdown, frontmatter, wikilinks, embeds, images, and publishing settings.
Why use it?
It explains how to edit and publish tinydot content while handling its links, embedded files, page paths, and site customization rules.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/systemoperators/claude-plugins/tinydot-content
Any agent
npx skills add systemoperators/claude-plugins --skill tinydot-content
Clone the repo
git clone --depth 1 https://github.com/systemoperators/claude-plugins

Made for: Claude Code, Codex.

Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,444 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 2d ago against content hash 7ace8743205e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

tinydot/skills/tinydot-content/SKILL.md · 206 lines

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
  • .md files 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
  • .md renders as formatted content
  • .jpg, .png, .gif, .webp display as images
  • .txt, .js, .css, .html show 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

Read the full file on GitHub · 206 lines

Changes

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.

  1. 2d ago First seen · 206 lines · 45 tokens per session scan A 7ace8743205e

Subscribe to this mod's changes

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.

Related

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.

artokun/comfyui-mcp · 68 tokens

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.

artokun/comfyui-mcp · 47 tokens

flux-txt2img

Build Flux txt2img workflows with Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns.

artokun/comfyui-mcp · 44 tokens

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…

artokun/comfyui-mcp · 206 tokens

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).

artokun/comfyui-mcp · 76 tokens

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'…

minhnv0807/ai-business-skills · 168 tokens