Overview
- Skill Key
- doramirdor/nadirclaw
- Author
- doramirdor
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/doramirdor/nadirclaw
- Latest Commit SHA
- 165d1528e4711898d3596a4c4c1d0fc7004d9fb2
Install, configure, and run NadirClaw LLM router to cut AI API costs by 40-70%. Use when the user wants to reduce LLM spending, route prompts to cheaper models, set up cost-saving proxy, or optimize API usage across providers (OpenAI, Anthropic, Google, Ollama). Also use when asked about model routing, LLM cost optimization, or setting up NadirClaw with OpenClaw.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 nadirclaw 技能。 若已安装,则直接安装 nadirclaw 技能。
# NadirClaw Skill NadirClaw is an open-source LLM router that classifies prompts in ~10ms and routes simple ones to cheap/local models while keeping complex work on premium models. ## Install ```bash pip install nadirclaw ``` ## Setup Run the interactive wizard: ```bash nadirclaw setup ``` Or auto-configure for OpenClaw: ```bash nadirclaw openclaw onboard ``` This writes NadirClaw as a provider in OpenClaw config with model `nadirclaw/auto`. No restart needed. ## Start ```bash nadirclaw serve --verbose ``` Runs on `http://localhost:8856`. Any OpenAI-compatible tool can use it by pointing to this URL. ## Point tools at NadirClaw ```bash # OpenClaw (auto) nadirclaw openclaw onboard # Claude Code ANTHROPIC_BASE_URL=http://localhost:8856/v1 claude # Any OpenAI-compatible tool OPENAI_BASE_URL=http://localhost:8856/v1 <tool> ``` ## Routing profiles Pass `x-routing-profile` header or use these models: - `nadirclaw/auto` - smart routing (default) - `nadirclaw/eco` - maximize savings - `nadirclaw/premium` - always use best model - `nadirclaw/free` - Ollama/local only - `nadirclaw/reasoning` - chain-of-thought optimized ## Monitor savings ```bash nadirclaw savings # cost savings report nadirclaw report # detailed routing analytics nadirclaw dashboard # live terminal dashboard ``` ## Key features - ~10ms classification overhead - Session persistence (no model bouncing mid-conversation) - Rate limit fallback (auto-retry on 429) - Agentic task detection (forces premium for tool use) - Context-window filtering (auto-swaps for long conversations) - Supports: OpenAI, Anthropic, Google Gemini, Ollama, any LiteLLM provider ## Troubleshooting - If `nadirclaw serve` fails, check API keys: `nadirclaw setup` - For Ollama: ensure `ollama serve` is running first - Logs: `nadirclaw report --last 20` to see recent routing decisions - Raw debug: `nadirclaw serve --verbose --log-raw`
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.