# Send Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "grazy",
    "name": "Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/thomyg/grazy",
    "canonicalUrl": "https://clawhub.ai/thomyg/grazy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/grazy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=grazy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "grazy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T22:22:37.075Z",
      "expiresAt": "2026-05-15T22:22:37.075Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=grazy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=grazy",
        "contentDisposition": "attachment; filename=\"grazy-0.5.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "grazy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/grazy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/grazy",
    "downloadUrl": "https://openagent3.xyz/downloads/grazy",
    "agentUrl": "https://openagent3.xyz/skills/grazy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/grazy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/grazy/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: thomyg
- Version: 0.5.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T22:22:37.075Z
- Expires at: 2026-05-15T22:22:37.075Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/grazy)
- [Send to Agent page](https://openagent3.xyz/skills/grazy/agent)
- [JSON manifest](https://openagent3.xyz/skills/grazy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/grazy/agent.md)
- [Download page](https://openagent3.xyz/downloads/grazy)