Install
openclaw skills install multi-model-response-comparatorCompare responses from multiple AI models for the same task and summarize differences in quality, style, speed, and likely cost. Best for model selection, evaluation, and prompt benchmarking. Works with OpenAI-compatible runtimes and is tested with Crazyrouter.
openclaw skills install multi-model-response-comparatorCompare answers from multiple AI models for the same prompt, then summarize tradeoffs across quality, style, and likely use cases.
This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.
Always structure the final comparison with these sections:
Read these when preparing the final comparison:
references/comparison-rubric.mdreferences/example-prompts.mdfrom openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://crazyrouter.com/v1"
)