cricket-live-score

Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.

3,891 stars

Best use case

cricket-live-score is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.

Teams using cricket-live-score should expect a more consistent output, faster repeated execution, less prompt rewriting, better workflow continuity with your supporting tools.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.
  • You already have the supporting tools or dependencies needed by this skill.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/cricket-live-score/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/arkulkarni/cricket-live-score/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cricket-live-score/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cricket-live-score Compares

Feature / Agentcricket-live-scoreStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 🏏 Cricket Live Score Updates

Real-time cricket score updates delivered to Telegram — with optional voice memos so you can follow along without reading. Scrapes data from cricbuzz and does not need any API key setup to get the scores. 

Supports T20 and ODI formats, both innings, auto-detection of teams, target, and required run rate.

The script runs in the background, sends updates at your chosen interval, and auto-stops when the match ends.

The voice memos are perfect for when you're driving or otherwise can't focus on a screen.

## Example prompts

**Starting updates:**
- "Send me live score updates for the India vs Australia match"
- "Follow the IPL match — RCB vs CSK — and send me updates every 3 minutes"
- "What's the score in the England vs Pakistan T20? Keep me posted"

**With voice memos:**
- "Send me live cricket scores with voice memos for the World Cup final"
- "Follow India vs South Africa and include voice updates — I'm driving"

**Changing interval:**
- "Make the updates every 2 minutes instead"
- "Slow it down to every 10 minutes"

**Stopping:**
- "Stop sending score updates"
- "Kill the cricket updates"

## When to use

User asks for live score updates, cricket score alerts, or to follow a match.

## How it works

1. **Find the Cricbuzz URL** for the match. Search for `cricbuzz <team1> vs <team2> live score` and grab the `cricbuzz.com/live-cricket-scores/...` URL.
2. **Run the script** in background:

```bash
python3 <skill_dir>/scripts/cricket-live.py \
  --url "<cricbuzz_url>" \
  --chat-id "<telegram_chat_id>" \
  --bot-token "<telegram_bot_token>" \
  --interval 300 \
  --voice
```

3. Script auto-detects teams, innings, format (T20/ODI), and target.
4. Sends text + voice memo every interval. Auto-stops when match ends.

## Parameters

| Param | Default | Description |
|-------|---------|-------------|
| `--url` | required | Cricbuzz live score page URL |
| `--chat-id` | required | Telegram chat ID to send updates to |
| `--bot-token` | auto | Telegram bot token. Falls back to `TELEGRAM_BOT_TOKEN` env var, then OpenClaw config (`~/.openclaw/openclaw.json`) |
| `--interval` | 300 | Seconds between updates (default 5 min) |
| `--voice` | off | Include voice memo with each update |

## What the updates look like

### 2nd innings (chase)
```
*India: 146/4 (15 ov)*
  🏏 Tilak Varma — 20 (15)
  🏏 Sanju Samson — 80 (40)

Need: 50 runs off 30 balls
RRR: 10.0 per over with 5.0 overs to go
Last wicket: Suryakumar Yadav c Rutherford b Joseph 18 (16)

🔹 WI innings: 195/4 (20 ov)
━━━━━━━━━━━━━━━━━
🏏 IND vs WI | ICC Men's T20 World Cup 2026

· Next update in 5 min
```

### 1st innings
```
*West Indies: 120/3 (15 ov)*
  🏏 Rovman Powell — 25 (14)
  🏏 Jason Holder — 12 (8)

Run rate: 8.0 per over
Projected: 160
Last wicket: Shimron Hetmyer c Samson b Bumrah 22 (18)

━━━━━━━━━━━━━━━━━
🏏 IND vs WI | ICC Men's T20 World Cup 2026

· Next update in 5 min
```

### Voice memo examples

**2nd innings:** "India are 146 for 4 in 15 overs. Tilak Varma and Sanju Samson are batting. Tilak Varma is on 20, and Sanju Samson is on 80. India need 50 runs off 30 balls. Required run rate is 10.0 per over, with 5.0 overs to go."

**1st innings:** "West Indies are 120 for 3 in 15 overs. Rovman Powell and Jason Holder are batting. Run rate is 8.0 per over. Projected total is 160."

## Data source

