vibe-tools: Empowering AI Agents with Teams and Advanced Skills
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
vibe-tools is a powerful CLI designed to enhance AI agents by providing them with an AI team and advanced skills. It integrates tools like Perplexity for web research, Gemini for repository context, and Stagehand for browser automation. Optimized for Cursor Composer Agent, vibe-tools can be utilized by any coding agent capable of executing commands.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
vibe-tools is a powerful Command Line Interface (CLI) designed to give your AI agents an AI team and advanced skills. It significantly expands the capabilities of coding agents, making them more versatile and efficient. Optimized for Cursor Composer Agent, vibe-tools is also compatible with any coding agent that can execute commands.
At its core, vibe-tools integrates a specialized AI team:
- Perplexity: For comprehensive web search and deep research.
- Gemini 2.0: Offers vast whole-codebase context, search grounding, and advanced reasoning for planning.
- Stagehand: Enables robust browser automation for testing and debugging web applications.
Beyond the core team, vibe-tools provides new skills for your existing agent, including working with GitHub Issues and Pull Requests, accessing Linear issues with full context, generating local documentation for external dependencies, and analyzing YouTube videos to extract insights and implementation plans. Written in TypeScript, vibe-tools is a globally installable Node.js package.
Installation
Getting started with vibe-tools is straightforward. First, install the package globally using npm:
npm install -g vibe-tools
After installation, run the setup command in your project directory:
vibe-tools install .
This command will guide you through configuring API keys for your chosen AI providers, automatically install necessary Playwright browsers for browser automation, and set up AI instruction files tailored to your development environment (e.g., for Cursor, Claude Code, or Windsurf). For CI/CD environments, vibe-tools supports non-interactive installation by setting CI=true or NONINTERACTIVE=true.
Examples
vibe-tools empowers your AI agent with a wide array of commands. Here are a few examples demonstrating its versatility:
Web Search with Perplexity:
"Please implement country specific stripe payment pages for the USA, UK, France and Germany. Use vibe-tools web to check the available stripe payment methods in each country."
Repository Context and Planning with Gemini:
"Let's refactor our User class to allow multiple email aliases per user. Use vibe-tools repo to ask for a plan including a list of all files that need to be changed."
Browser Automation with Stagehand:
"Use vibe-tools to open the users page and check the error in the console logs, fix it"
Documentation Generation:
"Use vibe-tools to generate documentation for the Github repo https://github.com/kait-http/kaito and write it to docs/kaito.md"
YouTube Video Analysis:
"Generate a comprehensive summary of a technical talk vibe-tools youtube 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' --type=summary"
Why Use vibe-tools?
vibe-tools stands out by transforming your AI coding agent into a more capable and autonomous entity. By providing access to specialized AI models for web research, deep codebase understanding, and browser interaction, it significantly streamlines complex development workflows. Whether you need to quickly research new technologies, plan large refactors, automate web testing, or generate documentation, vibe-tools equips your agent with the necessary intelligence and tools. Its broad compatibility with various AI-powered IDEs and environments ensures a seamless integration into your existing setup, ultimately boosting productivity and accelerating development cycles.
Links
- GitHub Repository: https://github.com/eastlondoner/vibe-tools
- npm Package: https://www.npmjs.com/package/vibe-tools
Related repositories
Similar repositories that may be relevant next.

FreeLLMAPI: Stack 16 Free LLM Tiers for 1.7 Billion Tokens/Month
June 27, 2026
FreeLLMAPI is an OpenAI-compatible proxy that aggregates the free tiers of 16 LLM providers, offering access to approximately 1.7 billion tokens per month. It simplifies access to diverse models through a single endpoint, featuring smart routing, automatic failover, and encrypted key storage. This powerful tool is designed for personal experimentation, allowing developers to leverage multiple free LLM resources efficiently.

Voicebox: The Open-Source AI Voice Studio for Cloning and Dictation
June 25, 2026
Voicebox is an innovative open-source AI voice studio that allows users to clone voices, generate speech in multiple languages, and dictate into any application. It provides a comprehensive, local-first voice I/O stack, offering a powerful alternative to cloud-based solutions. This tool ensures complete privacy and control over your voice data, running entirely on your local machine.

EasyWhisperUI: A Cross-Platform Desktop App for Whisper Model Transcription
June 22, 2026
EasyWhisperUI is a fast, local desktop application designed for transcribing audio and video using the Whisper model. It offers GPU acceleration across Windows, macOS, and Linux, providing a user-friendly interface for various transcription tasks. The application supports features like live transcription, batch processing, and translation, making it a versatile tool for media processing.

Dexter: An Autonomous Agent for Deep Financial Research
June 22, 2026
Dexter is an autonomous financial research agent designed to think, plan, and learn while performing analysis. It leverages task planning, self-reflection, and real-time market data to tackle complex financial questions. This project provides a powerful tool for in-depth financial exploration, emphasizing its educational and informational purposes.
Source repository
Open the original repository on GitHub.