원클릭으로
weather
Query weather information for any location.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query weather information for any location.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Display interactive HTML content, visualizations, dashboards, or games on connected OpenClaw nodes (Mac, iOS, Android). Supports live reloading, remote navigation, JS execution, and canvas snapshots for development, testing, and presentation scenarios.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Execute shell commands and scripts on the user's local machine.
多模态 AI 图片理解工具。将图片发送给支持 vision 的 LLM 模型,获取图片的语义理解和详细描述。可分析截图、设计稿、图表、报错信息等。
Unified memory search and management system for retrieving, storing, and organizing information across daily logs, persistent memory, SOPs, and execution traces. Use this skill to recall past events, manage knowledge bases, update important notes, or filter historical data by tags and time ranges.
智能 OCR 文字提取工具。从图片中识别文字,支持中英文混排、图像预处理(灰度化+二值化提升识别率)、表格结构还原为 Markdown 格式。
| name | weather |
| description | Query weather information for any location. |
| version | 1.0.0 |
| author | DunCrew |
| executable | execute.py |
| runtime | python |
| dangerLevel | safe |
| inputs | {"location":{"type":"string","required":true,"description":"City name (e.g., Beijing, Tokyo, London)"}} |
| keywords | ["weather","temperature","forecast","rain","sunny","cloudy","天气","气温","预报","下雨","晴天","多云","温度"] |
| metadata | {"openclaw":{"emoji":"☁️","primaryEnv":"python"}} |
Query weather information for any location.
{"thought": "...", "tool": "weather", "args": {"location": "city name"}}
User: "惠州今天天气怎么样"
{"thought": "用户想知道惠州的天气,直接查询", "tool": "weather", "args": {"location": "惠州"}}
User: "对比一下北京和上海的天气" Step 1:
{"thought": "需要分别查询两个城市天气来对比,先查北京", "tool": "weather", "args": {"location": "北京"}}
Step 2:
{"thought": "北京天气已获取,现在查上海", "tool": "weather", "args": {"location": "上海"}}
Step 3: Compare and summarize both cities' weather.
User: "今天出门需要带伞吗?我在深圳"
{"thought": "用户想知道是否需要带伞,本质是查天气中的降雨信息。用户在深圳。", "tool": "weather", "args": {"location": "深圳"}}