← 返回 Skills 市场
wuliao8

卫星云图

作者 wuliao8 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuntu
功能描述
获取并返回最新的实时卫星云图。当用户提到"云图"、"卫星云图"、"实时云图"、"天气图"等关键词时触发。 此技能会自动下载最新云图,并发给用户。
安全使用建议
This skill appears to do exactly what it says: download a FY4B satellite image, OCR the timestamp, compress and cache the image, and print the local path for the agent to send. Before installing, consider: (1) you will need to install system packages (Tesseract) and Python libs—follow trusted package sources for those; (2) the Windows instructions suggest downloading a Tesseract language file from GitHub raw—verify the URL before downloading; (3) the script writes images to ~/.openclaw/satellite_cache and will make them available to the agent (the agent may upload them when it uses the <qqmedia> tag); (4) if you prefer tighter control, run the script manually in a sandbox to verify behavior first. Overall the skill is coherent and there are no obvious signs of malicious behavior.
功能分析
Type: OpenClaw Skill Name: yuntu Version: 1.0.0 The skill is designed to fetch and display real-time satellite cloud maps from the National Satellite Meteorological Center (nsmc.org.cn). The code in get_satellite.py performs legitimate image downloading, OCR processing to extract timestamps, and local file management within a dedicated cache directory (~/.openclaw/satellite_cache), with no evidence of data exfiltration, unauthorized execution, or malicious intent.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md. The script downloads a single published FY4B image, runs OCR to extract the timestamp, compresses and caches the image, and prints the local path for the agent to include in a reply. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs installing tesseract and Python libs and running the provided script; the script's behavior (download, OCR, compress, save path) matches those instructions. The instructions do not ask the agent to read unrelated files or exfiltrate other data. The agent is expected to embed the local image path (via <qqmedia>)—this is consistent with the skill's goal.
Install Mechanism
There is no built-in install spec; the README-style SKILL.md suggests installing OS packages and pip dependencies (requests, pillow, pytesseract). These are common and proportionate. The only external file download referenced is an optional Tesseract chi_sim traineddata from GitHub raw, which is an expected source for language data but should be verified by the user.
Credentials
The skill requires no environment variables, credentials, or config paths. It only performs network access to a single public image URL and writes cached JPG files under the user's home (~/.openclaw/satellite_cache), which is proportionate to functionality.
Persistence & Privilege
The skill does not request always: true or other elevated persistence. It writes its own cache files under ~/.openclaw and does not modify other skill or system configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuntu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuntu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
yuntu - 卫星云图下载:支持关键词“云图”“卫星云图”“实时云图”等自动触发。 - 自动下载并发送风云4B最新卫星云图。 - 回复内容包含格式化拍摄时间和云图图片。 - 大小限制,不能上传打包好的二进制文件,安装OCR库容易出错,拍摄时间错误没办法
元数据
Slug yuntu
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

卫星云图 是什么?

获取并返回最新的实时卫星云图。当用户提到"云图"、"卫星云图"、"实时云图"、"天气图"等关键词时触发。 此技能会自动下载最新云图,并发给用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 卫星云图?

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

卫星云图 是免费的吗?

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

卫星云图 支持哪些平台?

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

谁开发了 卫星云图?

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

💬 留言讨论