← 返回 Skills 市场
vue-latest-changelog
作者
ALiangTech
· GitHub ↗
· v1.0.0
· MIT-0
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vue-latest-changelog
功能描述
当用户要求查看和整理最新的Vue版本更新信息时,请遵循此规范获取相关内容。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vue-latest-changelog - 安装完成后,直接呼叫该 Skill 的名称或使用
/vue-latest-changelog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
vue-latest-changelog 是什么?
当用户要求查看和整理最新的Vue版本更新信息时,请遵循此规范获取相关内容。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 vue-latest-changelog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vue-latest-changelog」即可一键安装,无需额外配置。
vue-latest-changelog 是免费的吗?
是的,vue-latest-changelog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
vue-latest-changelog 支持哪些平台?
vue-latest-changelog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vue-latest-changelog?
由 ALiangTech(@aliangtech)开发并维护,当前版本 v1.0.0。
推荐 Skills