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 agentmods add skills/febi-git/html-to-webflow/convertnpx skills add febi-git/html-to-webflow --skill convertgit clone --depth 1 https://github.com/febi-git/html-to-webflowWhat 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 | $0.00153 | $0.02081 |
| Opus 5 | $0.00077 | $0.01040 |
| Sonnet 5 | $0.00031 | $0.00416 |
| Haiku 4.5 | $0.00015 | $0.00208 |
Grade A, and why
convert 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 2d 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HTML → Webflow Converter Workflow
Help the user ship hand-coded or vibe-coded HTML/CSS/JS into Webflow via the Modern HTML to Webflow Converter at https://moden.club/tools/html-to-webflow. This skill encodes every fix and convention that this workflow needs to be smooth — class collision handling, Designer canvas workarounds, GSAP/Webflow runtime integration, asset re-linking, and re-import cleanup.
Before you do anything else: pick a mode
Ask the user this question, exactly once, at the start of the session:
What are you doing today? a) Building a single component or section (smallest surface — quick wins, no full-page scaffold) b) Editing an existing Webflow site (working from a
.zipexport, adding a new page, or modifying an existing page) c) Starting a new multi-page project from scratch
Use AskUserQuestion to ask. Then load the matching mode file and follow it:
| Answer | Load this file |
|---|---|
| a) | modes/component-or-section.md |
| b) | modes/existing-site.md |
| c) | modes/multi-page-project.md |
If the user is ambiguous ("I want to add something to my site" — does that mean a new page or modifying an existing one?), ask follow-up questions. Don't assume.
Gather the design intent
Once the mode is picked, before scaffolding or authoring anything, give the user room to tell you what they actually want. Don't jump straight to writing code from a one-line request — the output is only as good as the brief.
Ask the user (open-ended; use AskUserQuestion or a plain prompt):
Tell me about what you're building. A couple of things help a lot:
- The idea, in your words — what this is, who it's for, the feel you want, anything you specifically like or want to avoid.
- References — paste or link any of: a screenshot/mockup, a Figma file, a live URL to emulate, or existing code/components whose style you want matched.
What ships with it
27 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.
- modes/component-or-section.md 11 KB
- modes/existing-site.md 10 KB
- modes/multi-page-project.md 12 KB
- reference/asset-handling.md 7.1 KB
- reference/class-collisions.md 8.3 KB
- reference/css-rules.md 7.9 KB
- reference/designer-canvas-fixes.md 9.8 KB
- reference/frameworks-comparison.md 14 KB
- reference/frameworks/client-first.md 9.7 KB
- reference/frameworks/lumos.md 11 KB
- reference/variable-mapping.md 6.7 KB
- reference/webflow-designer-checklist.md 13 KB
- reference/webflow-runtime.md 6.5 KB
- templates/_build.py 15 KB runs code
- templates/base.css 6.3 KB
- templates/client-first/page-template.html 3.7 KB
- templates/client-first/page.js 1.6 KB runs code
- templates/client-first/SETUP.md 2.2 KB
- templates/components.css 2.2 KB
- templates/inDesigner-canvas-snippet.js 5.5 KB runs code
- templates/lumos/page-template.html 3.8 KB
- templates/lumos/page.js 1.8 KB runs code
- templates/lumos/SETUP.md 2.0 KB
- templates/page-template.html 3.5 KB
- templates/page.css 614 B
- templates/page.js 1.8 KB runs code
- templates/tokens.css 3.7 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.
- 2d ago First seen · 89 lines · 0 tokens per session scan A 250e4b12222e
convert is a skill published in the GitHub repository febi-git/html-to-webflow (6 stars, last pushed 2mo ago), licensed MIT. It adds 153 tokens to every session and 2,081 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-31.
Other skills, from other repositories
aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
google-fonts
Google Fonts typography system generator. Suggests single fonts (strict mode) and font pairs (contrast mode) with complete typographic scales following Tailwind Typography rhythm concepts. Generates CSS custom properties, Tailwind config, and embed links. Trigger: "choose a font", "font pairing", "typography system"…
korrodesign
Design Copilot with two enforcement layers (Taste Guardian + Blind Spot ESLint plugin, 14 rules). Works standalone with zero dependencies. 7-phase design pipeline. Produces Awwwards-level websites with automated UI hygiene enforcement.
motion
UIForge's motion layer — art-directs motion for React/Next.js + Tailwind interfaces built with Motion-Primitives (the shadcn-style copy-in registry, powered by Motion / ex Framer Motion). Use whenever you build or polish a landing page, hero, dashboard, pricing table, feature section, empty state, or any screen where…
design-tokens
UIForge's token foundry — emits and ENFORCES a project's design signature before any component is built. Use at the start of any UI work, or when asked to set up a theme, design system, design tokens, color palette, type scale, or spacing/radius/shadow foundation, or to make a shadcn/Tailwind theme look non-default.…
ai-ui-ux-motion-engine
Design, redesign, build, audit and validate distinctive production websites with cinematic scroll reveals, product films, burst or exploded-view effects, reference-led design systems, purposeful motion and multi-pass refinement. Use for landing pages, product sites, portfolios, interactive storytelling, premium or…