New:Socket for Asana Is Now Available.Learn more
Get Started

vaaya-cli

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vaaya-cli

Vaaya CLI — LLMs and paid agent superpowers from one wallet, no API keys. Type `vaaya` for a terminal chat with any of 300+ models (Kimi, GPT, Gemini, Claude) that can search, scrape, generate media and enrich leads mid-answer; `vaaya install` sets up the

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
2
Created
Source

vaaya-cli

Give your agent paid superpowers — from your terminal. (The npm package is vaaya-cli; the installed command is vaaya.)

npx @vaaya/mcp install

(npx vaaya-cli install runs the same installer — this CLI wraps the published @vaaya/mcp package.)

One command sets up the Vaaya MCP server for every agent it detects on your machine (Claude Code, Claude Desktop, Cursor, Codex). Restart your agent, and its first Vaaya call opens a short browser approval — sign-up happens right there if you're new. Pay-per-call, no API keys, failed calls are never charged.

What your agent gets

  • Media generation — images & video via top models, TTS, music
  • Product demo videos — narrated, auto-zoomed demos from a raw screen recording
  • Web search & scraping — live search, crawl, extract, persist
  • Deep / market / competitive research — cited reports, company intel, bake-offs
  • GTM & sales — ICP lead discovery, contact enrichment, buying signals, outreach drafts
  • Code sandboxes — per-second-billed compute for benchmarks and untrusted code
  • Browser automation, email, memory, monitoring workers, and more

The agent asks Vaaya's conversational consult tool for anything it can't do, gets back the exact call to run, and executes it with use — billed on success. The agent never sees upstream URLs or API keys.

Use it yourself: just type vaaya

vaaya

That opens a chat with any of 300+ models (Kimi, GPT, Gemini, Claude, DeepSeek), paid per token from the same wallet, no API keys. The model gets your full live Vaaya toolset in the conversation, the same tools your agents see, so it can search the web, read pages, generate images, enrich leads or run code while it answers. /tools lists them, /model switches model, /exit quits.

vaaya "what shipped in the last react release"   # ask once and exit
git diff | vaaya "write a commit message"        # pipes work
vaaya llm                                        # plain chat, no tools, cheapest

Commands

CommandWhat it does
vaayaChat with any model, with your full Vaaya toolset available to it
vaaya "question"Ask once and exit (reads piped stdin too)
vaaya llmPlain chat, no tools. vaaya llm serve runs an OpenAI-compatible proxy for coding agents
vaaya installConfigure the MCP server for every detected agent (idempotent — re-run to update)
vaaya statusConnection state + live tool count
vaaya consult "…"Ask Vaaya how it would do something — returns the plan without running it
vaaya reauthorizeRe-run the browser authorization flow
vaaya logoutDisconnect and delete local credentials
vaaya serveRun the stdio MCP server (what agents invoke)

Try it from the terminal:

npx vaaya-cli consult "turn this screen recording into a narrated product demo"
npx vaaya-cli status

Connecting manually

Clients that speak HTTP MCP natively can skip the CLI entirely and add the remote server: https://vaaya.ai/mcp (Streamable HTTP, OAuth 2.1). The stdio form is npx -y @vaaya/mcp.

MIT © Vaaya

Keywords

cli

FAQs

Package last updated on 04 Aug 2026

Related posts