adachsoft/npm-tool
Composer 安装命令:
composer require adachsoft/npm-tool
包简介
AI npm tool for executing npm commands via adachsoft/ai-tool-call SPI.
README 文档
README
AI-friendly npm tool for executing npm commands via the adachsoft/ai-tool-call SPI.
This library exposes a single SPI tool named npm_tool that allows an AI agent to run safe npm commands
inside a sandboxed project directory, using adachsoft/command-executor-lib and adachsoft/normalized-safe-path
under the hood.
Installation
composer require adachsoft/npm-tool
Requirements
- PHP >= 8.2
adachsoft/ai-tool-call>= 2.0.1adachsoft/command-executor-lib>= 2.0adachsoft/normalized-safe-path>= 0.1.0
Quick start
Register the NpmToolFactory in your AI tool-call configuration and provide a ConfigMap
for the npm_tool with keys:
base_path(string, required): absolute path to the project root (sandbox root),npm_path(string, optional): path to the npm binary (default:npm),safe_mode(bool, optional): whether to restrict commands to a safe allow-list (default: true),default_timeout(int|null, optional): default timeout in seconds (default: 300; null disables the timeout),max_output_length(int, optional): maximum length of stdout/stderr,sanitize_base_path(bool, optional): whether to sanitize absolute base_path from output.
The AI agent only sees the logical project workspace; base_path is an internal configuration detail
used to enforce filesystem sandboxing.
More detailed usage examples are available in:
.docs/NPM_TOOL_USAGE_EXAMPLES.md
Tool behavior
- Tool name:
npm_tool. - Parameters:
command(string, required): npm command to execute (withoutnpmprefix), e.g.install,run build,--version.cwd(string, optional): working directory inside the project (relative path, cannot escape the project). Timeout is fully controlled by configuration via thedefault_timeoutkey in theConfigMap; the tool does not accept any per-call timeout parameter.
- Output fields:
success(bool),stdout(string),stderr(string),exitCode(int),command(string, full command executed),workingDirectory(string, effective working directory).
Safe mode ensures that only a predefined allow-list of npm subcommands can be executed
(e.g. install, update, audit, outdated, list, run, test, build, --version, etc.).
Error handling
- If the underlying npm command finishes with a non-zero exit code but starts successfully, the tool returns
a structured result with
success = false, a non-zeroexitCode, and capturedstdout/stderr(after optional sanitization and truncation). ToolExecutionExceptionis reserved for configuration or runtime-level issues (invalid configuration, sandbox/working directory problems, executor-level failures, timeouts, or unexpected internal errors).
Versioning
This project follows semantic versioning as closely as possible.
See CHANGELOG.md for a list of notable changes per release.
adachsoft/npm-tool 适用场景与选型建议
adachsoft/npm-tool 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「sandbox」 「tool」 「node」 「npm」 「ai」 「package-manager」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 adachsoft/npm-tool 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 adachsoft/npm-tool 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 adachsoft/npm-tool 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Backend Google Sign On for Magento 2
An app setting manager tool for laravel nova
Package
Php Sandbox in a child process which should make it possible to run user supplied code safely
A Laravel package that intercepts outgoing emails and stores them locally for viewing via an in-app web interface.
The Message Submission Agent Diagnostics tool (msadiag) facilitates testing the compatibility of third party message submission agents.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 42
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-03