A comprehensive developer guide for building high-performance Vue 3 applications with Server-Side Rendering and efficient data fetching patterns.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nuxt
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nuxt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Nuxt skill provides a robust architectural framework for building modern web applications using Vue 3. It addresses critical development challenges such as hydration mismatches, cross-environment state management, and optimized data fetching. By integrating these patterns into your workflow via Openclaw Skills, you gain access to industry-standard practices for creating scalable, SEO-friendly applications that perform seamlessly across both server and client environments.
This skill emphasizes the use of Nuxt-specific composables like useFetch and useState to ensure SSR safety and prevent common pitfalls such as double-fetching or browser-API crashes. It streamlines project organization through auto-imports and provides a structured approach to building full-stack applications with integrated Nitro server routes, middleware, and flexible configuration management.
To get started with this skill in your development environment, ensure you have Node.js installed. You can initialize a new project and manage it using Openclaw Skills patterns.
# Initialize a new Nuxt project
npx nuxi@latest init <project-name>
# Install dependencies
npm install
# Start the development server with hot-module replacement
npm run dev
The skill organizes application data and logic through a strict directory-based taxonomy:
| Directory | Asset Type | Behavior |
|---|---|---|
components/ |
Vue Components | Auto-imported using folder-based naming (e.g., UI/Button -> <UIButton>) |
composables/ |
Logic & State | Auto-imported; must use use* naming convention |
server/api/ |
API Routes | Files become endpoints; use .get.ts or .post.ts suffixes |
middleware/ |
Route Guards | .global.ts runs on every route; others are page-specific |
plugins/ |
App Extensions | Runs before app creation; supports .client and .server suffixes |
server/utils/ |
Server Helpers | Auto-imported only within server-side routes |
Loading
A holistic nutrition agent designed to guide users toward sustainable eating habits and a healthier relationship with food.

A high-performance numerical computing skill for writing fast, memory-efficient Python code using arrays and vectorization.

An AI-powered skill for managing Notion databases as calendars with date-aware search, automated page creation, and safe rescheduling workflows.

A logic-driven framework for AI agents to deliver the right message through the right channel at the right time while avoiding user fatigue.

A comprehensive security framework for implementing industry-standard OAuth 2.0 and OpenID Connect flows in modern applications.

A comprehensive skill set for mastering Microsoft 365, Google Workspace, and office administration through AI-driven automation and expert workflows.








































