← Back to Skills Marketplace
S2 Atmos Perception
by
MilesXiang
· GitHub ↗
· v1.0.9
· MIT-0
164
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install s2-atmos-perception
Description
S2-SP-OS Atmos Radar. Real-time meteorological and space weather (NOAA) perception organ for AI Agents.
Usage Guidance
This skill appears coherent and limited to fetching public weather/AQI and NOAA space‑weather data. Before installing, note that: (1) it will send any user-entered location string to third‑party APIs (Open‑Meteo and NOAA), so treat sensitive location data accordingly; (2) provenance is unknown (no homepage), so if you require strict supply-chain assurance run the script locally in an isolated environment or review the file yourself (atmos.py is included and small); and (3) network access is required and the tool will make outbound HTTPS requests — if that is undesirable, do not enable the skill. Otherwise the skill's permissions and behavior are proportionate to its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: s2-atmos-perception
Version: 1.0.9
The skill bundle is a legitimate meteorological and space weather data fetcher. The Python script (atmos.py) uses standard libraries to query public APIs from Open-Meteo and NOAA, and the instructions in SKILL.md include explicit safety constraints preventing the agent from automatically executing physical device commands.
Capability Assessment
Purpose & Capability
Name and description (real-time meteorology + NOAA space weather) align with the included Python script and SKILL.md. Required binary is only python3 and no credentials or config paths are requested — consistent with calling public weather/AQI and NOAA endpoints.
Instruction Scope
SKILL.md instructs the agent to request the user's location and to run the bundled script; the script sends the provided location string to public APIs (Open-Meteo geocoding, Open-Meteo weather/air-quality, and NOAA SWPC). This is expected for the stated purpose but does transmit the user-provided location to third-party services.
Install Mechanism
No install spec — instruction-only with a bundled Python file. No downloads from arbitrary URLs or archive extraction. Low installation risk.
Credentials
The skill requires no environment variables, credentials, or config paths. It only needs network access to public APIs, which is proportionate to fetching weather and space-weather data.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or elevated privileges. allowed-tools includes exec (to run python3), which is reasonable for running the included script.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s2-atmos-perception - After installation, invoke the skill by name or use
/s2-atmos-perception - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
s2-atmos-perception 1.0.9
- Replaced s2_sensor_array.py with atmos.py, streamlining codebase.
- SKILL.md revised: clarified privacy rule, simplified agent/admin instructions, and updated terminology (e.g., "environmental_insights" instead of "s2_actuation_suggestions").
- Updated tags and metadata; removed redundant privacy-focused language and unnecessary tags.
- Improved agent guidance: no automatic device actions, stronger user-consent requirements.
- General documentation and feature summary improvements.
v1.0.8
S2-Atmos-Perception 1.0.8
- Refined privacy policy: explicit city request required for all queries.
- Simplified user instructions for AI Agents and Human Admins.
- Command-line usage updated: now use atmos.py instead of s2-atmos-perception.py.
- Clarified execution flow for actuation suggestions and prohibited arbitrary script calls.
- Updated description and documentation for accuracy and conciseness.
v1.0.7
Minor updates and cleanup for clarity and consistency.
- Added "Space Weather" to tags for improved discoverability.
- Updated the metadata section: removed unused emoji for simplification.
- Standardized all script file names to use hyphens (e.g., s2-atmos-perception.py).
- Improved wording for instructions to be more concise and uniform.
- Reduced use of emojis and excess formatting for a cleaner document.
v1.0.6
- Major documentation overhaul with improved clarity and structure in SKILL.md.
- Files README.md, manifest.json, and requirements.txt removed.
- Enhanced description of privacy-first principles and agent instructions.
- Expanded details about input/output tensors and execution workflow.
- Clearer separation of instructions for AI agents and human admins.
v1.0.3
- No changes detected in this version.
- Skill remains unchanged; behavior and instructions are identical to the previous version.
v1.0.2
- Privacy-first update: Auto geolocation via IP is removed; now requires explicit user-supplied location.
- Improved instructions: You must ask the user for their city if unknown—no guessing or inferring from IP.
- Revised execution flow: Only run the radar after confirming the location from user input or conversation history.
- Minor clarifications to tensor interpretation and actuation steps for transparency and user consent.
v1.0.1
- Updated handling of S2 actuation suggestions to clarify execution: do not run arbitrary bash commands.
- Now requires extracting protocol, s2_element, device_id, and intent from the recommended_tensor object for actuation.
- Provided an explicit (step-by-step) procedure for proposing and executing physical world changes.
- Enhanced emphasis on accuracy and eliminating hallucinated commands when acting on suggestions.
v1.0.0
S2-Atmos-Perception 1.0.0
- Introduces S2 Atmos Radar for atmospheric, air quality, and space weather sensing.
- Provides command-line interface syntax for automatic or city-specific environmental perception.
- Details interpretation rules for weather, air quality (AQI), indoor CO₂ levels, and geomagnetic storms.
- Explains handling of S2 Actuation Suggestions, including how to communicate and execute recommended actions.
- Establishes structured responses based on JSON tensor outputs for improved feedback and action.
Metadata
Frequently Asked Questions
What is S2 Atmos Perception?
S2-SP-OS Atmos Radar. Real-time meteorological and space weather (NOAA) perception organ for AI Agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install S2 Atmos Perception?
Run "/install s2-atmos-perception" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is S2 Atmos Perception free?
Yes, S2 Atmos Perception is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does S2 Atmos Perception support?
S2 Atmos Perception is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created S2 Atmos Perception?
It is built and maintained by MilesXiang (@spacesq); the current version is v1.0.9.
More Skills