developer-vuejs-api-integration

developer-vuejs-api-integration is a skill for Cursor from cslsolucoes/SkillsORM. It costs 48 tokens per session (1,965 once invoked), scanned A, original, no licence file.

A guide to connecting a Vue 3 application to REST APIs using Axios or the browser's Fetch API. It covers reusable request composables, interceptors, HTTP errors, loading states, and simple caching.

In plain words
What is it for?
Use it when loading or sending data from Vue 3 screens, handling authentication-related request behavior, or showing loading and error messages.
Why use it?
It helps keep API calls consistent and makes network failures and waiting states visible to users.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: model in frontmatter.

Good fit Use it when loading or sending data from Vue 3 screens, handling authentication-related request behavior, or showing loading and error messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0
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 cslsolucoes/SkillsORM --skill developer-vuejs-api-integration_v1.0.0
Clone the repo
git clone --depth 1 https://github.com/cslsolucoes/SkillsORM

Made for: Cursor.

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 developer-vuejs-api-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0/github.svg)](https://agentmods.dev/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0)
Your own site
<a href="https://agentmods.dev/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0"><img src="https://agentmods.dev/badge/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0/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 developer-vuejs-api-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0"><img src="https://agentmods.dev/badge/skills/cslsolucoes/skillsorm/developer-vuejs-api-integration_v1.0.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,965 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.00048 $0.01965
Opus 5 $0.00024 $0.00983
Sonnet 5 $0.00010 $0.00393
Haiku 4.5 $0.00005 $0.00197

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

Security

Grade A, and why

developer-vuejs-api-integration 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 9d 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.

export const http = axios.create({
.cursor/skills/developer-vuejs-api-integration_V1.0.0/SKILL.md · 259 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. 9d ago First seen · 259 lines · 48 tokens per session scan A c4459af2c3aa

Subscribe to this mod's changes

developer-vuejs-api-integration is a skill published in the GitHub repository cslsolucoes/SkillsORM (5 stars, last pushed 4mo ago), with no licence file. It adds 48 tokens to every session and 1,965 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

jeecg-codegen

A JeecgBoot code generator that turns a natural-language request into a CRUD module: code for creating, reading, updating, and deleting records. It produces Java backend code, Vue 3 frontend code, menus, permissions, and database migration SQL.

jeecgboot/skills · 91 tokens

inertia-rails-setup

One-time project initializer for Inertia Rails skills. Detects stack and frontend framework (React/Vue/Svelte) from Gemfile and package.json, offers to install recommended deps (alba-inertia, js-routes, pagy, shadcn), and generates a CLAUDE.md section that configures which skill patterns apply. Use when first…

inertia-rails/skills · 98 tokens

web-meta-framework-nuxt

Nuxt patterns - file-based routing, data fetching (useFetch/useAsyncData), useState, server routes, middleware, auto-imports, layouts, SEO.

agents-inc/skills · 39 tokens

web-meta-framework-sveltekit

SvelteKit full-stack framework - file-based routing, load functions, form actions, server hooks, SSR/SSG, API routes, streaming, progressive enhancement.

agents-inc/skills · 39 tokens

framework-expert

Unified framework expertise bundle. Lazy-loads relevant framework patterns (React, Vue, Angular, Next.js, Node.js, Python, Laravel, Go, Flutter, React Native, TypeScript) based on detected tech stack.

nguyenthienthanh/aura-frog · 48 tokens

nuxt

Skill "nuxt" from ashish7802/awesome-api-skills, covering nuxt skill, ecosystem graph, quick start, production patterns and server api routes.

ashish7802/awesome-api-skills · 0 tokens