gen-web

Generate and manage full-stack web projects in sandboxed environments.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/zhangdahai112/LocalManus --skill gen-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-web
Source: https://github.com/zhangdahai112/LocalManus/tree/main/localmanus-backend/skills/gen-web
Command: npx skills add https://github.com/zhangdahai112/LocalManus --skill gen-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and management of full-stack web projects within secure, isolated sandbox environments, streamlining the development workflow.

Core Features & Use Cases

  • Project Generation: Create projects using popular tech stacks like Next.js, React, and Vue.
  • Sandbox Environment: Develop in isolated environments with full file operations, shell command execution, and browser automation.
  • Use Case: Quickly scaffold a new Next.js blog with TypeScript and Tailwind CSS, run development servers, and manage project files all within a secure, sandboxed environment.

Quick Start

Use the gen-web skill to create a Next.js project named 'my-new-app'.

Frequently Asked Questions about gen-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a full-stack web project in an isolated sandbox environment?

You can generate a full-stack web project in a sandbox by using automated shell command execution and file operations to scaffold your application and run development servers securely.

Can I scaffold a Next.js app with React and Vue in a sandboxed development environment?

Yes, sandboxed project generation supports various tech stacks including Next.js, React, and Vue, allowing you to scaffold applications and manage project files within an isolated environment.

How do I run development servers and manage project files for a newly generated web app?

You can run development servers and manage project files by executing shell commands directly within the sandbox environment after the web app generation is complete.

Does browser automation work within the sandbox for testing generated web projects?

Yes, browser automation is integrated into the sandbox environment, allowing you to test and interact with your generated full-stack web projects during development.

What are the limitations of developing full-stack web apps in a sandboxed environment?

While sandboxed development provides isolated and secure environments for file operations and shell execution, it may have constraints on external network access or persistent storage depending on the sandbox manager configuration.