Weather
Get current weather conditions and forecast for any city or location. Use when the user asks about weather, temperature, rain, forecast, or conditions in a place — e.g. "What's the weather in Tokyo?".From its SKILL.md
npx -y skills add leiw5173/AgentOctopus --skill weatherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- fetches URLsInstructs the agent to fetch 1 URL, including wttr.in.
SKILL.md
0.5 KB, 40 tokens by cl100k_base, as published. Nobody here has run it
Instructions
Parse the location from the user's query and call wttr.in to get the current weather report. Return a concise plain-text summary including temperature, conditions, humidity, and wind.
What ships with it: 1 file
1.7 KB alongside SKILL.md, 1 of them executable
scripts/
- invoke.jsruns1.7 KB