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 skilld-dev/vue-ecosystem-skills --skill unhead-vue-skilldgit clone --depth 1 https://github.com/skilld-dev/vue-ecosystem-skillsWrote 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/skilld-dev/vue-ecosystem-skills/unhead-vue-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/unhead-vue-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/unhead-vue-skilld/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/skilld-dev/vue-ecosystem-skills/unhead-vue-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/unhead-vue-skilld.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.00052 | $0.02338 |
| Opus 5 | $0.00026 | $0.01169 |
| Sonnet 5 | $0.00010 | $0.00468 |
| Haiku 4.5 | $0.00005 | $0.00234 |
Grade A, and why
unhead-vue-skilld 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 — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
unjs/unhead @unhead/[email protected]
Tags: next: 3.0.0-beta.9, beta: 3.0.0-beta.12, rc: 3.0.0-rc.4
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
createHead()andcreateServerHead()removed from@unhead/vueroot in v2 — use subpath imports:createHead()from@unhead/vue/client(SPA) or@unhead/vue/server(SSR);createServerHead()no longer exists source -
BREAKING: Implicit context removed in v2 —
setHeadInjectionHandler()deleted;useHead()called after anawaitin lifecycle hooks (e.g.onMounted) throws because Vue context is lost; wrap async data fetching before callinguseHead()source -
BREAKING:
vmidandhidtag properties removed in v2 — usekeyfor deduplication:script: [{ key: 'my-key' }]source -
BREAKING:
childrentag property removed in v2 — useinnerHTMLinstead source -
BREAKING:
body: truetag property removed in v2 — usetagPosition: 'bodyClose'instead source -
BREAKING:
useScript()no longer returns a Promise in v2 —.then()calls silently fail; use.onLoaded(() => ...)instead source -
BREAKING:
useScript()API no longer accessible directly on the instance in v2 — must use.proxyexplicitly:script.proxy.myFn()notscript.myFn(); code compiles but calls are lost at runtime source
What ships with it
60 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.
- references/discussions/_INDEX.md 1.5 KB
- references/discussions/discussion-118.md 970 B
- references/discussions/discussion-126.md 1.4 KB
- references/discussions/discussion-144.md 1.6 KB
- references/discussions/discussion-149.md 606 B
- references/discussions/discussion-171.md 1.5 KB
- references/discussions/discussion-210.md 2.3 KB
- references/discussions/discussion-283.md 1.4 KB
- references/discussions/discussion-323.md 2.0 KB
- references/discussions/discussion-362.md 1.4 KB
- references/discussions/discussion-375.md 1.7 KB
- references/discussions/discussion-406.md 1.5 KB
- references/discussions/discussion-431.md 2.0 KB
- references/discussions/discussion-496.md 945 B
- references/discussions/discussion-519.md 1.2 KB
- references/discussions/discussion-539.md 823 B
- references/discussions/discussion-646.md 941 B
- references/docs/_INDEX.md 21 KB
- references/docs/0.nuxt/head/guides/0.get-started/1.installation.md 675 B
- references/docs/0.nuxt/head/guides/0.get-started/1.migration.md 2.6 KB
- references/docs/0.nuxt/head/guides/1.core-concepts/0.reactivity.md 11 KB
- references/docs/0.nuxt/head/guides/1.core-concepts/1.components.md 1.1 KB
- references/docs/0.nuxt/schema-org/guides/0.get-started/0.installation.md 851 B
- references/docs/0.nuxt/schema-org/guides/1.core-concepts/5.vue-components.md 1.8 KB
- references/docs/0.typescript/head/guides/0.get-started/1.installation.md 4.8 KB
- references/docs/0.typescript/head/guides/0.get-started/1.migration.md 8.1 KB
- references/docs/0.typescript/head/guides/1.core-concepts/0.wrapping-composables.md 2.1 KB
- references/docs/0.typescript/head/guides/1.core-concepts/5.streaming.md 4.9 KB
- references/docs/0.typescript/head/guides/2.tooling/0.eslint-plugin.md 3.5 KB
- references/docs/0.typescript/head/guides/2.tooling/1.cli.md 6.1 KB
- references/docs/0.typescript/head/guides/2.tooling/2.validate-plugin.md 3.4 KB
- references/docs/0.typescript/schema-org/guides/get-started/0.installation.md 3.2 KB
- references/docs/0.vue/head/guides/0.get-started/1.installation.md 5.7 KB
- references/docs/0.vue/head/guides/0.get-started/1.migration.md 8.8 KB
- references/docs/0.vue/head/guides/1.core-concepts/0.reactivity-and-context.md 11 KB
- references/docs/0.vue/head/guides/1.core-concepts/1.components.md 1.2 KB
- references/docs/0.vue/head/guides/1.core-concepts/3.options-api.md 2.0 KB
- references/docs/0.vue/head/guides/1.core-concepts/4.pausing-dom-rendering.md 1.4 KB
- references/docs/0.vue/head/guides/1.core-concepts/5.streaming.md 2.7 KB
- references/docs/0.vue/schema-org/guides/0.get-started/0.installation.md 3.4 KB
- references/docs/0.vue/schema-org/guides/1.core-concepts/5.vue-components.md 1.8 KB
- references/docs/6.migration-guide/1.v3.md 13 KB
- references/docs/6.migration-guide/2.v2.md 4.4 KB
- references/docs/7.releases/1.v3.md 9.9 KB
- references/docs/7.releases/2.v2.md 7.7 KB
- references/docs/admin.md 452 B
- references/docs/docs/head/api/composables/use-head-safe.md 5.8 KB
- references/docs/docs/head/api/composables/use-head.md 12 KB
- references/docs/docs/head/api/composables/use-script.md 9.7 KB
- references/docs/docs/head/api/composables/use-seo-meta.md 6.2 KB
- references/docs/docs/head/api/get-started/overview.md 2.5 KB
- references/docs/docs/head/api/hooks/dom-before-render.md 4.7 KB
- references/docs/docs/head/api/hooks/entries-normalize.md 4.4 KB
- references/docs/docs/head/api/hooks/entries-resolve.md 3.9 KB
- references/docs/docs/head/api/hooks/entries-updated.md 3.2 KB
- references/docs/docs/head/api/hooks/script-updated.md 7.7 KB
- references/docs/docs/head/api/hooks/ssr-before-render.md 4.6 KB
- references/docs/docs/head/api/hooks/ssr-render.md 6.0 KB
- references/docs/docs/head/api/hooks/ssr-rendered.md 5.6 KB
- references/docs/docs/head/api/hooks/tag-normalise.md 4.9 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.
- 12d ago First seen · 69 lines · 52 tokens per session scan A af1f085f6502
unhead-vue-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (180 stars, last pushed 29d ago), licensed MIT. It adds 52 tokens to every session and 2,338 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-30.
Other skills, from other repositories
shadcn-svelte
Pre-built shadcn-svelte components for json-render Svelte apps. Use when working with @json-render/shadcn-svelte, adding standard UI components to a Svelte catalog, or building Svelte web UIs with shadcn-svelte + Tailwind CSS components.
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
v3-create-crud
A page generator for standard create, read, update, and delete screens, commonly called CRUD screens. It uses Element Plus, a Vue user-interface library, to build tables, searches, pagination, forms, and delete confirmations.
v3-use-composables
Documentation for reusable Vue functions in a project, covering device detection, asynchronous dropdown data, loading screens, pagination, routing, themes, page titles, and watermarks.
moai-domain-uiux
UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming.
moai-domain-frontend
Frontend development specialist covering React 19, Next.js 16, Vue 3.5, and modern UI/UX patterns with component architecture. Use when building web UIs, implementing components, optimizing frontend performance, or integrating state management.