ワンクリックで
get-weather
获取指定城市的实时天气信息
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
获取指定城市的实时天气信息
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use when user requests to generate a long document with specific topic and format. This skill provides a structured workflow for creating well-organized, multi-section documents with consistent formatting.
Use when user requests to convert PDF files to Markdown format. Triggers include: any mention of "PDF to markdown", "convert pdf", "extract text from pdf", "pdf conversion", or requests to transform PDF documents into structured markdown with preserved formatting. Also use when processing PDF reports, articles, or documents for markdown-based workflows.
Use when user requests to generate a complete storyboard for a film or video project. This skill provides a structured workflow for creating detailed shot-by-shot storyboards including visual descriptions, camera angles, movements, dialogue, and timing. Trigger keywords: "电影分镜", "分镜脚本", "storyboard", "shot list", "镜头脚本", "视频分镜", "拍摄脚本", "visual storyboard", "电影镜头规划".
| name | get_weather |
| description | 获取指定城市的实时天气信息 |
当用户询问某个城市的天气情况时使用此技能。
fetch_url 工具访问 wttr.in 天气服务:
fetch_url("https://wttr.in/{城市名}?format=j1&lang=zh")
用户:「查询北京的天气」
执行流程:
fetch_url("https://wttr.in/Beijing?format=j1&lang=zh")python_repl 调用备用 API