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 enegaltech/lottie-marketplace --skill lottie-designgit clone --depth 1 https://github.com/enegaltech/lottie-marketplaceWrote 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/enegaltech/lottie-marketplace/lottie-design)<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.
<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>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.00111 | $0.04642 |
| Opus 5 | $0.00056 | $0.02321 |
| Sonnet 5 | $0.00022 | $0.00928 |
| Haiku 4.5 | $0.00011 | $0.00464 |
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.
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. 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.
What ships with it
30 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.
- catalog.json 139 KB
- catalog.md 5.1 KB
- docs/angular.md 2.1 KB
- docs/flutter.md 2.0 KB
- docs/react-native.md 1.7 KB
- docs/react.md 2.0 KB
- docs/search-strategy.md 9.5 KB
- docs/svelte.md 1.6 KB
- docs/vanilla.md 1.9 KB
- docs/vue.md 1.7 KB
- preview-gallery-template.html 2.2 KB
- preview-template.html 1.8 KB
- scripts/add-lottiefiles-batch.js 7.7 KB runs code
- scripts/add-useanimations-batch.js 5.6 KB runs code
- scripts/build-embeddings.js 2.8 KB runs code
- scripts/download-asset.js 5.1 KB runs code
- scripts/enrich-catalog.js 3.7 KB runs code
- scripts/extract-url.js 4.0 KB runs code
- scripts/fetch-lottie.sh 882 B runs code
- scripts/generate-preview.js 4.0 KB runs code
- scripts/merge-candidates.js 1.2 KB runs code
- scripts/scrape-candidates.js 8.0 KB runs code
- scripts/to-dotlottie.js 4.9 KB runs code
- templates/angular.ts.template 569 B
- templates/flutter.dart.template 527 B
- templates/react-native.tsx.template 529 B
- templates/react.tsx.template 510 B
- templates/svelte.svelte.template 358 B
- templates/vanilla.html.template 416 B
- templates/vue.vue.template 494 B
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 · 304 lines · 111 tokens per session scan A 25cbd2095eae
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.
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.
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…
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…
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…
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.
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.