← All skills
Tencent SkillHub · Developer Tools

Skill

grazy provides real-time Graz city info via CLI: public transport, weather, air quality, news, events, and POI search without API keys needed.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

grazy provides real-time Graz city info via CLI: public transport, weather, air quality, news, events, and POI search without API keys needed.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.5.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

grazy Skill

Dieser Skill ermöglicht den Zugriff auf die grazy CLI für Grazer Stadt-Informationen.

⚠️ WICHTIG FÜR AGENTS

Der Agent soll bei Unsicherheit IMMER zuerst grazy help aufrufen um alle Möglichkeiten zu sehen! # IMMER zuerst help aufrufen wenn du unsicher bist! grazy help # Oder für spezifische Commands: grazy events --category help grazy events --when help grazy poi help

Installation

Die CLI ist bereits global installiert: npm install -g @grazy/cli Oder alternativ mit npx (sandbox): npx @grazy/cli events

Source & Verification

NPM Package: https://www.npmjs.com/package/@grazy/cli GitHub Repo: https://github.com/thomyg/grazy Autor: Thomas Gölles (@thomyg)

🚇 Öffentlicher Verkehr

grazy departures <stop> # Echtzeit-Abfahrten grazy search <name> # Haltestelle suchen grazy route <von> <nach> # Route planen

🌤️ Wetter & Luftqualität

grazy weather # Aktuelles Wetter grazy weather --days 7 # 7-Tage Forecast grazy air # Luftqualität (AQI, PM2.5, PM10)

📰 News

grazy news # Alle News (ORF + Kleine Zeitung) grazy news --source orf # Nur ORF grazy news --source kleine # Nur Kleine Zeitung grazy news --source sport # Nur Sport

📅 Events

grazy events # Alle Events (kultur.graz.at) grazy events --category musik # Nur Musik grazy events --category theater # Theater & Tanz grazy events --category ausstellungen # Ausstellungen grazy events --category kabarett # Kabarett grazy events --category kinder # Kinder & Jugend grazy events --category lesungen # Lesungen & Vorträge grazy events --category fuehrungen # Führungen grazy events --category film # Film & Neue Medien grazy events --when heute # Heute grazy events --when morgen # Morgen grazy events --when woche # Diese Woche grazy events --when wochenende # Wochenende (Sa/So) grazy events --when monat # Diesen Monat grazy events --category help # Alle Kategorien anzeigen grazy events --when help # Alle Zeitfilter anzeigen # Kombiniert: grazy events -c musik -w wochenende grazy events -c theater -w woche

🔍 POI-Suche

grazy poi <type> # POI-Typ suchen grazy poi help # Alle verfügbaren Typen anzeigen Verfügbare POI-Typen: restaurant, cafe, bar, fast_food, pub, cinema, theatre, museum, library, pharmacy, hospital, doctors, parking, fuel, atm, bank, playground

📋 Sonstiges

grazy status # API-Status prüfen grazy help # Hilfe anzeigen

Bekannte Haltestellen (für Öffi)

Jakomini → Jakominiplatz FH Joanneum / FH → FH Joanneum Hauptbahnhof / Bahnhof → Graz Hauptbahnhof Stadion → Merkur Arena LKH / Med Uni → LKH Med Uni

⚡ Erster Schritt: IMMER help aufrufen!

# Bei ANY Unsicherheit - zuerst help! grazy help # Für Events: grazy events --category help grazy events --when help # Für POI: grazy poi help

Dann Commands nutzen

# Events grazy events --limit 10 grazy events --category musik grazy events --when wochenende grazy events -c theater -w wochenende # Wetter grazy weather # Öffi grazy departures "Jakomini" grazy departures "FH Joanneum" # News grazy news --limit 5 # Luft grazy air # POI grazy poi restaurant --limit 10 grazy poi cafe --limit 5 grazy poi pharmacy

Output-Format

● = Echtzeit-Daten verfügbar +Xmin = Verspätung AQI: 0-50 Gut, 51-100 Moderat, >100 Ungesund

Wichtig

Immer English Commands verwenden (departures, weather, news, poi, events, etc.) BEI UNSICHERHEIT: grazy help aufrufen! grazy ist keyless (keine API-Keys nötig) Daten kommen von: EFA, Open-Meteo, ORF RSS, OpenStreetMap, kultur.graz.at RSS

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc