Real Skill packageSource verifiedClawHub registry

scaffold-nuxt-cloudflare-app

An agent skill that scaffolds a new, production-oriented full-stack app on the latest version of Nuxt, deployed to Cloudflare Workers via Wrangler — from natural language descriptions like "build me a blog on Cloudflare".

Identity and source

Publisher attributiontechvoyage51registry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 61% rule confidence
Package forminstruction with code8 recorded files
Canonical sourceClawHub registryclawhub:techvoyage51:scaffold-nuxt-cloudflare-app-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/scaffold-nuxt-cloudflare-app

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/scaffold-nuxt-cloudflare-app

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/scaffold-nuxt-cloudflare-app

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @techvoyage51/scaffold-nuxt-cloudflare-app-skill
clawhub inspect @techvoyage51/scaffold-nuxt-cloudflare-app-skill --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
7 / 8 inspected as text
Checked
8/26/2026, 2:00:47 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
5 dependency and API indicators
  • api: clawhub.ai
  • api: developers.cloudflare.com
  • api: github.com
  • api: nuxt.com
  • api: ui.nuxt.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/26/2026, 2:08:17 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:91af69eda7d51a3c760649f7c640a06026a2568d46824521f4ddaf223956db65
Show up to 8 recorded paths
  • references/content.config.example.ts
  • references/directory-structure.md
  • references/nuxt.config.example.ts
  • references/nuxthub-deployment.md
  • references/package.example.json
  • references/wrangler.example.jsonc
  • skill-card.md
  • SKILL.md

Source changelog

Scaffold a production-ready Nuxt app deployable to Cloudflare Workers, with opinionated module selection and Cloudflare-specific setup. - Supports latest Nuxt, deploys to Cloudflare via Wrangler, with NuxtHub for D1/KV/Blob bindings. - UI kit choice: Nuxt UI (Tailwind-based, default) or Antdv Next (Ant Design), each integrated via their respective official Nuxt modules. - Content (Nuxt Content) and internationalization (i18n) modules are strictly opt-in, only included by explicit project need. - SEO, Drizzle ORM (for database), Vitest (testing), and pnpm workspace support included as part of base stack. - Clear decision flow: picks only necessary modules based on explicit requirements, avoids unnecessary scaffolding. - Guidance provided for add-on usage and future evolution, referencing external docs for advanced patterns.