mobbin-visuals

mobbin-visuals is a skill for Claude Code from LanSynergy/mobbin-mcp. It costs 58 tokens per session (394 once invoked), scanned A, original, MIT.

A visual tool for making contact sheets, finding similar saved Mobbin screens, and importing Mobbin collections into a local reference library.

In plain words
What is it for?
Use it to build screenshot boards, compare designs, search for visually similar references, review flows, or seed a project with items from Mobbin collections.
Why use it?
It makes groups of interface references easier to compare and helps you find screens with a similar visual appearance.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to build screenshot boards, compare designs, search for visually similar references, review flows, or seed a project with items from Mobbin collections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lansynergy/mobbin-mcp/mobbin-visuals
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.

Any agent
npx skills add LanSynergy/mobbin-mcp --skill mobbin-visuals
Clone the repo
git clone --depth 1 https://github.com/LanSynergy/mobbin-mcp

Made for: Claude Code.

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

agentmods badge for mobbin-visuals

README.md
[![agentmods](https://agentmods.dev/badge/skills/lansynergy/mobbin-mcp/mobbin-visuals.svg)](https://agentmods.dev/skills/lansynergy/mobbin-mcp/mobbin-visuals)
Your own site
<a href="https://agentmods.dev/skills/lansynergy/mobbin-mcp/mobbin-visuals"><img src="https://agentmods.dev/badge/skills/lansynergy/mobbin-mcp/mobbin-visuals.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00058 $0.00394
Opus 5 $0.00029 $0.00197
Sonnet 5 $0.00012 $0.00079
Haiku 4.5 $0.00006 $0.00039

Measured 7d ago against content hash d921f51890e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mobbin-visuals 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/mobbin-visuals.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

source/skills/mobbin-visuals/SKILL.md · 35 lines

What it actually says

Mobbin Visuals

Visual workflows for saved Mobbin artifacts.

For best results, capture Mobbin flows, screens, and site sections with compute_visual_hashes: true. If hashes are missing, find-similar computes them from saved screen URLs before matching.

Use:

node scripts/mobbin-visuals.mjs <action> '<json>'

Actions

  • contact-sheet: generate a PNG from selected artifact screenshots. Select with artifact_ids, query, tags, type, app_name, feature_area, limit; set columns and output_path.
  • find-similar: compare by artifact_id or direct screen_url; optional max_distance, limit.
  • sync-collections: seed local artifacts from Mobbin collection metadata; optional collection_ids, tags, project_path.

Examples

node scripts/mobbin-visuals.mjs contact-sheet '{"feature_area":"checkout","limit":6,"columns":3,"output_path":"checkout-contact-sheet.png"}'
node scripts/mobbin-visuals.mjs find-similar '{"artifact_id":"...","max_distance":8,"limit":8}'
node scripts/mobbin-visuals.mjs find-similar '{"screen_url":"https://bytescale.mobbin.com/...","max_distance":10,"limit":5}'
node scripts/mobbin-visuals.mjs sync-collections '{"tags":["seeded-from-collection"]}'
Files

What ships with it

1 file 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.

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. 7d ago First seen · 35 lines · 58 tokens per session scan A d921f51890e7

Subscribe to this mod's changes

mobbin-visuals is a skill published in the GitHub repository LanSynergy/mobbin-mcp (0 stars, last pushed 8d ago), licensed MIT. It adds 58 tokens to every session and 394 once invoked, about $0.0003 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

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens