llm-speedtest
Ping major LLM providers in parallel and compare real API latency. Run with /ping
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chapati23/llm-speedtestLLM Speedtest
Ping major LLM providers in parallel and compare real API latency (TTFT).
When to Use
- User types
/pingor asks about model latency/speed - Comparing provider response times
- Checking if a specific provider is slow or down
How It Works
Runs scripts/ping.sh which:
- Retrieves API keys from
pass shared/(users may need to adapt key sourcing for their setup) - Fires parallel
curlrequests to each provider with a minimal prompt ("hi",max_tokens=1) - Measures total round-trip time per provider
- Sorts results by latency and displays with color badges
Output Format
Results are sorted fastest-to-slowest with color badges:
- š¢ < 2s ā Fast
- š” 2ā5s ā Normal
- š“ 5ā30s ā Slow
- ā« 30s ā Timeout
Example:
ā” Model Latency ā 14:32
š¢ `Gemini 412ms`
š¢ `GPT-4o 623ms`
š¢ `Sonnet 891ms`
š” `Grok 2104ms`
š” `MiniMax 3210ms`
š” `Opus 4102ms`
_real API latency (TTFT)_
Models Tested
| Provider | Model |
|---|---|
| Anthropic | Claude Sonnet 4 |
| Anthropic | Claude Opus 4 |
| OpenAI | GPT-4o-mini |
| Gemini 2.5 Flash | |
| MiniMax | MiniMax-M1 |
| xAI | Grok 3 Mini Fast |
Cost
~$0.0001 per run (1 token per model, cheapest tiers).
Note
This skill uses pass shared/ for API key retrieval. If you don't use pass, you'll need to adapt scripts/ping.sh to source keys from environment variables or another secret manager.
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chapati23-llm-speedtest": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
claude-watchdog
Monitor the Claude API for outages and latency spikes with rich Telegram alerts. Status monitoring, latency probes, and automatic recovery notifications.
youtube-summary
Summarize any YouTube video by dropping the link in chat. Supports custom prompts ā paste the URL followed by your instructions (e.g. 'focus on the technical details'). Triggers on YouTube URLs.
typefully
Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Mastodon). Use when user wants to draft, schedule, or manage social media posts via Typefully.
typefully
Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Mastodon). Use when user wants to draft, schedule, or manage social media posts via Typefully.