✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Mukt

Zero-cost OpenRouter responder that auto-discovers the best currently free model, retries on failure

Rating
4.8 (166 reviews)
Downloads
1,203 downloads
Version
1.0.0

Overview

Zero-cost OpenRouter responder that auto-discovers the best currently free model, retries on failures, and returns.

Complete Documentation

View Source →

Use the bundled script to execute prompts against free OpenRouter models.

Workflow

  • Ensure OPENROUTER_API_KEY is set.
  • Run:
bash
python3 {baseDir}/scripts/openrouter_free_chat.py --prompt "<user prompt>"
  • If the user provided system guidance, pass --system "...".
  • Return the response text and mention which model was used.

Command Options

  • --prompt (required): User prompt text.
  • --system (optional): System instruction.
  • --max-attempts (optional, default 8): Number of top free models to try.
  • --temperature (optional, default 0.3): Sampling temperature.
  • --debug (optional): Print model ranking and fallback attempts to stderr.

Output Contract

The script prints one JSON object to stdout with:

  • selected_model: Model that produced the final response.
  • response: Final assistant text.
  • attempted_models: Ordered list of tried models.
  • free_model_candidates: Number of free models discovered.
If no model succeeds, the script exits non-zero with an error message.

Installation

Terminal bash

openclaw install mukt
    
Copied!

Tags

#browser_and-automation

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author hgosansn
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install mukt