Generate Nuxt 3 server API routes with CRUD operations
Generates Nuxt 3 server API route handlers for CRUD operations on a resource.
/new-server-route projects # Creates server/api/projects/... route files
/new-server-route users # Creates server/api/users/... route files
patterns/nuxt-patterns.md and styles/typescript.mddefineEventHandler:
index.get.ts - List with paginationindex.post.ts - Create[id].get.ts - Get by ID[id].patch.ts - Update[id].delete.ts - Deletenpx tsc --noEmit && npm run lint && npx vitest runserver/api/<resource>/index.get.ts
server/api/<resource>/index.post.ts
server/api/<resource>/[id].get.ts
server/api/<resource>/[id].patch.ts
server/api/<resource>/[id].delete.ts
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer