← 返回 Skills 市场
lentiancn

Alpine Linux

作者 Len · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ pending
32
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-alpine
功能描述
Get Alpine Linux latest releases including version, architectures and download URLs
使用说明 (SKILL.md)

alpine: interface 1 - Get alpine latest releases

latest_releases_json=$(bash scripts/alpine_fetch_latest_releases.sh)

Return value (latest_releases_json=stdout, example only)

[
  {
    "version": "3.23.4",
    "arch": "x86_64",
    "file_url": "https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/x86_64/alpine-minirootfs-3.23.4-x86_64.tar.gz"
  },
  {
    "version": "3.23.4",
    "arch": "aarch64",
    "file_url": "https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/aarch64/alpine-minirootfs-3.23.4-aarch64.tar.gz"
  }
]

More skills: https://github.com/lentiancn/skills

如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-alpine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-alpine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Script renamed from fetch_alpine_latest_releases.sh to alpine_fetch_latest_releases.sh - Documentation and usage instructions updated to reflect the new script name - Minor formatting and description improvements in SKILL.md
v1.0.0
Initial release of skill-alpine. - Provides latest Alpine Linux release details: version, supported architectures, and download URLs. - Outputs information in JSON format for use in automation or queries. - Triggered when checking Alpine version.
元数据
Slug skill-alpine
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Alpine Linux 是什么?

Get Alpine Linux latest releases including version, architectures and download URLs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Alpine Linux?

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

Alpine Linux 是免费的吗?

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

Alpine Linux 支持哪些平台?

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

谁开发了 Alpine Linux?

由 Len(@lentiancn)开发并维护,当前版本 v1.0.1。

💬 留言讨论