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 flamexnreal/davinci-resolve-ai-bridge-mcp --skill magnifier-calloutgit clone --depth 1 https://github.com/flamexnreal/davinci-resolve-ai-bridge-mcpWrote 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/flamexnreal/davinci-resolve-ai-bridge-mcp/magnifier-callout)<a href="https://agentmods.dev/skills/flamexnreal/davinci-resolve-ai-bridge-mcp/magnifier-callout"><img src="https://agentmods.dev/badge/skills/flamexnreal/davinci-resolve-ai-bridge-mcp/magnifier-callout/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/flamexnreal/davinci-resolve-ai-bridge-mcp/magnifier-callout"><img src="https://agentmods.dev/badge/skills/flamexnreal/davinci-resolve-ai-bridge-mcp/magnifier-callout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00039 | $0.01137 |
| Opus 5 | $0.00019 | $0.00568 |
| Sonnet 5 | $0.00008 | $0.00227 |
| Haiku 4.5 | $0.00004 | $0.00114 |
Grade A, and why
magnifier-callout 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 12d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Magnifier & Spotlight Callout Skill
This skill defines the standard procedure for creating high-precision, visually stunning floating magnifier callouts and background blur effects on screen recordings and video clips in DaVinci Resolve.
1. Core Architecture: The Headless Subpixel Compositor Roundtrip
Rather than relying on locked DaVinci Resolve Free Fusion node graphs (which often lack input binding and render black screens), this skill uses an external subpixel Lanczos rendering pipeline that roundtrips directly back onto the Resolve timeline.
+--------------------------+
| Live Timeline Inspection | --> timeline_overview (fetches left_offset, duration, record_frame)
+--------------------------+
|
v
+--------------------------+
| Feature Coordinate Bounding| --> Detects element width & height in 1080p/4K coordinates
+--------------------------+
|
v
+--------------------------+
| Subpixel Lanczos Render | --> Renders Gaussian background blur + floating rounded glass box
+--------------------------+
|
v
+--------------------------+
| Sample-Accurate Injection| --> import_media + append_media (0ms gap, 0ms flicker, 0 overlap)
+--------------------------+
2. Mathematical Equations & Design Rules
A. Easing Curve (Quintic Smootherstep)
For all box expansions, opacity fades, and background blur ramps: $$E(t) = 6t^5 - 15t^4 + 10t^3 \quad \text{for } t \in [0, 1]$$ This guarantees $C^2$-continuity (zero jerk, zero sudden stops).
B. Element Bounding & Zero-Cutoff Math
To prevent clipping the left/right edges of search bars or buttons:
- Measure feature bounding box:
feature_w,feature_h,feature_cx,feature_cy. - Add comfortable margin padding:
crop_w = feature_w + 2 * padding(typically $120\text{px}$ to $160\text{px}$). - Calculate zoom factor based on desired card width: $$\text{zoom_factor} = \frac{\text{box_w}}{\text{crop_w}}$$ $$\text{crop_h} = \frac{\text{box_h}}{\text{zoom_factor}}$$
- Set crop bounds: $$X_1 = \max(0, \text{search_cx} - \text{crop_w} / 2), \quad X_2 = \min(\text{width}, \text{search_cx} + \text{crop_w} / 2)$$ $$Y_1 = \max(0, \text{search_cy} - \text{crop_h} / 2), \quad Y_2 = \min(\text{height}, \text{search_cy} + \text{crop_h} / 2)$$
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.
- 12d ago First seen · 78 lines · 39 tokens per session scan A 11123678a46e
magnifier-callout is a skill published in the GitHub repository flamexnreal/davinci-resolve-ai-bridge-mcp (21 stars, last pushed 5d ago), licensed MIT. It adds 39 tokens to every session and 1,137 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-30.
Other skills, from other repositories
test-driven-development
Drives development with tests using the red-green-refactor loop. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
documentation-and-adrs
Records decisions and documentation. Use when you need to document an architecture decision (ADR) or the reasoning behind a design choice, when changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
idea-refine
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…
peon-ping-toggle
Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".
ponytail-lazy-senior-dev
Applies the "lazy senior developer" mindset. Use this skill whenever generating, modifying, reviewing code, or fixing bugs to prioritize code reuse, minimalism, YAGNI principles, and root-cause fixes. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni"…