vue-latest-changelog

v1.0.0

当用户要求查看和整理最新的Vue版本更新信息时,请遵循此规范获取相关内容。

0· 121·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aliangtech/vue-latest-changelog.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "vue-latest-changelog" (aliangtech/vue-latest-changelog) from ClawHub.
Skill page: https://clawhub.ai/aliangtech/vue-latest-changelog
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install vue-latest-changelog

ClawHub CLI

Package manager switcher

npx clawhub@latest install vue-latest-changelog
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (get latest Vue changelog) matches included script and SKILL.md: the script fetches the Vue CHANGELOG.md from GitHub and writes the first '##' section to assets/latest_changelog.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs only to run node scripts/changelog.js from the project root to produce assets/latest_changelog.md. The instructions do not ask for unrelated files, secrets, or broad system access. The script performs a network fetch and writes a file — both are expected for this purpose.
Install Mechanism
No install spec. The skill is instruction-only with one small Node script; there is no external download or package installation. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The script uses only standard Node modules (fs, path) and a network fetch to GitHub raw content, which is proportionate to fetching a changelog.
Persistence & Privilege
Skill is not always-on and does not modify other skills or system-wide settings. It writes a single file inside the project (assets/latest_changelog.md), which is normal for its stated purpose.
Assessment
This skill appears to do exactly what it says: it fetches the Vue CHANGELOG.md from GitHub and writes the first '##' section to assets/latest_changelog.md. Before running: (1) verify you have a Node version that provides global fetch (Node 18+ or add a fetch polyfill), (2) ensure the project has an assets/ directory (or create it) because writeFileSync will fail if the directory is missing, (3) inspect the script yourself (it's short and readable) and confirm the URL is the expected GitHub raw URL, and (4) run it in a development or container environment if you want to avoid writing to your main project tree. No credentials are requested and no other suspicious behavior was found.

Like a lobster shell, security has layers — review code before you run it.

latestvk979bw2awbqmwv62f6qxpff8m183wpp2
121downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

获取最新版本信息

本技能旨在帮助您便捷获取Vue最新版本的更新日志。具体操作步骤如下:

  1. 定位脚本文件:在项目的 scripts 目录中,存在一个名为 changelog.js 的文件。此脚本负责从Vue的GitHub仓库获取最新版本的更新信息。

  2. 执行脚本:打开命令行工具,导航至包含 scripts 目录的项目根路径。在命令行中输入 node scripts/changelog.js 并回车,即可执行该脚本。执行后,脚本会从Vue的GitHub仓库抓取最新版本的更新信息,并将其保存到 assets 目录下的 latest_changelog.md 文件中。

  3. 提取信息:更新信息保存完成后,您可在 assets/latest_changelog.md 文件中查看并提取最新版本的Vue更新信息。

参考示例

在命令行中输入 node scripts/changelog.js 并回车运行脚本。运行成功后,assets/latest_changelog.md 文件内将包含最新版本的Vue更新信息。例如,在常见的项目结构中,假设项目根目录为 my - vue - project,且已安装Node.js环境,在命令行进入该目录后执行上述命令,即可完成更新信息的获取与保存。

请注意,在执行脚本前,请确保已正确安装Node.js环境,并且项目结构未发生改变,以保证脚本能够顺利执行并获取到准确的更新信息。

Comments

Loading comments...