grazy for Openclaw

A comprehensive command-line companion for real-time Graz city data, including public transport, weather, and events.

thomyg
v0.5.1
Feb 16, 2026
0
2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install grazy

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install grazy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is grazy?

grazy is a specialized command-line interface designed to provide instant access to essential information about the city of Graz, Austria. Built as a keyless utility, it integrates seamlessly into the Openclaw Skills ecosystem, allowing developers and AI agents to retrieve live data without the friction of API registrations. The tool acts as a unified gateway for Graz-specific information, ranging from transit schedules to environmental metrics.

Whether you are building automation for local services or simply need quick updates on the go, this skill synthesizes data from multiple official sources into a developer-friendly format. It is particularly optimized for AI agents, featuring a discovery-first architecture where the agent can query capabilities dynamically to ensure high accuracy in data retrieval within the Openclaw Skills framework.

grazy Use Cases

  • Checking real-time tram and bus departures at major hubs like Jakominiplatz or Hauptbahnhof.
  • Planning transit routes between specific Graz landmarks using live EFA data.
  • Monitoring air quality (AQI) and 7-day weather forecasts for local planning.
  • Aggregating local news from ORF and Kleine Zeitung directly in the terminal.
  • Discovering upcoming cultural events, concerts, and exhibitions filtered by date or category.
  • Locating nearby essential services like pharmacies, ATMs, and restaurants via OpenStreetMap data.

How grazy Works

  1. The user or AI agent invokes the CLI using the grazy command followed by a specific functional subcommand.
  2. The utility connects to various backend providers including EFA for public transport, Open-Meteo for environmental data, and OSM for spatial points of interest.
  3. For transit queries, the skill performs a fuzzy search for stop names and returns a real-time departure board with delay information.
  4. For events and news, it parses RSS feeds from official Graz cultural and news portals, applying user-defined filters for categories or timeframes.
  5. The output is formatted for high readability, using standardized indicators like +Xmin for delays and AQI levels for air quality.

grazy Setup

To get started with this skill in your environment, ensure you have Node.js installed and then install the package globally:

npm install -g @grazy/cli

You can verify the installation and explore available commands for Openclaw Skills by running:

grazy help

grazy Data Schema & Taxonomy

The grazy skill organizes city data into structured categories based on the underlying source. Below is the metadata taxonomy used:

Data Type Key Attributes Source Provider
Transit Departures, Routes, Stop Search EFA (Graz Mobil)
Weather Temperature, 7-day Forecast Open-Meteo
Air Quality AQI, PM2.5, PM10 Open-Meteo
News Source (ORF/Kleine), Headlines RSS Feeds
Events Category, Timeframe (Heute/Woche) kultur.graz.at
POI Type (Restaurant/Bank/Pharmacy) OpenStreetMap

grazy Advanced Features

  • Context-aware help system allows agents to dynamically explore POI types and event categories using --help flags on subcommands.
  • Real-time delay tracking indicated by +Xmin for all public transport departures.
  • Granular event filtering supporting combinations of categories (e.g., musik, theater) and time filters (e.g., wochenende).
  • Multi-source news aggregation allowing users to filter by specific publications or topics like sport.
  • Keyless operation ensures that Openclaw Skills can be deployed immediately without managing external API secrets.
  • Detailed air quality breakdown providing specific particulate matter concentrations for health-conscious planning.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*