← 返回 Skills 市场
ashirbadgudu

NPkill

作者 AshirbadGudu · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
2134
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install npkill
功能描述
Clean up node_modules and .next folders to free up disk space using npkill. Specifically designed to help JavaScript and Next.js developers remove accumulated build artifacts that consume significant storage. Provides both interactive and automated cleanup options with safety checks to protect important system directories.
安全使用建议
This skill appears coherent and does what it says — it is a wrapper documenting use of the npkill CLI. Before installing or running anything: 1) verify the npm package (npkill) publisher and version on the npm registry to ensure you get the official tool; 2) run `npkill --dry-run` and use interactive mode before any automated deletion; 3) be careful with `--directory` and `--delete-all --yes` since they can delete large sets of folders; 4) installing global npm packages requires elevated permissions on some systems — consider using a constrained environment if you are unsure about the package source.
功能分析
Type: OpenClaw Skill Name: npkill Version: 1.0.1 The skill is classified as suspicious due to two main risky capabilities, despite its stated benign purpose. Firstly, it instructs the agent to install a global npm package (`npm install -g npkill`), which grants broad system permissions and introduces a supply chain risk if the package itself were compromised. Secondly, it provides commands for automated deletion of files (`npkill --delete-all --yes`), a powerful and potentially destructive capability that, even with warnings in SKILL.md, could lead to unintended data loss if the agent misinterprets instructions or operates without sufficient oversight.
能力评估
Purpose & Capability
The name/description (cleaning node_modules and .next) matches the instructions (run npkill, options for target, dry-run, directory, exclusion). Requiring the npkill CLI (via npm) is appropriate for this purpose. The SKILL.md does not ask for unrelated credentials or system services.
Instruction Scope
Instructions are narrowly scoped to searching for and deleting build artifact folders and include safety recommendations (dry-run, interactive, exclusions, warnings). The only risk in the instructions is the documented automated delete option (--delete-all --yes), which is destructive by design; the skill advises using dry-run and interactive modes first.
Install Mechanism
This is an instruction-only skill with no install spec, so it does not itself write code to disk. It instructs users to run `npm install -g npkill` to obtain the CLI. Installing a global npm package is a standard approach but does pull code from the npm registry — verify the package name, publisher, and version before installing (source/homepage in the skill metadata is unknown).
Credentials
No environment variables, credentials, or config paths are requested in the skill or SKILL.md, which is proportional for a local filesystem cleanup tool.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or cross-skill configuration. It does not ask to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install npkill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /npkill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release: JavaScript/Next.js build artifact cleanup tool. Safely removes node_modules and .next folders using npkill with interactive selection, safety warnings, and dry-run functionality.
v1.0.0
Initial release: JavaScript/Next.js build artifact cleanup tool. Safely removes node_modules and .next folders using npkill with interactive selection, safety warnings, and dry-run functionality.
元数据
Slug npkill
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

NPkill 是什么?

Clean up node_modules and .next folders to free up disk space using npkill. Specifically designed to help JavaScript and Next.js developers remove accumulated build artifacts that consume significant storage. Provides both interactive and automated cleanup options with safety checks to protect important system directories. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2134 次。

如何安装 NPkill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install npkill」即可一键安装,无需额外配置。

NPkill 是免费的吗?

是的,NPkill 完全免费(开源免费),可自由下载、安装和使用。

NPkill 支持哪些平台?

NPkill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NPkill?

由 AshirbadGudu(@ashirbadgudu)开发并维护,当前版本 v1.0.1。

💬 留言讨论