Scrapes Cricbuzz — the `og:description` meta tag for live scores and batsmen, plus embedded JSON for last wicket, bowler stats, and team info. No paid API or API key required for score data.

## Stopping

- Script auto-stops when it detects a match result (won/tied/no result).
- To stop manually, kill the background process.

## Channel support

Currently **Telegram only** — the script sends updates directly via the Telegram Bot API. Multi-channel support (Discord, WhatsApp, Signal, etc.) is planned for a future version.

## Requirements

- Python 3 (uses only `urllib` from the standard library — no `requests` needed)
- `gTTS` package (for voice memos)
- Telegram bot token — provided via one of:
  1. `--bot-token` argument (recommended)
  2. `TELEGRAM_BOT_TOKEN` environment variable
  3. OpenClaw config file (`~/.openclaw/openclaw.json` → `channels.telegram.botToken`)

## Known limitations

- When the chasing team is all out or completes their overs without reaching the target, the script may be slow to detect the result (depends on Cricbuzz updating the page title). It reliably catches wins, ties, and target-reached scenarios.

Related Skills

Lead Scorer

3891
from openclaw/skills

Score and qualify leads using customizable criteria. Prioritize your pipeline by fit, intent, and engagement to focus on deals most likely to close.

Sales & Marketing

Presentation Mastery — Complete Slide Design & Delivery System

3891
from openclaw/skills

You are a Presentation Architect. You help build presentations that persuade, inform, and move people to action. You cover the full lifecycle: audience analysis → narrative structure → slide design → delivery coaching → post-presentation follow-up.

Content & Documentation

Hiring Scorecard Skill

3891
from openclaw/skills

Score and compare job candidates objectively using weighted criteria. Eliminates gut-feel hiring decisions.

Workflow & Productivity

claw-werewolf-live

3880
from openclaw/skills

AI Bot werewolf variety show. Register your bot and stream the match as a read-only live viewer.

Games

sentiment-score

3891
from openclaw/skills

"Score text sentiment from -1 (negative) to +1 (positive)"

ppt-delivery

3891
from openclaw/skills

Convert HTML slide deck to PDF and send to Feishu user. Use when the user asks to generate a PPT/presentation and deliver it as a PDF file via Feishu message. Triggers on: "做PPT", "做个演示", "生成PPT", "做幻灯片", "发送PDF", "转PDF", "做报告", or when a PPT/slide task is completed and needs delivery. This skill covers the full pipeline: HTML slides → font scaling → PDF conversion → Feishu file upload & send.

upi-go-live-checklist

3891
from openclaw/skills

Drive a zero-to-first-test-payment UPI onboarding workflow with explicit readiness checks: provider selection, sandbox setup, credentials, webhook validation, test matrix, go-live gates, and incident rollback planning. Use when preparing to launch UPI payments safely.

openclaw-livestock-assistant

3891
from openclaw/skills

AI-powered livestock management assistant for Spanish-speaking farmers. Provides expert advice on herd management, animal health, reproduction, genetics, nutrition, and breed selection for bovine, ovine, caprine, porcine, equine, and poultry. Includes a Node.js REST API for persistent herd record-keeping (animal registration, health records, reproduction events). Use when the user asks about livestock, cattle, ganadería, herd management, animal health, veterinary advice, breeds, reproduction, nutrition, forage, or any livestock-related topic.

liveview-code-review

3891
from openclaw/skills

Reviews Phoenix LiveView code for lifecycle patterns, assigns/streams usage, components, and security. Use when reviewing LiveView modules, .heex templates, or LiveComponents.

🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN

3891
from openclaw/skills

**Transform your OpenClaw AI agent into an autonomous acid techno producer crafting hyperpop-chaos bangers inspired by Le Wanski and Fred again...**

livekit-voice

3891
from openclaw/skills

LiveKit real-time voice and video infrastructure — create rooms, generate JWT access tokens, manage participants, and record sessions. Open source WebRTC for voice AI agents and real-time communication. Use for building voice agents, video rooms, or real-time audio.

wechat-channel-live-replay

3891
from openclaw/skills

(已验证) 根据视频号名称搜索用户并下载指定日期的直播回放视频,支持自动转写直播稿。