hermes-agent/skills
teknium1 c6b75baad0 feat: find-nearby skill and Telegram location support
Adds a 'find-nearby' skill for discovering nearby places using
OpenStreetMap (Overpass + Nominatim). No API keys needed. Works with:
- Coordinates (from Telegram location pins)
- Addresses, cities, zip codes, landmarks (auto-geocoded)
- Multiple place types (restaurant, cafe, bar, pharmacy, etc.)

Returns names, distances, cuisine, hours, addresses, and Google Maps
links (pin + directions). 184-line stdlib-only script.

Also adds Telegram location message handling:
- New MessageType.LOCATION in gateway base
- Telegram adapter handles LOCATION and VENUE messages
- Injects lat/lon coordinates into conversation context
- Prompts agent to ask what the user wants nearby

Inspired by PR #422 (reimplemented with simpler script and broader
skill scope — addresses/cities/zips, not just Telegram coordinates).
2026-03-09 05:31:10 -07:00
..
apple Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
autonomous-ai-agents Enhance CLI documentation and functionality for session resumption 2026-02-25 23:04:08 -08:00
creative refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
diagramming refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
dogfood feat: browser console/errors tool, annotated screenshots, auto-recording, and dogfood QA skill 2026-03-08 21:28:12 -07:00
domain refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
email chore: move agentmail skill to optional-skills, add API key docs 2026-03-08 23:33:05 -07:00
feeds refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
gaming Release set of skills 2026-02-25 05:21:17 -08:00
gifs refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
github Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
index-cache Release set of skills 2026-02-25 05:21:17 -08:00
leisure/find-nearby feat: find-nearby skill and Telegram location support 2026-03-09 05:31:10 -07:00
mcp feat(mcp): add sampling support — server-initiated LLM requests (#753) 2026-03-09 03:37:38 -07:00
media refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
mlops refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
music-creation refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
note-taking refactor: update Obsidian vault path handling 2026-02-25 20:24:51 -08:00
productivity refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
research refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
smart-home Revert "feat: skill prerequisites — hide skills with unmet runtime dependencies" 2026-03-08 03:58:13 -07:00
software-development refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00