xxclaude

agent
Guvenlik Denetimi
Uyari
Health Uyari
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Uyari
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool provides simple shell scripts that configure and launch the official Claude Code CLI, redirecting it to use DeepSeek's API backend instead of Anthropic's native servers.

Security Assessment
Overall risk: Medium. Because the automated code scanner could not parse the shell scripts, a complete dependency and code audit was not possible. The script inherently requires you to export your DeepSeek API key as an environment variable, which it passes to the CLI. While the tool does not request dangerous system permissions and no hardcoded secrets were detected, users should manually verify the script contents before running it.

Quality Assessment
The project is newly created and very recent, with its last update pushed just today. Despite being functionally complete and well-documented across multiple languages, it currently has low community visibility with only 7 GitHub stars. The README explicitly claims an MIT license, though the automated scan failed to detect a dedicated license file in the repository.

Verdict
Use with caution: the utility is straightforward, but you should manually review the shell scripts for safety before executing them with your API keys.
SUMMARY

Shell launchers to run Claude Code and OpenAI Codex CLI against DeepSeek's API (Anthropic- and OpenAI-compatible endpoints).

README.md

xxclaude — Claude Code launchers for alternative backends

中文文档

A small collection of shell scripts that point Claude Code at non-Anthropic model backends while keeping the native TUI, tools, and /model switcher.

Scripts

Script Agent Backend Models
dsclaude Claude Code DeepSeek API (Anthropic-compatible endpoint) deepseek-v4-pro (default, unified reasoning) · deepseek-v4-flash (fast / haiku tier)

dsclaude exposes the alternate model in Claude Code's /model picker so you can hot-swap mid-session, sets ANTHROPIC_DEFAULT_HAIKU_MODEL so background/cheap tasks route to the fast model, and honors optional env overrides for context window and output token limits.

Compatibility

Platform Status
macOS Native, fully supported
Linux (Ubuntu, etc.) Compatible — requires bash and standard POSIX tools (pre-installed)
Windows Not supported natively — works via WSL or Git Bash

Quick start

git clone https://github.com/Agents365-ai/xxclaude.git
cd xxclaude
chmod +x dsclaude

Make it globally available (optional):

sudo mv dsclaude /usr/local/bin/

dsclaude

Follows the official DeepSeek guide: Integrate with Coding Agents / Anthropic API.

export DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxxxx   # add this line to ~/.zshrc or ~/.bashrc

dsclaude                 # start on deepseek-v4-pro (default, full reasoning)
dsclaude fast            # start on deepseek-v4-flash (cheaper / faster)
dsclaude long            # request a 1M context window (1,048,576 tokens)
dsclaude long fast       # 1M + flash

Sets the DeepSeek-recommended env vars under the hood: ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic, Opus/Sonnet/Haiku model mappings, CLAUDE_CODE_SUBAGENT_MODEL, and CLAUDE_CODE_EFFORT_LEVEL=max (override via DSCLAUDE_EFFORT).

In-session: /model deepseek-v4-flash/model deepseek-v4-pro.

License

MIT

Support

If these scripts save you time, consider supporting the author:

WeChat Pay
WeChat Pay
Alipay
Alipay
Buy Me a Coffee
Buy Me a Coffee
Give a Reward
Give a Reward

Author

Agents365-ai

Yorumlar (0)

Sonuc bulunamadi