ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

singapore-pools-toto-results

Fetch and summarize latest Singapore Pools TOTO results from official Singapore Pools data files (normal, cascade, hongbao, special). Use when users ask for latest TOTO winning numbers, additional number, draw number/date, Group 1 prize, winning shares, or need JSON output sourced from singaporepools.com.sg.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bluesneed/singapore-pools-toto-results
Or

What This Skill Does

The singapore-pools-toto-results skill provides a robust, automated interface to retrieve the most recent Singapore Pools TOTO draw results directly from official data sources. Designed for integration with OpenClaw, this skill parses the official Singapore Pools result files, transforming raw data into human-readable text or structured JSON. It supports multiple draw types, including standard, cascade, hongbao, and special draws, ensuring that users can access the specific historical and current draw data they require. By programmatically accessing the official source, the skill eliminates the need for manual browsing, providing reliable, up-to-date information on winning numbers, additional numbers, draw dates, and comprehensive Group 1 prize distribution tables.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal to fetch the repository and configure the necessary scripts:

clawhub install openclaw/skills/skills/bluesneed/singapore-pools-toto-results

Ensure that you have Python 3 installed in your environment, as the core logic is contained within the fetch_toto_latest.py script. The skill relies on standard web connectivity to reach the Singapore Pools endpoints.

Use Cases

This skill is ideal for financial trackers, lottery analytical dashboards, and personal productivity workflows. If you are building a tool that archives historical lottery data for statistical analysis, you can utilize the --format json flag to pipe data directly into your database. For users interested in quick notifications or chat summaries, the default text output provides an immediate, clear summary of the latest draw results without the clutter of web interfaces.

Example Prompts

  1. "Check the latest Singapore Pools TOTO results and give me the winning numbers for the most recent draw."
  2. "What were the results for the latest hongbao draw? Please provide the output in JSON format so I can save it."
  3. "Summarize the winning shares table for the latest TOTO draw number and include the source link."

Tips & Limitations

The tool is dependent on the uptime and structural integrity of the Singapore Pools website. If the website undergoes a layout change, the parsing logic within the Python scripts may require an update to the regex patterns. If network latency occurs, leverage the --timeout 30 flag to allow for more robust data retrieval. Always verify the output against the provided source URL to ensure data accuracy for high-stakes interpretations.

Metadata

Author@bluesneed
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bluesneed-singapore-pools-toto-results": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#singapore#toto#lottery#data-retrieval#automation
Safety Score: 4/5

Flags: network-access, code-execution