一键导入
weather
Get the current weather or a short forecast for a place. Use when the user asks about weather, temperature, or whether to bring an umbrella.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get the current weather or a short forecast for a place. Use when the user asks about weather, temperature, or whether to bring an umbrella.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn a workflow the user teaches into a reusable skill, or improve/review one that already exists. Use when the user teaches a repeatable multi-step procedure, asks to learn or save "how to do X", corrects the same workflow a second time, or asks you to create, improve, or review a skill.
Read, summarize or answer questions about a PDF file (e.g. a document saved to inbox/ from the chat). Use whenever the user sends a PDF or asks about one.
Google Workspace from the terminal — Gmail (search, read, summarize, draft, send) and Google Sheets (read, write, update, append), plus Calendar/Drive/Docs. Use this whenever the task involves the user's Google account.
Look something up on the web and read a page. Use when you need current information, a fact you're unsure of, or the contents of a specific URL.
| name | weather |
| description | Get the current weather or a short forecast for a place. Use when the user asks about weather, temperature, or whether to bring an umbrella. |
| metadata | {"crablite":{"requires":{"bins":["curl"]}}} |
Fetch a quick weather report from wttr.in using the exec tool. No API key needed.
curl -s 'wttr.in/<place>?format=3'curl -s 'wttr.in/Barcelona?format=%l:+%c+%t+(feels+%f),+wind+%w'curl -s 'wttr.in/Barcelona?0nqT'Replace <place> with a city, airport code, or ~Landmark. URL-encode spaces as + or %20.
Summarize the result in one or two friendly sentences; don't paste the raw ASCII art.