원클릭으로
weather
查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.
Convert Markdown to PDF with guaranteed Chinese character support (no乱码). Uses local Chinese font file, works in Docker containers, no system font dependency.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Route every user request by evaluating installed skills to detect capability gaps. Consult as the FIRST step for ANY user request to determine whether existing skills suffice, need updating, or a new skill must be created via skill-creator and validated by skill-evaluator. Triggers on all user requests for capability routing, skill gap detection, and self-evolution decisions.
| name | weather |
| description | 查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。 |
| argument-hint | [城市名] |
| allowed-tools | Bash |
查询指定城市的当前天气信息,包括温度、天气状况、风速、风向等。
执行天气查询:
printf '%s\n' "$ARGUMENTS" | python "scripts/weather.py"
参数处理:
输出解析:脚本返回格式化的天气信息,提取核心数据呈现给用户。
查询北京天气 → 自动触发,查询北京/weather 上海 → 查询上海天气纽约温度多少 → 查询纽约天气London weather → 查询伦敦天气脚本自动处理城市名匹配和地理编码,优先匹配知名城市。