Install
openclaw skills install climateClimate - command-line tool for everyday use Use when you need climate.
openclaw skills install climateClimate data toolkit — temperature trends, carbon tracking, weather patterns, and reports.
| Command | Description |
|---|---|
climate help | Show usage info |
climate run | Run main task |
climate status | Check state |
climate list | List items |
climate add <item> | Add item |
climate export <fmt> | Export data |
climate help
climate run
climate status
climate help
climate run
climate export json
Results go to stdout. Save with climate run > output.txt.
Set CLIMATE_DIR to change data directory. Default: ~/.local/share/climate/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
# Check status
climate status
# View help and available commands
climate help
# View statistics
climate stats
# Export your data
climate export json
Climate stores all data locally in ~/.local/share/climate/. Each command logs activity with timestamps for full traceability. Use stats to see a summary, or export to back up your data in JSON, CSV, or plain text format.
Powered by BytesAgain | bytesagain.com