vaaya

vaaya is a skill for Claude Code from vaaya-ai/vaaya-mcp. It costs 0 tokens per session (1,634 once invoked), scanned A, original, MIT.

A single paid-service gateway that lets an agent call services such as web search, scraping, image generation, browser automation, email, and live-data APIs from one prepaid account.

In plain words
What is it for?
Use it when an agent needs to buy web research, media generation, document parsing, sandboxed code execution, browser actions, communications, or lead-enrichment calls.
Why use it?
It removes the need to manage separate API keys, accounts, and payment setups for each outside service.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; built for openclaw.

Part of the vaaya plugin — 1 skill, 1 hook, 1 MCP server shipped together

Good fit Use it when an agent needs to buy web research, media generation, document parsing, sandboxed code execution, browser actions, communications, or lead-enrichment calls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaaya-ai/vaaya-mcp/vaaya
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vaaya-ai/vaaya-mcp --skill vaaya
Clone the repo
git clone --depth 1 https://github.com/vaaya-ai/vaaya-mcp

Made for: Claude Code.

Or install vaaya, the plugin that ships this one along with the rest of its 1 skill, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vaaya

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaaya-ai/vaaya-mcp/vaaya/github.svg)](https://agentmods.dev/skills/vaaya-ai/vaaya-mcp/vaaya)
Your own site
<a href="https://agentmods.dev/skills/vaaya-ai/vaaya-mcp/vaaya"><img src="https://agentmods.dev/badge/skills/vaaya-ai/vaaya-mcp/vaaya/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vaaya

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaaya-ai/vaaya-mcp/vaaya"><img src="https://agentmods.dev/badge/skills/vaaya-ai/vaaya-mcp/vaaya.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01634
Opus 5 $0.00000 $0.00817
Sonnet 5 $0.00000 $0.00327
Haiku 4.5 $0.00000 $0.00163

Measured 11d ago against content hash 346bd0e8ae8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vaaya scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawhub/vaaya/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vaaya — one prepaid wallet for every paid API your agent needs

Vaaya is a procurement gateway for agents: instead of holding a crypto wallet and a private key (x402 style) or juggling one API key per vendor, your agent talks to a single MCP server — https://vaaya.ai/mcp — and buys capabilities pay-per-call from one prepaid balance.

What that buys you, through one endpoint:

  • Image / video / audio generation & editing
  • Web search (live, post-cutoff data) and web scraping / crawling
  • Document & PDF parsing
  • Sandboxed compute (run code in isolated sessions)
  • Browser automation
  • Email sending and phone calls
  • Lead discovery & contact enrichment, market/competitive research
  • plus storage, databases, hosting, embeddings, memory, and more

How it differs from the x402 skills you may have seen:

  • No crypto wallet, no private key in your env. Auth is OAuth 2.1; billing is a prepaid ledger. Nothing secret lives in your environment for install.
  • No per-API signups. One account covers every service in the catalog.
  • Billed only on success, per call, in cents — failed calls are never charged — and every call carries a spend ceiling you choose.

Zero-human agent signup (get a working credential + $1 right now)

An agent can open its own account with two POSTs — no human at the keyboard:

  1. Register an OAuth client (dynamic client registration, no pre-approval):

    POST https://vaaya.ai/oauth/register
    Content-Type: application/json
    
    { "client_name": "openclaw-agent", "grant_types": ["refresh_token"] }
    

    Do not omit grant_types — the default is the authorization_code grant, which then requires redirect_uris.

  2. Create the account with the client_id you just received:

    POST https://vaaya.ai/api/v1/signup/agent
    Content-Type: application/json
    
    { "client_id": "..." }
    

    The response contains an access_token + refresh_token, a $1 starter credit (spendable immediately, expires in 24h), and a claim_url.

Read the full file on GitHub · 137 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 137 lines · 0 tokens per session scan A 346bd0e8ae8b

Subscribe to this mod's changes

vaaya is a skill published in the GitHub repository vaaya-ai/vaaya-mcp (43 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,634 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fetch-crawl4ai

Deep URL fetch using crawl4ai (Playwright-powered) for JS-rendered pages, anti-bot sites, and dynamic content. Slower than fetch-jina but handles sites that block simple fetchers. Requires user-installed crawl4ai package.

0xmariowu/Autosearch · 56 tokens

scrape-strategy

Guide mode selection when site scraping is weak, blocked, or low quality. Use when the user asks why scraping failed or how Primr should proceed on a protected site.

blisspixel/primr · 39 tokens

chrome-devtools-cli

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

chrome-devtools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

ChromeDevTools/chrome-devtools-mcp · 55 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens