← Back to Skills Marketplace
lentiancn

Alpine Linux

by Len · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ pending
32
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-alpine
Description
Get Alpine Linux latest releases including version, architectures and download URLs
README (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

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-alpine
  3. After installation, invoke the skill by name or use /skill-alpine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-alpine
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Alpine Linux?

Get Alpine Linux latest releases including version, architectures and download URLs. It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.

How do I install Alpine Linux?

Run "/install skill-alpine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alpine Linux free?

Yes, Alpine Linux is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Alpine Linux support?

Alpine Linux is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alpine Linux?

It is built and maintained by Len (@lentiancn); the current version is v1.0.1.

💬 Comments