← 返回
未分类 中文

Alpine Linux

alpine:interface-01 - Fetch Latest Releases; alpine:interface-02 - Aggregate Latest Version Archs
获取最新发布版本;聚合最新版本架构
lentiancn
未分类 clawhub v1.0.7 5 版本 99800 Key: 无需
★ 0
Stars
📥 499
下载
💾 0
安装
5
版本
#latest

概述

Important Principles ⭐

Modification Prohibited (Mandatory): Any files under skill-alpine. This skill is maintained via

openclaw skills update skill-alpine; any alterations will disrupt its normal operation.

alpine:interface-01 - Fetch 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"
  }
]

alpine:interface-02 - Aggregate Latest Version Archs

latest_version_archs_json=$(bash scripts/alpine_aggregate_latest_version_archs.sh)

Return value (latest_version_archs_json=stdout, example only)

[
  {
    "version": "3.23.4",
    "archs": [
      "aarch64",
      "armhf",
      "armv7",
      "loongarch64",
      "ppc64le",
      "riscv64",
      "s390x",
      "x86",
      "x86_64"
    ]
  }
]

More skills

https://github.com/lentiancn/skills

版本历史

共 5 个版本

  • v1.0.7 当前
    2026-06-01 21:00 安全 安全
  • v1.0.5
    2026-05-29 13:33
  • v1.0.4
    2026-05-26 23:32 安全 安全
  • v1.0.3
    2026-05-26 18:01
  • v1.0.2
    2026-05-23 16:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Docker

lentiancn
Docker接口01 - 清单检查;Docker接口02 - 构建初始化;Docker接口03 - 构建销毁;Docker接口04 - ...
★ 0 📥 623

抖音

lentiancn
抖音开放平台 API
★ 0 📥 478

Git

lentiancn
Git 接口-01:克隆或更新
★ 0 📥 560