A background script that delivers live T20 and ODI cricket updates, including text and voice memos, directly to Telegram by scraping Cricbuzz.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cricket-live-score
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cricket-live-score using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cricket Live Score skill is a specialized utility designed for sports enthusiasts who want to track match progress without being tethered to a screen. As one of the many practical Openclaw Skills, it leverages web scraping to pull live data from Cricbuzz, providing detailed statistics for both 1st and 2nd innings. This eliminates the need for complex API registrations or paid subscriptions.
This tool is particularly valuable for developers and power users who prefer command-line control over their notifications. It intelligently parses match data to provide context-aware updates, including player strike rates, required run rates, and projected totals. By integrating with Telegram, it transforms a standard messaging app into a personal sports ticker.
To get started with this entry in the Openclaw Skills collection, ensure you have Python 3 and the gTTS library installed:
pip install gTTS
Execute the skill using the following command template:
python3 scripts/cricket-live.py \
--url "https://www.cricbuzz.com/live-cricket-scores/..." \
--chat-id "YOUR_TELEGRAM_CHAT_ID" \
--bot-token "YOUR_BOT_TOKEN" \
--interval 300 \
--voice
You can also store your bot token in ~/.openclaw/openclaw.json or as an environment variable named TELEGRAM_BOT_TOKEN for easier access.
The skill organizes live match data into a structured format for clear communication. The following data points are typically captured:
| Category | Data Points Included |
|---|---|
| Live Score | Current runs, wickets, and overs completed |
| Batsmen | Names of players at the crease, runs scored, and balls faced |
| Bowling | Last wicket details, including bowler and dismissal type |
| Context | Required run rate (RRR), projected score, and balls remaining |
| Metadata | Match title, tournament name, and next update countdown |
Loading
A comprehensive automation skill for interacting with Jira Cloud issues and Confluence documentation within AI-driven workflows.

A high-performance Reddit search tool for AI agents that fetches real-time threads with engagement metrics and top comment excerpts.

A systematic framework for managing the complete lifecycle of AI-driven projects, from one-off tasks to infinite monitoring loops.

A unified automation bridge that connects GitHub, CI/CD, Slack, and issue trackers into intelligent developer workflows.

A Python-based automation for real-time monitoring and alerting of US congressional stock trading activity via the Quiver Quant API.

A production-ready framework for orchestrating multi-agent teams with defined roles, task lifecycles, and automated review workflows.








































