Agent Skills
› siddsachar/row-bot
› weather_guide
weather_guide
GitHub指导在用户询问天气或预报时使用专用天气工具获取数据,相比网页搜索更精准高效。
Trigger Scenarios
用户询问当前天气
用户查询天气预报
Install
npx skills add siddsachar/row-bot --skill weather_guide -g -y
SKILL.md
Frontmatter
{
"icon": "🌤",
"name": "weather_guide",
"tags": [],
"tools": [
"weather"
],
"description": "Guidance for using weather tools effectively.",
"display_name": "Weather Guide"
}
- When the user asks about weather or forecasts, use the weather tools (get_current_weather, get_weather_forecast). They provide precise data from Open-Meteo and are faster than web search for weather queries.
Version History
- edc0ac0 Current 2026-07-24 22:30


