← 返回 Skills 市场
gooduone

Test Skill

作者 gooduone · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install gooduone-test-skill
功能描述
Get current weather and forecasts (no API key required).
使用说明 (SKILL.md)

Weather

Two free services, no API keys needed.

wttr.in (primary)

Quick one-liner:

curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C

Compact format:

curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h

Full forecast:

curl -s "wttr.in/London?T"

Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon

Tips:

  • URL-encode spaces: wttr.in/New+York
  • Airport codes: wttr.in/JFK
  • Units: ?m (metric) ?u (USCS)
  • Today only: ?1 · Current only: ?0
  • PNG: curl -s "wttr.in/Berlin.png" -o /tmp/weather.png

Open-Meteo (fallback, JSON)

Free, no key, good for programmatic use:

curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true"

Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.

Docs: https://open-meteo.com/en/docs

安全使用建议
This skill appears to do exactly what it says: issue curl requests to wttr.in and Open-Meteo and optionally save a PNG to /tmp. Before installing: ensure you are comfortable with an agent making outbound HTTP requests (these services will see the queried location and your agent's IP); confirm curl is available in your environment; and note minor metadata mismatches (the provided _meta.json has a different ownerId/slug/version than the registry metadata) — this is likely benign (packaging/versioning), but if provenance matters to you, verify the publisher/source before using the skill in automated scenarios.
功能分析
Type: OpenClaw Skill Name: gooduone-test-skill Version: 1.1.0 The skill provides legitimate instructions for retrieving weather data using curl from well-known public services (wttr.in and open-meteo.com). No suspicious commands, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (weather, no API key) match the instructions, which only use curl to query wttr.in and Open-Meteo. Required binary is only curl, which is appropriate. No credentials or config paths are requested.
Instruction Scope
Runtime instructions only run curl against wttr.in and api.open-meteo.com and optionally write a PNG to /tmp; that stays within the declared purpose. Note: queries will send the requested location (and the agent's network-level metadata such as IP) to those third-party services, so this exposes location/usage data to external servers.
Install Mechanism
No install spec (instruction-only), so nothing is downloaded or written to disk by an installer. This is the lowest-risk install posture.
Credentials
The skill declares no environment variables or credentials and the instructions do not reference any. No secrets are requested or required.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with any broad access here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gooduone-test-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gooduone-test-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.1.0 - No changes detected in this release. - All features and usage remain the same.
v1.0.0
- Initial release of the weather skill. - Provides current weather and forecasts using wttr.in (primary) and Open-Meteo (fallback). - No API key required; uses curl to fetch data. - Supports quick one-liners, detailed formats, and both text and image outputs. - Fallback to Open-Meteo for structured JSON responses.
元数据
Slug gooduone-test-skill
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Test Skill 是什么?

Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 Test Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gooduone-test-skill」即可一键安装,无需额外配置。

Test Skill 是免费的吗?

是的,Test Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Test Skill 支持哪些平台?

Test Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Test Skill?

由 gooduone(@gooduone)开发并维护,当前版本 v1.1.0。

💬 留言讨论