A powerful automation tool to fetch real-time Table Mountain Cableway status, weather data, and waiting times directly into your workflow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install table-mountain-status
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 table-mountain-status using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Table Mountain Status skill is a specialized technical integration designed for the Openclaw Skills ecosystem. It interfaces directly with the official Table Mountain Aerial Cableway API to provide developers and users with instantaneous updates on operating status, local weather conditions, and cable car queue times. By leveraging Openclaw Skills, users can bridge the gap between static web data and actionable notifications.
This skill is particularly valuable for residents and tourists in Cape Town who need reliable, programmatic access to Tafelberg updates. Whether you are building a personal dashboard or setting up automated travel alerts, this addition to the Openclaw Skills library ensures you have high-fidelity data at your fingertips, formatted for both human reading and machine processing.
To get started with this entry in the Openclaw Skills registry, ensure you have Python 3 installed. You can manually fetch the current status by running the following command:
python3 skills/table-mountain-status/scripts/fetch_status.py --output data/table-mountain/$(date +%F_%H%M).txt
For structured data processing, use the JSON format flag:
python3 skills/table-mountain-status/scripts/fetch_status.py --format json --output data/table-mountain/$(date +%F).json
To automate alerts, add a cron job to your system using the openclaw CLI to schedule regular polling intervals for your Openclaw Skills.
The skill organizes data through a structured set of fields within its API responses and local storage. Data is stored in the data/table-mountain/ directory.
| Field | Description |
|---|---|
statusType |
Current operational state (Open/Closed) |
temperature |
Local temperature at the Cableway |
wind |
Current wind conditions affecting operations |
waitingTimeBottom |
Estimated queue time at the lower station |
lastUpdated |
API timestamp normalized to UTC+2 |
All Openclaw Skills in this category follow a consistent directory structure for easy data retrieval and analysis.
Loading
A sophisticated multi-agent orchestration framework for Openclaw Skills that defines clear execution roles and isolation boundaries between specialized AI agents.

A specialized tool for rapidly configuring and validating multiple AI agents within Feishu via the OpenClaw framework.

A persistent knowledge substrate for Openclaw Skills that replaces flat-file memory with structured, confidence-scored beliefs and semantic search.

An automated assistant for managing and editing video storyboards and presentation plans on yboard.online.

Automatically fetch, archive, and notify top news headlines from tageblatt.de using a lightweight Python workflow.

Generate professional 5-day weather forecast graphics and text summaries for Tübingen.








































