tavily-ai/tavily-cursor-plugin · Archived

tavily-cli

Install and authenticate the Tavily CLI (`tvly`) in a coding-agent terminal. Use only when the user asks to install tvly, run tvly login, or check CLI status, or when a terminal session has no callable Tavily MCP tools. Not for ordinary web search, extraction, mapping, crawling, or research.

First seen Jun 7, 2026

Installation

$ npx skills add tavily-ai/tavily-cursor-plugin --skill tavily-cli

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tavily-ai/tavily-cursor-plugin.

npx skills add tavily-ai/tavily-cursor-plugin

Browse all from tavily-ai/tavily-cursor-plugin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires tavily-cli 0.1.5 or newer and a Tavily API key from tavily.com.
Allowed toolsBash(tvly *)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,686 B
  • docs SUMMARY.md 310 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

Tavily CLI

Install and authenticate tvly for terminal coding agents. Capability choice (search, extract, map, crawl, research) lives in those skills. Arguments live in tvly <command> --help.

Do not use this skill on a native plugin host where Tavily MCP tools are callable.

Install

Check first:

tvly --version

If missing:

curl -fsSL https://cli.tavily.com/install.sh | bash

Alternatives: uv tool install tavily-cli or pip install tavily-cli. Then confirm tvly --version. If the sandbox blocked the install, retry with sandbox disabled or have the user run the installer in their own terminal.

Authenticate

tvly --status
tvly login

Prefer browser OAuth. Do not ask the user to paste an API key into chat. tvly login --api-key or TAVILYAPIKEY only when the user already has a key and chose that path.

After install

Every tvly search, extract, map, crawl, and research call, including research status and poll, must include --client-name "cursor plugin". Use --json for agentic output. Quote URLs. Exit codes: 0 success, 2 bad input, 3 auth, 4 API.

Return to the matching capability skill for when to search vs extract vs map vs crawl vs research.