com um clique
weather
查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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 → 查询伦敦天气脚本自动处理城市名匹配和地理编码,优先匹配知名城市。