KS
Killer-Skills

nuxt-seo — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Full-Stack Agents needing comprehensive SEO configuration and optimization for Nuxt.js applications. The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app

majiayu000 majiayu000
[0]
[0]
Updated: 2/20/2026

Quality Score

Top 5%
70
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add majiayu000/claude-skill-registry/nuxt-seo

Agent Capability Analysis

The nuxt-seo MCP Server by majiayu000 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Full-Stack Agents needing comprehensive SEO configuration and optimization for Nuxt.js applications.

Core Value

Empowers agents to configure site URLs, generate robots.txt and sitemap.xml files, create dynamic OG images, and manage JSON-LD structured data using schema.org, all while handling breadcrumbs and canonical URLs with @nuxtjs/seo.

Capabilities Granted for nuxt-seo MCP Server

Configuring site SEO foundations
Generating and managing sitemap.xml and robots.txt files
Creating dynamic OG images for social media sharing
Implementing JSON-LD structured data for enhanced search engine understanding

! Prerequisites & Limits

  • Requires Nuxt.js project setup
  • Dependent on @nuxtjs/seo module installation and configuration
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Nuxt SEO

bash
1npx nuxi module add @nuxtjs/seo

When to Use

Working with:

  • SEO configuration (site URL, name, indexability)
  • Robots.txt and sitemap.xml generation
  • Dynamic OG image generation
  • JSON-LD structured data (schema.org)
  • Breadcrumbs and canonical URLs

Loading Files

Consider loading these reference files based on your task:

DO NOT load all files at once. Load only what's relevant to your current task.

Site Config

Foundation for all SEO modules. Configure site in nuxt.config.ts, access via useSiteConfig(). See references/site-config.md for full options.

Module Overview

ModulePurposeKey API
nuxt-site-configShared configuseSiteConfig()
@nuxtjs/robotsrobots.txtuseRobotsRule()
@nuxtjs/sitemapsitemap.xmldefineSitemapEventHandler()
nuxt-og-imageOG imagesdefineOgImage()
nuxt-schema-orgJSON-LDuseSchemaOrg()
nuxt-seo-utilsMeta utilitiesuseBreadcrumbItems()
nuxt-link-checkerLink validationBuild-time checks

Nuxt Content v3

Use asSeoCollection() for automatic sitemap, og-image, and schema-org from frontmatter:

ts
1// content.config.ts 2import { defineCollection, defineContentConfig } from '@nuxt/content' 3import { asSeoCollection } from '@nuxtjs/seo/content' 4 5export default defineContentConfig({ 6 collections: { 7 posts: defineCollection(asSeoCollection({ type: 'page', source: 'posts/**' })) 8 } 9})

Important: Load @nuxtjs/seo before @nuxt/content in modules array:

ts
1export default defineNuxtConfig({ 2 modules: ['@nuxtjs/seo', '@nuxt/content'] 3})

Frontmatter fields: ogImage, sitemap, robots, schemaOrg.

Related Skills

Links

Token Efficiency

Main skill: ~250 tokens. Each sub-file: ~400-600 tokens. Only load files relevant to current task.

Related Skills

Looking for an alternative to nuxt-seo or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication