en un clic
weather
Get the current weather in a given location.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Get the current weather in a given location.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Manage user schedules (add, update, delete, search).
Manage personal finances (income, expense, analytics).
Manage user notes (create, read, update, delete, search).
Convert values between various units (excluding currency).
Scrape data from a specified URL using the scraping tool.
Performs a search or extracts content using the Tavily API.
| name | Weather |
| description | Get the current weather in a given location. |
Get the current weather in a given location.
The skill is executed via a Python script: ~/.myaaw/skills/weather/scripts/weather.py.
It accepts a JSON string as the first argument calling the tool.
The input JSON should contain the following fields:
| Field | Type | Description | Required |
|---|---|---|---|
location | string | The city and state, e.g. San Francisco, CA. | Yes |
unit | string | celsius or fahrenheit. | No |
.venv/bin/python ~/.myaaw/skills/weather/scripts/weather.py '{"location": "London", "unit": "celsius"}'