LLM Evaluation

Evaluated by: xiaomi/mimo-v2-flash:free

Last evaluated: March 29, 2026

Prompt Quality

3.0 /5

Evaluation error: RetryError[]

Usefulness

3.0 /5

Evaluation error: RetryError[]

Overall Rating

3.0 /5

Evaluation failed

Prompt Preview

---
name: c-weather
description: Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
tags: [weather, forecast, temperature, assistant]
---

# Weather — Forecasts & Conditions

Get weather information using `curl` and wttr.in. No API key required, no tool to install.

## Commands

```bash
# Current weather (auto-detects location)
curl -s "wttr.in?format=3"

# Detailed current conditions
curl -s "wttr.in?format=%l:+%c+%t+%h+%w+%p"

# Full forecast (today + 2 days)
cur...

Full prompt length: 1406 characters