← Back to Skills Marketplace
phucanh08

Weather Api 1

by phucanh08 · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1118
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install weather-api-1
Description
Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work.
Usage Guidance
This skill is internally consistent for fetching and assessing weather for construction. Before installing, note: (1) it makes outbound HTTP requests to a public weather API (Open‑Meteo) and will transmit location coordinates — if location privacy is a concern, avoid sharing precise coordinates; (2) the provided Python code depends on packages (requests, pandas) that the runtime must have available; (3) there is a small metadata/version mismatch in the included _meta.json; and (4) as with any skill that calls external services, verify you trust the source and your runtime's network policies. If you need offline operation or stricter privacy, request a variant that runs against an internal weather service or that documents data retention/usage.
Capability Analysis
Type: OpenClaw Skill Name: weather-api-1 Version: 1.0.1 The skill bundle is benign. The Python code in SKILL.md uses the `requests` library to fetch weather data from the legitimate `api.open-meteo.com` endpoint, which aligns with its stated purpose of providing weather information for construction scheduling. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The code only interacts with the specified public API and processes the returned data.
Capability Assessment
Purpose & Capability
Name/description (construction weather, historical/forecast/risk assessment) align with the provided Python client code that calls a public weather API (Open-Meteo) and contains construction-specific risk thresholds. There are no unrelated environment variables, binaries, or config paths requested. Minor note: _meta.json version (1.0.0) differs from registry version (1.0.1) — likely a packaging metadata mismatch but not a security red flag.
Instruction Scope
SKILL.md contains a complete Python implementation that only performs HTTP calls to a public weather API, parses responses, and computes risk assessments. The instructions/code do not direct reading of arbitrary host files, other credentials, or unrelated system state. It will send location coordinates in API requests (expected for weather lookups) — users should be aware that location data is transmitted to the weather API.
Install Mechanism
This is an instruction-only skill with no install spec and no code files executed by an installer. That lowers the installation risk. The code depends on Python packages (requests, pandas) which are not declared as required binaries — the agent/runtime must already provide them; this is an operational consideration but not an incoherence.
Credentials
No environment variables, credentials, or config paths are requested. The skill sensibly does not ask for unrelated secrets. It does perform network calls to a public API (Open-Meteo) which requires no API key in this implementation.
Persistence & Privilege
Skill does not request persistent presence (always: false) and does not attempt to modify other skills or system-wide settings. Model invocation is enabled (default), which is normal for user-invocable skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-api-1
  3. After installation, invoke the skill by name or use /weather-api-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Internal metadata updated in _meta.json. - No user-facing or functional changes.
v1.0.0
Initial release of Weather API for Construction: - Fetches historical and forecast weather data using Open-Meteo API. - Provides structured weather conditions including temperature, humidity, wind speed, and precipitation. - Assesses workability and risk levels for common construction activities based on weather thresholds. - Offers recommendations and a summary of affected activities through risk assessment. - Supports data conversion to pandas DataFrame for easy analysis.
Metadata
Slug weather-api-1
Version 1.0.1
License
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Weather Api 1?

Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work. It is an AI Agent Skill for Claude Code / OpenClaw, with 1118 downloads so far.

How do I install Weather Api 1?

Run "/install weather-api-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Api 1 free?

Yes, Weather Api 1 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weather Api 1 support?

Weather Api 1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Api 1?

It is built and maintained by phucanh08 (@phucanh08); the current version is v1.0.1.

💬 Comments