create-voltagent
Creates new VoltAgent AI agent projects via a CLI command or manual setup.
Setup & Installation
What This Skill Does
Creates new VoltAgent AI agent projects via a CLI command or manual setup. Handles scaffolding, dependency installation, server and provider selection, and environment configuration. Supports multiple package managers and AI providers including OpenAI, Anthropic, Google, Groq, Mistral, and Ollama.
Instead of manually wiring together server setup, TypeScript config, env files, and provider-specific boilerplate, the CLI generates a working project in one command with sensible defaults already in place.
When to use it
- Bootstrapping a new agent project with a single CLI command
- Switching between Hono and Elysia server frameworks during project creation
- Setting up a VoltAgent project with Ollama for local model inference
- Downloading and running an official VoltAgent example from the repository
- Configuring environment variables and provider API keys during scaffolding
Similar Skills
mcp-builder
A development guide for building MCP (Model Context Protocol) servers that connect LLMs to external APIs and services.
skill-creator
A skill for building, testing, and refining other skills.
template
A starter scaffold for building new agent skills.
answers
Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint.
