gobot-tools 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,6 +60,19 @@ Connect your bot to a WeatherFlow Tempest personal weather station. Get live con
60
60
  - **Setup time:** ~5 minutes
61
61
  - **Requires:** `TEMPEST_TOKEN`, `TEMPEST_STATION_ID`
62
62
 
63
+ ### [Travel Weather Alerts](packages/travel-weather) — `gobot-tools install travel-weather`
64
+
65
+ Automatic weather and traffic alerts for out-of-town calendar events. When your calendar has an event with a location outside your home area, the bot checks weather along the driving route — outbound and return — and includes warnings in the morning briefing. Severe weather triggers a standalone Telegram alert.
66
+
67
+ - Route weather: samples conditions every ~30 miles along the driving route
68
+ - Both legs: outbound (depart 1 hour before event) and return (depart when event ends)
69
+ - Traffic estimates from Google Directions — shows delay if >5 min over normal
70
+ - Hazard detection: rain, storms, snow, ice, fog, or ≥40% precipitation
71
+ - Standalone Telegram alert before briefing for severe conditions
72
+ - Works with any calendar source: Outlook, Google, Apple, or ICS feeds
73
+ - **Setup time:** ~5 minutes
74
+ - **Requires:** `GOOGLE_MAPS_API_KEY`, `OPENWEATHERMAP_API_KEY`
75
+
63
76
  ### [Apple Notes (Local macOS)](packages/apple-notes) — `gobot-tools install apple-notes`
64
77
 
65
78
  Connect your bot to Apple Notes.app using local macOS Automation (JXA). Read/search/create/append notes directly on your Mac with no API keys, OAuth flow, or cloud API setup.
package/dist/index.js CHANGED
@@ -77,4 +77,4 @@ Expecting one of '${z.join("', '")}'`);let R=`${$}Help`;return this.on(R,(J)=>{l
77
77
  `);return}if(z.length===0){console.log(`
78
78
  No tools installed yet. Run "gobot-tools install <tool>" first.
79
79
  `);return}let R=0,J=0;for(let Q of z){let Z=L$(Q.name);if(Z===Q.version){console.log(` ${Q.displayName}: already up to date (${Q.version})`),J++;continue}let X=Z??"unknown";console.log(`
80
- Updating ${Q.displayName}: ${X} → ${Q.version}...`);try{await f(Q),console.log(" Updated."),R++}catch(Y){console.log(` Update failed: ${Y.message}`)}}if(console.log(),R>0)console.log(` ${R} tool(s) updated.`);if(J>0&&R===0)console.log(" All tools are up to date.");console.log()}var H=new Q$;H.name("gobot-tools").description("CLI marketplace for Autonomee community bot tools").version("1.3.4");H.command("init").description("Set up gobot-tools for your project").action(Y$);H.command("list").description("Browse all available tools").action(I$);H.command("search <query>").description("Search tools by name, category, or keyword").action(K$);H.command("info <tool>").description("Show details about a specific tool").action(P$);H.command("install <tool>").description("Install a tool into your project").action(W$);H.command("uninstall <tool>").description("Remove an installed tool").action(S$);H.command("update [tool]").description("Update an installed tool, or all installed tools if no name given").action(y$);H.parse();
80
+ Updating ${Q.displayName}: ${X} → ${Q.version}...`);try{await f(Q),console.log(" Updated."),R++}catch(Y){console.log(` Update failed: ${Y.message}`)}}if(console.log(),R>0)console.log(` ${R} tool(s) updated.`);if(J>0&&R===0)console.log(" All tools are up to date.");console.log()}var H=new Q$;H.name("gobot-tools").description("CLI marketplace for Autonomee community bot tools").version("1.3.5");H.command("init").description("Set up gobot-tools for your project").action(Y$);H.command("list").description("Browse all available tools").action(I$);H.command("search <query>").description("Search tools by name, category, or keyword").action(K$);H.command("info <tool>").description("Show details about a specific tool").action(P$);H.command("install <tool>").description("Install a tool into your project").action(W$);H.command("uninstall <tool>").description("Remove an installed tool").action(S$);H.command("update [tool]").description("Update an installed tool, or all installed tools if no name given").action(y$);H.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gobot-tools",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "CLI marketplace for Autonomee community bot tools — browse, install, and configure integrations for your AI Telegram bot",
5
5
  "type": "module",
6
6
  "bin": {