nacos-download-page

Update Nacos download pages from a GitHub release URL.

115|205|Updated Jul 20, 2018
One-click install
npx skills add https://github.com/nacos-group/nacos-group.github.io --skill nacos-download-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nacos-download-page
Source: https://github.com/nacos-group/nacos-group.github.io/tree/main/.agents/skills/nacos-download-page
Command: npx skills add https://github.com/nacos-group/nacos-group.github.io --skill nacos-download-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates updating the Nacos download page content from a GitHub release URL, extracting the version, release date, MD5 from assets, and release notes, and applying changes to nacos-server.mdx and release-history.mdx across locales.

Core Features & Use Cases

  • Update nacos-server.mdx and release-history.mdx from a GitHub release URL.
  • Sync data across locales (e.g. zh-cn and en) and migrate old stable rows to history when applicable.
  • Parse version, release date, MD5, and release notes from assets and the release tag.

Quick Start

Provide a GitHub release URL and let this tool parse the version, date, MD5, and notes to update nacos-server.mdx and release-history.mdx across locales.

Frequently Asked Questions about nacos-download-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate updating Nacos download pages from a GitHub release?

Automate Nacos download page updates by providing a GitHub release URL to parse version, release date, MD5, and release notes. The tool then applies these changes to nacos-server.mdx and release-history.mdx files across zh-cn and en locales.

How does parsing MD5 checksums from GitHub release assets work for Nacos documentation?

Parsing MD5 checksums from GitHub release assets extracts the hash directly from the release files. This checksum is then populated into the Nacos download tables within nacos-server.mdx to verify asset integrity across locales.

Can I sync Nacos release notes across zh-cn and en locales automatically?

Yes, Nacos release notes are synced automatically across zh-cn and en locales. The tool propagates parsed release notes and version metadata to both locale directories, maintaining a consistent structure for nacos-server.mdx and release-history.mdx.

Does the Nacos download page updater support both stable 2.x and 3.x releases?

Yes, the Nacos download page updater supports stable 2.x and 3.x releases as well as snapshot versions. It parses the version from the release tag and updates the corresponding tables and top tips for each release type.

What is the best way to migrate old stable release rows to history in nacos-server.mdx?

Migrating old stable release rows to history is handled automatically when updating from a new GitHub release. The tool moves outdated stable rows from nacos-server.mdx into release-history.mdx, keeping the current download table clean.

Why are my Nacos download pages not updating correctly after a new GitHub release?

Nacos download pages may fail to update if the GitHub release URL lacks expected assets for MD5 parsing or if the release tag format is unrecognized. Ensure the release tag follows standard versioning and includes the necessary binary assets.