home / skills / fcakyon / claude-codex-settings / setup
This skill helps you diagnose Tavily MCP errors and configure Tavily integration to restore API access and project connectivity.
npx playbooks add skill fcakyon/claude-codex-settings --skill setupReview the files below or copy the command above to add this skill to your agents.
---
name: setup
description: This skill should be used when user encounters "Tavily MCP error", "Tavily API key invalid", "web search not working", "Tavily failed", or needs help configuring Tavily integration.
---
# Tavily Tools Setup
Run `/tavily-tools:setup` to configure Tavily MCP.
## Quick Fixes
- **API key invalid** - Get new key from app.tavily.com (format: `tvly-...`)
- **Quota exceeded** - Free tier is 1,000 searches/month
- **Connection failed** - Restart Claude Code after config changes
## Don't Need Tavily?
Disable via `/mcp` command to prevent errors.
This skill configures and troubleshoots the Tavily integration used by my MCP/agent setup. It provides quick fixes for common Tavily errors, guides API key setup, and offers simple commands to enable, disable, or reset the integration. Use it to restore web search, fix authentication, and keep the agent's Tavily connection healthy.
The setup skill runs the Tavily MCP configuration flow and validates the Tavily API key and connection. It detects common failure modes (invalid key, quota issues, connection errors) and suggests exact remediation steps. It also exposes commands to disable Tavily when you want to avoid related errors or to restart the agent after config changes.
How do I get a valid Tavily API key?
Log in to app.tavily.com and create or copy your API key; valid keys use the tvly- prefix.
What if I hit quota limits?
Free tier allows 1,000 searches/month. Reduce automated searches or upgrade your plan to restore full functionality.
Do I need to restart the agent after changing credentials?
Yes. Restart Claude Code (or the MCP server) after updating keys or config to ensure changes take effect.