S2 Atmos Perception

Other

S2-SP-OS Atmos Radar. Real-time meteorological and space weather (NOAA) perception organ for AI Agents.

Install

openclaw skills install s2-atmos-perception

S2-Atmos-Perception: The Atmospheric Radar

Welcome to the S2 Atmos Perception. This is the specialized atmospheric and meteorological sensory organ of the S2-SP-OS.

Features

  • ATMOS Tensor: Real-time outdoor temperature, humidity, wind, and AQI (via official Open-Meteo Air Quality API).
  • AURA Tensor: NOAA Space Weather data for geomagnetic storms.
  • Environmental Insights: Intelligent reasoning based on real weather data.

Instructions for AI Agents (CRITICAL)

Privacy Rule: You MUST explicitly ask the user for their location if it's not in the context.

Execution (Agent Mode): bash python3 atmos.py --location "<City_Name>" --mode agent

Handling Environmental Insights: If the returned JSON contains environmental_insights:

Share the insight with the user.

Propose the recommended_action to the user as friendly advice.

Do NOT attempt to execute physical device commands automatically from this tool.

Instructions for Human Admins Bash

python3 atmos.py --location "San Francisco" --mode human