Skip to content

Conversation

@robroyhobbs
Copy link

Summary

Adds a new curated skill for deploying web projects to MyVibe — a web publishing platform for AI-generated content.

  • Automatic project type detection: Static, Pre-built, Buildable, Monorepo
  • Build-before-deploy: Detects package manager and build commands
  • Metadata extraction: Title, description, tags, GitHub repo from source
  • Screenshot generation: Automatic cover image creation
  • Version history: Updates existing Vibes via DID tracking
  • Multi-agent compatible: Works with Codex, Claude Code, Gemini CLI, OpenCode

Why

MyVibe is a growing web publishing platform with 50K+ published Vibes. This skill gives Codex users one-command publishing with intelligent project detection, similar to the existing vercel-deploy, netlify-deploy, and cloudflare-deploy skills.

Structure

skills/.curated/myvibe-publish/
├── SKILL.md
├── LICENSE.txt (Apache 2.0)
├── agents/openai.yaml
├── assets/ (SVG + PNG icons)
└── scripts/ (Node.js publish pipeline)

Links

Test plan

  • npm install in scripts/ directory installs dependencies successfully
  • $myvibe-publish triggers skill from Codex prompt
  • Publishing a static HTML file produces a live Vibe URL
  • Publishing a directory with build step completes end-to-end
  • Authorization flow opens browser and returns token
  • Metadata extraction pulls correct title/description/tags

Adds a curated skill for publishing web projects (HTML, ZIP, directories,
URLs) to MyVibe (myvibe.so) with automatic project type detection, build
support, metadata extraction, screenshot generation, and version history.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@robroyhobbs robroyhobbs requested a review from a team February 6, 2026 03:02
robroyhobbs pushed a commit to robroyhobbs/myvibe-skills that referenced this pull request Feb 6, 2026
Adds CODEX environment variable check so the authorization flow
correctly identifies Codex as the agent platform when publishing.

Related: openai/skills#113

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant