website_builder

Build and host static websites on a server using Nginx.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arunrlverma/openclaw-skills --skill website-builder-arunrlverma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website_builder
Source: https://github.com/arunrlverma/openclaw-skills/tree/main/skills/website-builder
Command: npx skills add https://github.com/arunrlverma/openclaw-skills --skill website-builder-arunrlverma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly build and host simple websites directly on the server, making it easy to share visual content or dashboards.

Core Features & Use Cases

  • Instant Web Hosting: Any HTML, CSS, or JS files placed in /root/workspace/www/ are immediately served.
  • Frontend Frameworks: Easily integrate popular libraries like Tailwind CSS, Lucide, and Chart.js via CDNs.
  • Use Case: Create a portfolio page to showcase your projects, a dashboard to visualize data, or a simple landing page for an event.

Quick Start

Create a new HTML file named 'my_page.html' in the www directory with the content '<h1>Hello World</h1>'.

Frequently Asked Questions about website_builder

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

FAQPage Schema
How do I host a static website on a server using Nginx?

To host a static website using Nginx, you place HTML, CSS, and JS files into a designated directory. This Skill automates the process, serving files instantly from the specified workspace and handling old file cleanup automatically.

Can I use frontend frameworks like Tailwind CSS or Chart.js with a command line website builder?

Yes, you can use frontend frameworks like Tailwind CSS, Lucide, and Chart.js with this website builder. You integrate these libraries via CDNs directly within your HTML files to create interactive dashboards and visual content.

What do I need to build and host web pages directly from the command line?

You need Nginx installed and configured to serve files from a specified directory. Once the server environment is ready, this Skill allows you to create and deploy web pages, portfolios, and landing pages directly from the command line.

What is the best way to quickly deploy a portfolio page or data dashboard from the command line?

The best way to deploy a portfolio or data dashboard quickly is to write the HTML file and place it in the active www directory. The Skill serves it immediately via Nginx, enabling instant sharing of visual content without manual server configuration.

Does this static web hosting approach automatically remove old files when deploying updates?

Yes, this static web hosting approach includes automatic cleanup of old files. When you generate and deploy new web pages or visual content into the workspace directory, the Skill ensures outdated files are removed to prevent conflicts.