https://github.com/mlang/llm-sky
LLM plugin to retrieve METAR weather reports
https://github.com/mlang/llm-sky
Last synced: 9 months ago
JSON representation
LLM plugin to retrieve METAR weather reports
- Host: GitHub
- URL: https://github.com/mlang/llm-sky
- Owner: mlang
- License: apache-2.0
- Created: 2025-06-28T13:03:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-21T20:11:42.000Z (11 months ago)
- Last Synced: 2025-07-21T21:38:55.090Z (11 months ago)
- Language: Python
- Size: 159 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# llm-sky
LLM tools for fetching environmental information.
## Installation
```bash
llm install git+https://github.com/mlang/llm-sky
```
## Usage
```bash
llm -f metar:LOWG 'How is the weather?'
llm -T 'Local("Graz")' 'Report local conditions?'
llm -T 'Local(latitude=47, longitude=15.5)' 'Report local conditions?'
llm -T geocode -T weather 'How is the weather in Quito, Ecuador?'
llm -T geocode -T sun 'When does the sun rise in Oslo?'
```