Claude-codex-settings setup
This skill should be used when user encounters "paper-search MCP error", "Docker not found", "Docker not running", "paper search not working", or needs help configuring paper search 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/paper-search-tools/skills/setup" ~/.claude/skills/fcakyon-claude-codex-settings-setup-e75c6d && rm -rf "$T"
manifest:
plugins/paper-search-tools/skills/setup/SKILL.mdsource content
Paper Search Tools Setup
Run
/paper-search-tools:setup to configure Paper Search MCP.
Quick Fixes
- Docker not found - Install Docker (see setup command)
- Docker not running - Start Docker Desktop
- Connection failed - Restart Claude Code after Docker starts
Don't Need Paper Search?
Disable via
/mcp command to prevent errors.