← Back to Skills Marketplace
aliangtech

vue-latest-changelog

by ALiangTech · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vue-latest-changelog
Description
当用户要求查看和整理最新的Vue版本更新信息时,请遵循此规范获取相关内容。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: vue-latest-changelog Version: 1.0.0 The skill bundle is designed to fetch the latest Vue.js changelog from the official GitHub repository and save it to a local file. The script `scripts/changelog.js` uses standard Node.js APIs to perform a GET request to a legitimate URL (raw.githubusercontent.com/vuejs/core) and write the output to `assets/latest_changelog.md`. There is no evidence of data exfiltration, malicious execution, or prompt injection in either the code or the `SKILL.md` instructions.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vue-latest-changelog
  3. After installation, invoke the skill by name or use /vue-latest-changelog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of vue-latest-changelog. - Provides instructions for retrieving and organizing the latest Vue version changelog. - Details usage of a dedicated script (changelog.js) to fetch and save update information from Vue's GitHub repository. - Outlines steps for running the script and accessing the resulting changelog file. - Includes example workflow and environment requirements.
Metadata
Slug vue-latest-changelog
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is vue-latest-changelog?

当用户要求查看和整理最新的Vue版本更新信息时,请遵循此规范获取相关内容。 It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install vue-latest-changelog?

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

Is vue-latest-changelog free?

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

Which platforms does vue-latest-changelog support?

vue-latest-changelog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created vue-latest-changelog?

It is built and maintained by ALiangTech (@aliangtech); the current version is v1.0.0.

💬 Comments