skills/skills.volces.com/openrouter-free-responder

openrouter-free-responder

SKILL.md

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

Workflow

  1. Ensure OPENROUTER_API_KEY is set.
  2. Run:
    python3 {baseDir}/scripts/openrouter_free_chat.py --prompt "<user prompt>"
    
  3. If the user provided system guidance, pass --system "...".
  4. 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.
Installs
10
First Seen
Mar 22, 2026