ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

myvibe-publish

Publish static HTML, ZIP archive, or directory to MyVibe. Use this skill when user wants to publish web content to MyVibe.

Why use this skill?

Deploy static HTML, ZIP archives, or directories directly to MyVibe with the myvibe-publish skill. Simplify your web deployment workflow.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/zhuzhuyule/myvibe-skills
Or

What This Skill Does

The myvibe-publish skill serves as a seamless bridge between your local development environment and the MyVibe hosting ecosystem. Designed for developers and creators, this tool automates the entire lifecycle of deploying web content, whether you are dealing with a simple HTML file, a compressed ZIP archive, or a full-scale web directory. By integrating automated metadata analysis, screenshot generation, and version tracking, it removes the friction of manual deployment.

Installation

To begin, ensure you have Node.js 18 or higher installed on your system. You can install the skill by running the following command in your terminal within the OpenClaw environment:

clawhub install openclaw/skills/skills/zhuzhuyule/myvibe-skills

Once installed, the skill provides immediate command-line access via the /myvibe:myvibe-publish alias. Note that this tool requires network permissions to communicate with the MyVibe hubs, so ensure your sandbox environment is configured to allow network access (sandbox_permissions=require_escalated).

Use Cases

This skill is highly versatile for various project stages:

  1. Quick Portfolio Deployment: Instantly push a static site or individual HTML mockup to MyVibe for immediate viewing.
  2. Production Versioning: Use the --did flag to manage updates for existing projects, ensuring your Vibe stays consistent with your current development path.
  3. Archive Distribution: Easily share zipped front-end builds with clients or collaborators by publishing the archive directly from your local filesystem.
  4. Automated CI/CD-like Workflows: Leverage the --dir option in automated pipelines to rebuild and push changes to MyVibe without human intervention.

Example Prompts

  1. "Publish my current directory as a new project on MyVibe, make it public, and give it the title 'My Personal Portfolio'."
  2. "Update my existing project z2qaXXX using the updated build folder located at ./dist."
  3. "Upload my index.html file to MyVibe and generate a public link for me to share."

Tips & Limitations

  • Timeout Management: Deployments can involve asset compression and screenshot generation; the tool is optimized with a 10-minute timeout. Ensure your project size is reasonable to avoid connection drops.
  • Metadata Accuracy: The skill automatically attempts to extract title and description; manually defining these with --title and --desc flags is recommended for professional deployments.
  • Network Permissions: Always ensure your environment is authorized for network access, otherwise the authentication handshake with the MyVibe hub will fail.
  • Cleanup: If you are using the --dir option frequently, ensure your dist folder is correctly configured to prevent accidental inclusion of node_modules or source maps.

Metadata

Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-zhuzhuyule-myvibe-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-deployment#hosting#static-site#myvibe#automation
Safety Score: 3/5

Flags: network-access, file-read, code-execution