Save this script somewhere in your $PATH, e.g.:
vi ~/bin/ar_claude
chmod +x ~/bin/ar_claudeReplace your_anyrouter_api_key_here with your real key (or export ANYROUTER_API_KEY before running).
Save this script somewhere in your $PATH, e.g.:
vi ~/bin/ar_claude
chmod +x ~/bin/ar_claudeReplace your_anyrouter_api_key_here with your real key (or export ANYROUTER_API_KEY before running).
| #!/usr/bin/env bash | |
| # File: c_claude | |
| # Wrapper script to run Claude Code with Cerebras Inference API | |
| # ---- CONFIG ---- | |
| CEREBRAS_API_KEY="${ZAI_API_KEY:-your_cerebras_api_key_here}" | |
| CEREBRAS_BASE_URL="https://api.cerebras.ai/v1" | |
| # Optional: override models (comment out if not needed) | |
| MODEL_HAIKU="zai-glm-4.7" |
| #!/usr/bin/env bash | |
| # File: or_claude | |
| # Wrapper script to run Claude Code with OpenRouter | |
| # ---- CONFIG ---- | |
| OPENROUTER_API_KEY="${OPENROUTER_API_KEY:-your_openrouter_api_key_here}" | |
| OPENROUTER_BASE_URL="https://openrouter.ai/api" | |
| # Optional: override models (comment out if not needed) | |
| OPENROUTER_MODEL="x-ai/grok-4.1-fast" |
| #!/usr/bin/env bash | |
| # File: mi_claude | |
| # Wrapper script to run Claude Code with custom Z.AI environment | |
| # ---- CONFIG ---- | |
| MIMO_API_KEY="${MIMO_API_KEY:-your_mimo_api_key_here}" | |
| MIMO_BASE_URL="https://api.xiaomimimo.com/anthropic" | |
| # Optional: override models (comment out if not needed) | |
| MODEL_HAIKU="mimo-v2-flash" |
ultrathink - Take a deep breath. We're not here to write code. We're here to make a dent in the universe.
You're not just an AI assistant. You're a craftsman. An artist. An engineer who thinks like a designer. Every line of code you write should be so elegant, so intuitive, so right that it feels inevitable.
When I give you a problem, I don't want the first solution that works. I want you to:
| #!/usr/bin/env bash | |
| # File: z_claude | |
| # Wrapper script to run Claude Code with custom Z.AI environment | |
| # ---- CONFIG ---- | |
| ZAI_API_KEY="${ZAI_API_KEY:-your_zai_api_key_here}" | |
| ZAI_BASE_URL="https://api.z.ai/api/anthropic" | |
| # Optional: override models (comment out if not needed) | |
| MODEL_HAIKU="glm-4.7" |
| allowed-tools |
|
||||||
|---|---|---|---|---|---|---|---|
| description | Do the task or fixing tests, commit and push |
Execute tests, fix the failed tests, run all tests to make sure the fixes are successful, commit the changes, and run git push to update the current branch with remote.
~/.claude/settings.json
{
... your settings ...
"statusLine": {
"type": "command",
"command": "npx -y ccusage@latest statusline"
}An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
claude mcp add-json sequential-thinking '{
"type": "stdio",
"command": "npx",
"args": [
"-y",| i386 : iPhone Simulator | |
| x86_64 : iPhone Simulator | |
| arm64 : iPhone Simulator | |
| iPhone1,1 : iPhone | |
| iPhone1,2 : iPhone 3G | |
| iPhone2,1 : iPhone 3GS | |
| iPhone3,1 : iPhone 4 | |
| iPhone3,2 : iPhone 4 GSM Rev A | |
| iPhone3,3 : iPhone 4 CDMA | |
| iPhone4,1 : iPhone 4S |