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 skills add TommyBez/skillsboard --skill remocngit clone --depth 1 https://github.com/TommyBez/skillsboardWrote 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/skills/tommybez/skillsboard/remocn)<a href="https://agentmods.dev/skills/tommybez/skillsboard/remocn"><img src="https://agentmods.dev/badge/skills/tommybez/skillsboard/remocn/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tommybez/skillsboard/remocn"><img src="https://agentmods.dev/badge/skills/tommybez/skillsboard/remocn.svg" alt="Reviewed on agentmods" width="80" 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.00088 | $0.02305 |
| Opus 5 | $0.00044 | $0.01153 |
| Sonnet 5 | $0.00018 | $0.00461 |
| Haiku 4.5 | $0.00009 | $0.00231 |
Grade A, and why
remocn 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 10d 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.
This is a copy
92% identical to remocn — 40 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.
remocn
Copy-paste components for Remotion videos. Components install via shadcn and land in
components/remocn/ — you own the code.
Installation
Prerequisites: a Remotion project (npx create-video@latest).
# Add any component (namespaced shadcn registry)
shadcn add @remocn/blur-out-up
# Component lands at components/remocn/blur-out-up.tsx
@remocn/<name> is the canonical namespaced form (configured under registries in
components.json). The plain registry URL https://remocn.dev/r/<name>.json also works.
Dependencies install automatically
Many components pull others via registryDependencies — shadcn installs them transitively.
For example, shadcn add @remocn/typewriter also pulls @remocn/remocn-ui and @remocn/caret.
@remocn/remocn-uiis the shared core lib (timeline-fold hook, theme context, color math). Most UI Primitives depend on it. You rarely install it directly.
Two tiers
remocn has two kinds of components — they have different APIs:
- Animation tier (
remocn) — text animations, transitions, backgrounds, UI-block sims, brand/social cards, full compositions. Frame-driven. Shared props:speed(time multiplier), and for text:fontSize,color,fontWeight. - UI Primitives (
remocn-ui) — timeline-driven shadcn-style primitives (button, dialog, select, command-menu, tooltip…). State-based props (state,style,variant,theme). Nospeedprop. Built on@remocn/remocn-ui.
Component categories
Pick by what you're building. The catalog is split one file per component under
references/components/. Start at references/components/index.md — a router table grouped by
these categories with a Use for / Avoid for signal per component. Scan it, pick candidates, then
open only the references/components/<name>.md files you need (full props, example, all use / don't-use
notes). Don't read every file.
| Category | Tier | Use for |
|---|---|---|
| Text Animations | remocn |
Reveal/replace/emphasize text (typewriter, blur-out-up, tracking-in, rolling-number, shimmer-sweep…) |
| Backgrounds & Effects | remocn |
Animated foundations, cursors, one-shot effects (simulated-cursor, confetti, backdrop) |
| Shaders | remocn |
WebGL shader backdrops, frame-driven for deterministic renders (shader-mesh-gradient, shader-warp, shader-voronoi, shader-god-rays, shader-metaballs…) |
| Transitions | remocn |
TransitionSeries presentations between two scenes (whip-pan, push-through, focus-pull, grain-dissolve, wave-wipe…) |
| UI Blocks | remocn |
Interface sims for product demos (terminal-simulator, glass-code-block, animated-bar-chart, progress-steps…) |
| AI & Social Cards | remocn |
Brand/product card scenes (chat-gpt, claude-code, v0, github-stars, x-follow-card…) |
| UI Primitives | remocn-ui |
shadcn-style primitives for video (button, dialog, select, command-menu, tooltip…) |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/anatomy.md 9.0 KB
- references/anti-patterns.md 3.1 KB
- references/archetypes/changelog.md 3.3 KB
- references/archetypes/cli-tool-demo.md 7.3 KB
- references/archetypes/feature-announcement.md 3.9 KB
- references/archetypes/index.md 2.0 KB
- references/archetypes/logo-bumper.md 5.0 KB
- references/archetypes/oss-showcase.md 6.2 KB
- references/archetypes/pricing-reveal.md 5.5 KB
- references/archetypes/product-demo.md 7.6 KB
- references/archetypes/testimonial-reel.md 5.1 KB
- references/archetypes/year-in-review.md 6.1 KB
- references/components/accordion.md 1.4 KB
- references/components/ai-prompt-flow.md 1.6 KB
- references/components/alert-dialog.md 1.5 KB
- references/components/animated-bar-chart.md 1.5 KB
- references/components/animated-line-chart.md 1.4 KB
- references/components/backdrop.md 1.6 KB
- references/components/blur-in.md 1.5 KB
- references/components/blur-out-up.md 1.4 KB
- references/components/bottom-up-letters.md 1.5 KB
- references/components/button.md 1.5 KB
- references/components/caret.md 1.4 KB
- references/components/chat-gpt.md 1.5 KB
- references/components/checkbox.md 1.3 KB
- references/components/checkout-flow.md 2.0 KB
- references/components/claude-chat.md 1.6 KB
- references/components/claude-code.md 1.7 KB
- references/components/combobox.md 1.8 KB
- references/components/command-menu-item.md 1.6 KB
- references/components/command-menu.md 1.8 KB
- references/components/confetti.md 1.9 KB
- references/components/context-menu.md 1.6 KB
- references/components/cursor.md 1.3 KB
- references/components/data-flow-pipes.md 1.6 KB
- references/components/dialog.md 1.5 KB
- references/components/dither-dissolve.md 2.0 KB
- references/components/drawer.md 1.5 KB
- references/components/drift.md 1.8 KB
- references/components/dropdown-menu-item.md 1.4 KB
- references/components/dropdown-menu.md 1.7 KB
- references/components/fade-through.md 1.4 KB
- references/components/field.md 1.6 KB
- references/components/focus-blur-resolve.md 1.7 KB
- references/components/focus-pull.md 1.6 KB
- references/components/github-stars.md 1.5 KB
- references/components/glass-code-block.md 1.3 KB
- references/components/grain-dissolve.md 2.2 KB
- references/components/icons.md 14 KB
- references/components/index.md 37 KB
- references/components/infinite-marquee.md 1.6 KB
- references/components/inline-highlight.md 1.7 KB
- references/components/input.md 1.4 KB
- references/components/kinetic-center-build.md 1.5 KB
- references/components/line-by-line-slide.md 1.5 KB
- references/components/logo-enter.md 1.7 KB
- references/components/marker-highlight.md 1.6 KB
- references/components/mask-reveal-up.md 1.5 KB
- references/components/matrix-decode.md 1.6 KB
- references/components/micro-scale-fade.md 1.6 KB
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.
- 10d ago First seen · 172 lines · 88 tokens per session scan A 5a6ef26895da
remocn is a skill published in the GitHub repository TommyBez/skillsboard (6 stars, last pushed today), licensed MIT. It adds 88 tokens to every session and 2,305 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to remocn, differing in 40 lines, and is treated as a copy.
Other skills, from other repositories
youtube-shorts-generator
Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…
ogs-generate
Generate images and videos through OpenGen Studio (your-domain.com) via its hosted MCP server (https://mcp.your-domain.com/mcp - connect once by adding the URL and signing in with a OpenGen Studio account). Wraps OpenGen Studio's 8 MCP tools: listmodels, generateimage, generatevideo, waitforgeneration, getgeneration…
reskin
Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…
copilotkit-setup
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring (managed Intelligence or self-hosted SSE), provider setup, and first working chat integration.
setup-slack-channel
Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…
copilotkit-channels
Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…