static-serverStart a local HTTP server to preview static HTML pages. Use when testing static pages, previewing HTML files, or when browser tools cannot access file:// URL...
Install via ClawdBot CLI:
clawdbot install liujintao-2021/static-serverGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
exec(Calls external URL not in known-safe list
http://localhost:8888/index.htmlAI Analysis
The skill only starts a local HTTP server for static file preview, which is consistent with its stated purpose and does not send data externally. The 'UNSAFE_SHELL' signal is a false positive as the exec() command is for legitimate server management, and the 'UNDOCUMENTED_EXTERNAL' signal refers to localhost, which is not an external risk.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 20, 2026
Developers use the static server to preview HTML, CSS, and JavaScript files locally before deploying to production. It allows testing responsive designs and browser compatibility without needing a live server, ensuring pages render correctly across devices.
Instructors or students create static web pages for courses or projects and use the server to share them locally for peer review or demonstrations. It provides a safe, offline environment to test interactive elements without internet access.
Designers and product managers build static prototypes to validate user interfaces and workflows. The server enables quick iteration and feedback by allowing stakeholders to view and interact with mockups in a browser, bypassing file protocol restrictions.
QA engineers integrate the server into automated testing pipelines to serve static pages for browser automation tools like Selenium or Puppeteer. This facilitates screenshot capture, performance checks, and functional testing in a controlled local environment.
Offer the static server as a free feature within a larger development suite, with premium upgrades for advanced hosting, collaboration, or analytics. This attracts users to paid plans by demonstrating value in local testing workflows.
Provide consulting services to businesses needing tailored static server setups for specific testing environments or integration with existing tools. Revenue comes from project-based fees and ongoing support contracts.
License the skill to educational institutions or training programs for use in classrooms, with bundled support materials and tutorials. This generates revenue through bulk licensing deals and partnerships with coding bootcamps.
💬 Integration Tip
Integrate the server with CI/CD pipelines using background execution to automate static page testing, and ensure proper cleanup to avoid port conflicts in shared environments.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.