skills/qweather/SKILL.md
天气查询 — 实时天气、天气预报、生活指数、城市搜索。数据源为和风天气 (QWeather)。 触发词: 天气, 气温, 下雨, 预报, weather, forecast, 穿什么, 洗车, 紫外线, UV, 空气, 今天天气, 明天天气, 北京天气, 或任何 "[城市] 天气" 格式的输入。
npx skillsauth add deusyu/rainman-skills qweatherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.
QWEATHER_API_KEY and QWEATHER_API_HOST are set (get both at https://console.qweather.com).bun scripts/weather.ts --help in this skill directory.references/command-map.md.lookup to get the LocationID.now, forecast, or indices.When the user provides a city name, use the lookup command to resolve it to a LocationID. Common examples:
Always use lookup for unfamiliar city names to get the correct LocationID.
QWEATHER_API_KEY and QWEATHER_API_HOST environment variables.tools
Natural language bookkeeping — parse Chinese/English expense descriptions and append to QianJi CSV. Trigger phrases: 记账, 记一笔, add expense, spent, 花了, 买了, lunch, dinner, 打车, 咖啡, or any input that looks like "[item] [amount]" or "[amount] [item]".
tools
汇率换算 — 查询实时汇率、历史汇率、汇率趋势。数据源为欧洲央行 (ECB)。 触发词: 汇率, 换算, exchange rate, convert currency, 多少钱, 美元, 欧元, 日元, 英镑, USD, EUR, JPY, GBP, 或任何 "[金额] [货币A] 转/换/to [货币B]" 格式的输入。
testing
Analyze facial/body photos to detect signs of cosmetic surgery or aesthetic procedures. Use when the user uploads a photo and asks to identify cosmetic work, detect plastic surgery, assess facial naturalness, check if someone has had work done, analyze before/after photos, or evaluate aesthetic procedure signs. Also trigger when users ask about specific procedures visible in photos (fillers, Botox, rhinoplasty, jaw contouring, etc.), compare photos for surgical changes, or want a "naturalness score" for a face. Works with single images, multiple comparison images, and video screenshots. 触发词:整容检测、看看有没有整、自然度评分、鉴定一下、有没有动过。
tools
中国节假日/调休查询 — 查某天是工作日还是休息日、是否调休补班、全年假期安排。 触发词: 节假日, 调休, 补班, 放假, 上班, holiday, workday, 今天上班吗, 明天放假吗, 春节放几天, 国庆放假, 下个工作日, 或任何 "[日期] 是否放假/上班" 格式的输入。