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 tanstack-ai-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/tanstack-ai-vue-skilld)<a href="https://agentmods.dev/skills/skilld-dev/vue-ecosystem-skills/tanstack-ai-vue-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/tanstack-ai-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/tanstack-ai-vue-skilld"><img src="https://agentmods.dev/badge/skills/skilld-dev/vue-ecosystem-skills/tanstack-ai-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.00067 | $0.02088 |
| Opus 5 | $0.00034 | $0.01044 |
| Sonnet 5 | $0.00013 | $0.00418 |
| Haiku 4.5 | $0.00007 | $0.00209 |
Grade A, and why
tanstack-ai-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 10d 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.
TanStack/ai @tanstack/[email protected]
Tags: latest: 0.7.0
References: Docs
API Changes
This section documents version-specific API changes for @tanstack/ai-vue v0.6.1 (current v0.x series). This library is pre-1.0 — all v0.x releases are in scope.
-
BREAKING: Monolithic adapter factories removed —
openai(),anthropic(), etc. replaced by activity-specific functions:openaiText('gpt-5.2'),openaiSummarize('gpt-5-mini'),openaiImage('dall-e-3'), etc. Model name is now passed to the adapter factory, not tochat(). source -
BREAKING:
modelparameter removed fromchat()— model is now embedded in the adapter argument (e.g.,adapter: openaiText('gpt-5.2')instead ofadapter: openai(), model: 'gpt-4'). Passingmodelat the call site is silently ignored. source -
BREAKING: Nested
optionsobject flattened —chat({ options: { temperature, maxTokens, topP } })must be changed tochat({ temperature, maxTokens, topP }). Nested options are silently discarded. source -
BREAKING:
providerOptionsrenamed tomodelOptions—chat({ providerOptions: { ... } })must be updated tochat({ modelOptions: { ... } }). Silently ignored if not updated. source -
BREAKING:
toResponseStreamrenamed totoServerSentEventsStreamand now returnsReadableStreaminstead ofResponse— must manually createnew Response(stream, { headers }).AbortControlleris now a separate parameter:toServerSentEventsStream(stream, abortController). source -
BREAKING:
embedding()function removed — embeddings support eliminated entirely. Use provider SDKs directly or vector DB native embedding APIs. source -
BREAKING:
chat({ as: 'promise' })replaced by separatechatCompletion()function —asoption removed fromchat().chat({ as: 'stream' })is now justchat().chat({ as: 'response' })is nowchat()+toServerSentEventsStream(). 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.3 KB
- references/discussions/discussion-108.md 620 B
- references/discussions/discussion-111.md 835 B
- references/discussions/discussion-127.md 1.0 KB
- references/discussions/discussion-139.md 584 B
- references/discussions/discussion-191.md 1.0 KB
- references/discussions/discussion-192.md 760 B
- references/discussions/discussion-207.md 1.1 KB
- references/discussions/discussion-212.md 940 B
- references/discussions/discussion-232.md 554 B
- references/discussions/discussion-280.md 609 B
- references/discussions/discussion-86.md 702 B
- references/discussions/discussion-98.md 1.1 KB
- references/docs/_INDEX.md 38 KB
- references/docs/adapters/anthropic.md 12 KB
- references/docs/adapters/elevenlabs.md 10 KB
- references/docs/adapters/fal.md 16 KB
- references/docs/adapters/gemini.md 15 KB
- references/docs/adapters/grok.md 6.7 KB
- references/docs/adapters/groq.md 7.2 KB
- references/docs/adapters/ollama.md 6.1 KB
- references/docs/adapters/openai.md 16 KB
- references/docs/adapters/openrouter.md 4.6 KB
- references/docs/advanced/debug-logging.md 5.9 KB
- references/docs/advanced/extend-adapter.md 5.0 KB
- references/docs/advanced/middleware.md 19 KB
- references/docs/advanced/multimodal-content.md 12 KB
- references/docs/advanced/observability.md 3.4 KB
- references/docs/advanced/per-model-type-safety.md 1.7 KB
- references/docs/advanced/runtime-adapter-switching.md 5.2 KB
- references/docs/advanced/tree-shaking.md 8.4 KB
- references/docs/api/ai-client.md 8.0 KB
- references/docs/api/ai-preact.md 8.2 KB
- references/docs/api/ai-react.md 8.2 KB
- references/docs/api/ai-solid.md 8.8 KB
- references/docs/api/ai-vue.md 11 KB
- references/docs/api/ai.md 8.6 KB
- references/docs/architecture/approval-flow-processing.md 15 KB
- references/docs/chat/agentic-cycle.md 4.5 KB
- references/docs/chat/connection-adapters.md 5.9 KB
- references/docs/chat/streaming.md 4.9 KB
- references/docs/chat/structured-outputs.md 9.0 KB
- references/docs/chat/thinking-content.md 5.0 KB
- references/docs/code-mode/client-integration.md 8.5 KB
- references/docs/code-mode/code-mode-isolates.md 8.3 KB
- references/docs/code-mode/code-mode-with-skills.md 15 KB
- references/docs/code-mode/code-mode.md 13 KB
- references/docs/community-adapters/cencori.md 4.5 KB
- references/docs/community-adapters/cloudflare.md 7.9 KB
- references/docs/community-adapters/decart.md 6.2 KB
- references/docs/community-adapters/guide.md 6.5 KB
- references/docs/community-adapters/mynth.md 6.5 KB
- references/docs/community-adapters/soniox.md 6.6 KB
- references/docs/comparison/vercel-ai-sdk.md 24 KB
- references/docs/getting-started/agent-skills.md 5.4 KB
- references/docs/getting-started/devtools.md 2.8 KB
- references/docs/getting-started/overview.md 4.4 KB
- references/docs/getting-started/quick-start-server.md 4.9 KB
- references/docs/getting-started/quick-start-vue.md 5.1 KB
- references/docs/getting-started/quick-start.md 7.3 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.
- 10d ago First seen · 69 lines · 67 tokens per session scan A 2206ddab6010
tanstack-ai-vue-skilld is a skill published in the GitHub repository skilld-dev/vue-ecosystem-skills (179 stars, last pushed 27d ago), licensed MIT. It adds 67 tokens to every session and 2,088 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.
frontend-conventions
Frontend convention reference (SvelteKit / Svelte 5). Auto-injected into frontend-aware agents - not user-invocable.