Public agent skill repository for vowel integration workflows.
These skills are used by OpenCode in vowelbot github action to automagically enable vowel intelligent conversational voice in new and existing web apps.
Install with the Vercel Skills CLI
npx skills add usevowel/skillsThe CLI discovers skills from the skills/ directory. Each skill lives at skills/<name>/SKILL.md and may include supporting files such as references/.
Install the repository:
npx skills add usevowel/skillsThen invoke a skill by name in your agent:
vowel-reactfor React, Next.js, TanStack Router, or React Router appsvowel-vanillafor plain JavaScript apps and traditional multi-page sitesvowel-webcomponentfor<vowel-voice-widget>integrationsvoweldocsfor documentation sites (VitePress/Vue, Docusaurus, Nextra, Starlight, etc.)
vowel-react: Set up vowel voice agents in React applications.vowel-vanilla: Set up vowel voice agents in vanilla JavaScript applications.vowel-webcomponent: Set up vowel voice agents with the web component embed.voweldocs: Add voice-powered AI navigation to documentation sites (VitePress/Vue example).
This repository only publishes vowel-related skills. Non-vowel skills should stay out of this repo so npx skills add usevowel/skills installs a focused, brand-aligned skill set.