用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HKUDS/nanobot --skill weather命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | weather |
| description | Get current weather and forecasts (no API key required). |
| homepage | https://wttr.in/:help |
| metadata | {"nanobot":{"emoji":"🌤️","requires":{"bins":["curl"]}}} |
Two free services, no API keys needed.
Choose one request that matches the user's scope. Do not fetch current conditions separately when a today or forecast request already includes them.
Platform notes:
curl.exe; bare curl may resolve to
Invoke-WebRequest.curl.Current conditions only:
curl -s "https://wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
Custom current conditions format:
curl -s "https://wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h
Today's weather, including current conditions (use this single request for questions about today's weather):
curl -s "https://wttr.in/London?1&m"
Full forecast:
curl -s "https://wttr.in/London?T&m"
On Windows PowerShell, replace curl with curl.exe in the commands above.
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
Tips:
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1 · Current only: ?0curl -s "https://wttr.in/Berlin.png" -o weather.pngcurl.exe -s "https://wttr.in/Berlin.png" -o weather.pngFree, no key, good for programmatic use:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
Inspect and optionally adjust the agent's runtime state. Use to check the current model or preset, context window, iteration progress and limits, token usage, workspace and tool configuration, subagent status, and request routing metadata such as channel, chat ID, and sender ID; diagnose unavailable capabilities; change allowed runtime settings; or store temporary session scratchpad values.
Search conversation history and understand Dream-managed profile and memory files.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
基于 SOC 职业分类