Claude-codex-settings setup

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.

install
source · Clone the upstream repo
git clone https://github.com/fcakyon/claude-codex-settings
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/fcakyon/claude-codex-settings "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/tavily-tools/skills/setup" ~/.claude/skills/fcakyon-claude-codex-settings-setup-fd547e && rm -rf "$T"
manifest: plugins/tavily-tools/skills/setup/SKILL.md
source content

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.