[PR #71] Add NadirClaw - AI cost optimizer for developers #91

Open
opened 2026-03-07 21:19:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devtoolsd/awesome-devtools/pull/71
Author: @doramirdor
Created: 3/2/2026
Status: 🔄 Open

Base: mainHead: add-nadirclaw


📝 Commits (1)

  • bffd879 Add NadirClaw - LLM cost optimizer

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

New Tool Addition

Category: AI Coding Tools

Tool Information

Name: NadirClaw
URL: https://github.com/doramirdor/NadirClaw
Description: LLM router that cuts AI API costs by 40-70% via intelligent routing. Drop-in OpenAI-compatible proxy.

Why NadirClaw fits awesome-devtools:

Developer-focused tool: Specifically built for developers using AI coding assistants (Cursor, Claude Code, GitHub Copilot, Continue, etc.)

Production utility: Reduces AI development costs by 40-70% through intelligent prompt routing

  • Simple prompts → cheap models (Gemini Flash, Haiku)
  • Complex prompts → premium models (Claude Sonnet, GPT-4)
  • ~10ms classification overhead

Actively used: 250+ GitHub stars, production-ready, actively maintained

Open source: MIT licensed, self-hosted, works offline

How it works:

  1. Runs as local proxy (port 8856)
  2. Intercepts LLM API calls
  3. Classifies prompt complexity using ML
  4. Routes to optimal model tier
  5. Tracks costs & provides analytics

Key features:

  • Works with Cursor, Claude Code, OpenClaw, Continue, or any OpenAI API client
  • Supports Gemini, OpenAI, Anthropic, Ollama, and 100+ providers
  • Built-in dashboard, cost tracking, budget alerts
  • Session persistence for multi-turn conversations
  • Automatic fallback chains for reliability

Fits naturally in the AI Coding Tools section alongside tools like Claude Code, Cursor, and GitHub Copilot as infrastructure for cost-effective AI development.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devtoolsd/awesome-devtools/pull/71 **Author:** [@doramirdor](https://github.com/doramirdor) **Created:** 3/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-nadirclaw` --- ### 📝 Commits (1) - [`bffd879`](https://github.com/devtoolsd/awesome-devtools/commit/bffd879759240bf074e7e20645273f411ae9debc) Add NadirClaw - LLM cost optimizer ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description ## New Tool Addition **Category**: AI Coding Tools ### Tool Information **Name**: NadirClaw **URL**: https://github.com/doramirdor/NadirClaw **Description**: LLM router that cuts AI API costs by 40-70% via intelligent routing. Drop-in OpenAI-compatible proxy. ### Why NadirClaw fits awesome-devtools: ✅ **Developer-focused tool**: Specifically built for developers using AI coding assistants (Cursor, Claude Code, GitHub Copilot, Continue, etc.) ✅ **Production utility**: Reduces AI development costs by 40-70% through intelligent prompt routing - Simple prompts → cheap models (Gemini Flash, Haiku) - Complex prompts → premium models (Claude Sonnet, GPT-4) - ~10ms classification overhead ✅ **Actively used**: 250+ GitHub stars, production-ready, actively maintained ✅ **Open source**: MIT licensed, self-hosted, works offline ### How it works: 1. Runs as local proxy (port 8856) 2. Intercepts LLM API calls 3. Classifies prompt complexity using ML 4. Routes to optimal model tier 5. Tracks costs & provides analytics ### Key features: - Works with Cursor, Claude Code, OpenClaw, Continue, or any OpenAI API client - Supports Gemini, OpenAI, Anthropic, Ollama, and 100+ providers - Built-in dashboard, cost tracking, budget alerts - Session persistence for multi-turn conversations - Automatic fallback chains for reliability Fits naturally in the AI Coding Tools section alongside tools like Claude Code, Cursor, and GitHub Copilot as infrastructure for cost-effective AI development. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:19:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-devtools#91