Drop-in Replacement for Built-in Weather Skill (Open-Meteo + Auto IP Geolocation) 🌤️ #1750
SJK-py
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone!
I wanted to share a custom skill I just dropped: nanobot-weather.
It’s designed to be a direct, upgraded substitute for Nanobot's built-in weather tool. Because of how Nanobot elegantly handles skill loading—prioritizing user-added skills over built-in ones with the same name—you can install this, and the bot will automatically start using it without configuration changes.
✨ Key Features
--locationparameter, the skill automatically pings IPify/IP-API to geolocate the host machine's IP. You can just say "What's the weather like right now?" and it figures it out.weather_codeintegers into human-readable strings (e.g., converting61to"Rain: Slight intensity") so the bot doesn't have to guess what the numbers mean.🚀 30-Second Installation
You can drop this right into your workspace using the automated install script:
That’s it! The next time you ask for the weather, Nanobot will automatically detect and route the query through the new local script.
You can check out the full source code and documentation on the repository here: [SJK-py/nanobot-weather]
SeanXNG Search Skill Updated
I've just dropped the revised searxng-search skill for Nanobot also. Check it out here: [SJK-py/nanobot-searxng-search]
All reactions