Borrowing it
Nothing to install: this file belongs to TommyBez/evex. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/TommyBez/evex/main/.agents/skills/remocn/SKILL.mdgit clone --depth 1 https://github.com/TommyBez/evexWrote 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/evex/remocn)<a href="https://agentmods.dev/skills/tommybez/evex/remocn"><img src="https://agentmods.dev/badge/skills/tommybez/evex/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/evex/remocn"><img src="https://agentmods.dev/badge/skills/tommybez/evex/remocn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 21 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00155 | $0.02513 |
| Opus 5 | $0.00077 | $0.01256 |
| Sonnet 5 | $0.00031 | $0.00503 |
| Haiku 4.5 | $0.00015 | $0.00251 |
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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- remocn — 92% identical, 40 lines differ
How it starts
The opening of the file, as written. The whole thing — 184 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 (mesh-gradient-bg, dynamic-grid, spotlight-card, 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 8.8 KB
- references/anti-patterns.md 3.1 KB
- references/archetypes/changelog.md 3.2 KB
- references/archetypes/cli-tool-demo.md 7.3 KB
- references/archetypes/feature-announcement.md 4.2 KB
- references/archetypes/index.md 4.9 KB
- references/archetypes/logo-bumper.md 5.0 KB
- references/archetypes/oss-showcase.md 6.4 KB
- references/archetypes/pricing-reveal.md 5.7 KB
- references/archetypes/product-demo.md 7.7 KB
- references/archetypes/testimonial-reel.md 5.3 KB
- references/archetypes/year-in-review.md 6.0 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.7 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.8 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/dropdown-menu-item.md 1.4 KB
- references/components/dropdown-menu.md 1.7 KB
- references/components/dynamic-grid.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/index.md 32 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/mesh-gradient-bg.md 1.8 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.
- 9d ago First seen · 184 lines · 155 tokens per session scan A 77a9dbad8e90
remocn is a skill published in the GitHub repository TommyBez/evex (24 stars, last pushed yesterday), licensed MIT. It adds 155 tokens to every session and 2,513 once invoked, about $0.0008 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-30.
Other skills, from other repositories
Remotion
Creates programmatic video with React via Remotion — compositions, sequences, and motion graphics animated with useCurrentFrame() and rendered to MP4. USE WHEN video, animation, motion graphics, video rendering, React video, render video, animate content, make a short, create animations, video overlay, explainer…
tamagui
Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with styled(), configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/"…
remotion-best-practices
Best practices for Remotion - Video creation in React.
r3f-animation
React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.
remotion-best-practices
Best practices for Remotion - Video creation in React.
add-component
Add a new visualization component to Unovis end to end — the TypeScript core, the shared registry, the generated framework wrappers, a dev example, a gallery example, and docs. Use when asked to add/create a new component, chart type, plot, or diagram to the library, or to wire an existing core component through to…