DeepSeek Search is a Claude Code plugin that wraps DeepSeek's Anthropic-compatible Web Search capability as a local Python CLI and exposes it through a Claude Code skill.
deepseek-search CLI implemented with Python and uv.~/.deepseek.plugins/deepseek_search/skills/deepseek_search/SKILL.md that tells Claude Code when and how to call the CLI..claude-plugin/marketplace.json
plugins/deepseek_search/
.claude-plugin/plugin.json
pyproject.toml
src/deepseek_search.py
skills/deepseek_search/SKILL.md
tests/test_deepseek_search.py
Install dependencies through uv from the plugin directory:
cd plugins/deepseek_search
uv sync
Create a default DeepSeek config:
uv run src/deepseek_search.py --init
Then create ~/.deepseek/credentials.json:
{
"api_key": "YOUR_DEEPSEEK_API_KEY"
}
Recommended permissions on Unix-like systems:
chmod 600 ~/.deepseek/credentials.json
You can also provide credentials through environment variables:
DEEPSEEK_API_KEYANTHROPIC_AUTH_TOKENDEEPSEEK_BASE_URLDEEPSEEK_MODELFrom plugins/deepseek_search:
uv run src/deepseek_search.py --json --query "DeepSeek Claude Code web search documentation"
uv run deepseek-search --markdown --query "DeepSeek API Claude Code integration"
Useful options:
uv run deepseek-search --help
The JSON output includes:
answercitationswarningsusagemodelrequest_idstop_reasoncd plugins/deepseek_search
uv run pytest
The tests use mocked responses and do not require a real DeepSeek API key.
MIT License. See LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claim小红书新闻浏览器 - 自动化浏览小红书并提取指定主题的热门内容,整理成结构化信息汇总
TeamClaude Sidecar – auto-reports coding activity from Claude Code
npx claudepluginhub 8de4732a/deepseek-search --plugin deepseek_searchUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.