تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:١١٢
forks:١٥١
updated:١٣ مارس ٢٠٢٦ في ١٦:١٤
مستكشف الملفات
SKILL.md
| name | Weather Forecast |
| description | Get current weather and forecast for any location worldwide |
| version | 1.0.0 |
| category | weather |
| parameters | [{"name":"location","type":"string","required":true,"description":"City name (e.g., 'Paris', 'New York') or coordinates"},{"name":"days","type":"integer","required":false,"default":3,"description":"Number of forecast days (1-7)"}] |
This skill provides comprehensive weather information for any location worldwide.
The skill accepts a location (city name or coordinates) and optionally the number of forecast days.
result = weather_forecast(location="Paris", days=3)
Returns a formatted string with: