openrouter-free-responder
SKILL.md
Use the bundled script to execute prompts against free OpenRouter models.
Workflow
- Ensure
OPENROUTER_API_KEYis set. - Run:
python3 {baseDir}/scripts/openrouter_free_chat.py --prompt "<user prompt>" - If the user provided system guidance, pass
--system "...". - Return the
responsetext and mention which model was used.
Command Options
--prompt(required): User prompt text.--system(optional): System instruction.--max-attempts(optional, default8): Number of top free models to try.--temperature(optional, default0.3): Sampling temperature.--debug(optional): Print model ranking and fallback attempts to stderr.