lottie-design

lottie-design is a skill for Claude Code from enegaltech/lottie-marketplace. It costs 111 tokens per session (4,642 once invoked), scanned A, original, no licence file.

A skill for finding free Lottie animations and adding them to projects built with React, React Native, Vue, Svelte, Angular, Flutter, or plain web code.

In plain words
What is it for?
Use it for loaders, success checkmarks, splash screens, empty states, onboarding screens, and small interface animations.
Why use it?
It removes the need to search for animations and work out how to add them to different types of projects.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the lottie-design plugin — 1 skill shipped together

Good fit Use it for loaders, success checkmarks, splash screens, empty states, onboarding screens, and small interface animations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/enegaltech/lottie-marketplace/lottie-design
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 enegaltech/lottie-marketplace --skill lottie-design
Clone the repo
git clone --depth 1 https://github.com/enegaltech/lottie-marketplace

Made for: Claude Code.

Or install lottie-design, the plugin that ships this one along with the rest of its 1 skill.

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 lottie-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/enegaltech/lottie-marketplace/lottie-design/github.svg)](https://agentmods.dev/skills/enegaltech/lottie-marketplace/lottie-design)
Your own site
<a href="https://agentmods.dev/skills/enegaltech/lottie-marketplace/lottie-design"><img src="https://agentmods.dev/badge/skills/enegaltech/lottie-marketplace/lottie-design/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.

agentmods 80×15 button for lottie-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/enegaltech/lottie-marketplace/lottie-design"><img src="https://agentmods.dev/badge/skills/enegaltech/lottie-marketplace/lottie-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,642 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00111 $0.04642
Opus 5 $0.00056 $0.02321
Sonnet 5 $0.00022 $0.00928
Haiku 4.5 $0.00011 $0.00464

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

Security

Grade A, and why

lottie-design scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/add-lottiefiles-batch.js, scripts/add-useanimations-batch.js, scripts/build-embeddings.js, …), 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -sI <url>` → must be 200. Prefer dotLottie (`.lottie`) over JSON when both exist.
plugins/lottie-design/skills/lottie-design/SKILL.md · 304 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 12d ago First seen · 304 lines · 111 tokens per session scan A 25cbd2095eae

Subscribe to this mod's changes

lottie-design is a skill published in the GitHub repository enegaltech/lottie-marketplace (4 stars, last pushed 4mo ago), with no licence file. It adds 111 tokens to every session and 4,642 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

accessibility

Audits code for WCAG 2.2 AA compliance and provides design guidance for accessible components. Covers semantic HTML, ARIA, keyboard nav, contrast, focus management, and motion.

RealDougEubanks/ClaudeMarketplace · 41 tokens

design-tokens

This skill should be used when a user wants to scaffold or refactor a design token system — e.g. "set up design tokens", "create a design system foundation", "extract these hardcoded colors into tokens", "add a type scale", "theming setup", or "dark mode tokens". It produces a single source of truth for color, type…

TimboGP/timbogp-marketplace · 98 tokens

interaction-feedback

This skill should be used when the user wants clear visual feedback for async actions and state changes — triggers like "add loading and error states", "show a success message", "add a toast/notification", "inline form validation", "optimistic UI", "empty state for this list", "this button gives no feedback", or "add…

TimboGP/timbogp-marketplace · 103 tokens

accessible-components

This skill should be used when the user wants to build or fix accessible UI components or set up accessibility tooling — triggers like "make this modal accessible", "build an accessible dropdown", "add ARIA to this", "accessible tabs/combobox/tooltip/accordion", "set up a11y linting", or "fix keyboard navigation". It…

TimboGP/timbogp-marketplace · 98 tokens

design-system

Use when establishing visual foundations for a new product, when defining design tokens, when building or auditing a component library, before any UI work begins on a fresh codebase, or when the existing UI has drifted into hex codes and magic numbers.

aneja5/forge-skills · 52 tokens

component-library

Use when building a component catalog, when standardizing component props and states across a product, when two engineers are about to build competing versions of the same component, or before a major UI build sprint.

aneja5/forge-skills · 43 tokens