MyVibe Skills - AI-powered web page creation and MyVibe publishing capabilities, supporting static pages, Vite, Next.js and more
npx claudepluginhub arcblock/myvibe-skillsWeb page creation and MyVibe publishing skills, works with MyVibe to generate and deploy various web project types
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
English | 中文
An AI skill that publishes your web projects to MyVibe. Auto-detects project type, builds if needed, and deploys seamlessly.
MyVibe is a platform for instantly deploying AI-generated web projects. Whether you're building with Claude Code, Cursor, Codex, Windsurf, or any other AI coding agent, MyVibe lets you publish your creations to a permanent URL in seconds.
Key highlights:
flowchart LR
A[Detect Project Type] --> B[Build if needed]
B --> C[Publish to MyVibe]
A -.- A1[Static/Vite/Next.js/Astro]
B -.- B1[npm/pnpm/yarn/bun]
C -.- C1[Auto metadata & screenshot]
| Feature | Description |
|---|---|
| Smart Detection | Auto-detect Static, Vite, Next.js, Astro, Nuxt, Monorepo |
| Build Integration | Supports npm, pnpm, yarn, bun |
| Metadata Extraction | Title, description, tags from HTML/package.json/README |
| Version Control | Auto-track and update existing Vibes |
| Cover Image | Auto-generate screenshot as cover |
| Tag Matching | Smart tag suggestions from MyVibe hub |
npx skills add ArcBlock/myvibe-skills
Powered by skills — supports Claude Code, Cursor, Codex, Gemini CLI, and 35+ more agents.
Or simply tell your AI coding agent:
Please install Skills from github.com/ArcBlock/myvibe-skills
# Register marketplace
/plugin marketplace add ArcBlock/myvibe-skills
# Install plugin
/plugin install myvibe@myvibe-skills
Publish your projects via OpenClaw:
The prompt includes skill installation, credential setup, and publish instructions — OpenClaw handles the rest. The credential is saved automatically and persists across sessions.
Just tell your AI assistant what you want in natural language:
/myvibe-publish Publish this project to MyVibe
/myvibe-publish Publish the ./dist directory to MyVibe
/myvibe-publish Publish index.html as a private Vibe
/myvibe-publish Publish the ./dist.zip file to MyVibe
That's it! The skill handles detection, building, and publishing automatically.
You can also pass options explicitly:
| Option | Alias | Description |
|---|---|---|
--file <path> | -f | Path to HTML file or ZIP archive |
--dir <path> | -d | Directory to publish |
--hub <url> | -h | MyVibe URL (default: https://www.myvibe.so/) |
--title <title> | -t | Project title |
--desc <desc> | Project description | |
--visibility <vis> | -v | Visibility: public or private (default: public) |
--did <did> | Vibe DID for version update | |
--new | Force create new Vibe, ignore history |
Any static web project can be published, including:
Yes! The skill automatically tracks your publish history. When you publish from the same source path, it updates the existing Vibe instead of creating a new one. Use --new flag to force create a new Vibe.