← 返回 Skills 市场
Weather Data API
作者
letorresmeza
· GitHub ↗
· v1.0.0
655
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-data
功能描述
Provides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data.
安全使用建议
Do not provide any secret tokens, private keys, or payment headers to this skill right now. The SKILL.md expects a local service at localhost:5000 but offers no instructions to install or run that service, and the premium 'X-Payment' header is unexplained. Before installing or using: (1) ask the publisher for the service implementation and how the payment header is obtained/validated; (2) verify the source or homepage and prefer skills that call NOAA's public APIs directly; (3) test calls to localhost in a safe sandbox — if curl to localhost:5000 fails, the skill is unusable as provided; (4) never paste secret tokens into a skill prompt unless you trust the maintainer and understand where the token goes.
功能分析
Type: OpenClaw Skill
Name: weather-data
Version: 1.0.0
The skill bundle defines a 'weather-data' service that provides forecast information via a local HTTP endpoint (localhost:5000). The `SKILL.md` file describes the service, its endpoints, and usage examples using `curl` to interact with the local service. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. All content aligns with the stated purpose of providing weather data.
能力评估
Purpose & Capability
The description says it provides NOAA data, but the SKILL.md instructs callers to curl http://localhost:5000 endpoints. There is no install or code to start such a service, no mention of calling NOAA APIs, and no homepage/source to verify. This mismatch means the skill cannot deliver the advertised capability as-is or relies on an out-of-band local service not described.
Instruction Scope
Runtime instructions only show curl commands against localhost and require an 'X-Payment' header for premium access (0.05 USDC) without specifying how to obtain or validate that header. The skill does not declare any environment variables or steps to run a local server, so the instructions are incomplete and could prompt users to supply sensitive payment tokens or credentials out-of-band.
Install Mechanism
There is no install spec and no code files (instruction-only), which is low-risk from an installation perspective. However, relying on a pre-existing local service is unusual and underdocumented.
Credentials
The skill declares no required environment variables or credentials, yet its premium flow expects an X-Payment header (effectively a secret/token) not declared anywhere. This gap can lead to ad-hoc requests for sensitive payment headers or tokens without a clear, justified mechanism.
Persistence & Privilege
The skill does not request always:true or any elevated persistence. It is user-invocable and does not claim any system-wide modifications.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weather-data skill.
- Provides 3-day weather forecasts from NOAA for free.
- Premium tier adds a 7-day forecast with hourly data for a small fee (0.05 USDC).
- Includes endpoints for forecast, premium forecast, and service health check.
- Supports user-invocable requests with customizable latitude and longitude parameters.
元数据
常见问题
Weather Data API 是什么?
Provides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 655 次。
如何安装 Weather Data API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-data」即可一键安装,无需额外配置。
Weather Data API 是免费的吗?
是的,Weather Data API 完全免费(开源免费),可自由下载、安装和使用。
Weather Data API 支持哪些平台?
Weather Data API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Data API?
由 letorresmeza(@letorresmeza)开发并维护,当前版本 v1.0.0。
推荐 Skills