New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@volcengine/apmplus-openclaw-plugin-onboard-cli

Package Overview
Dependencies
Maintainers
27
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volcengine/apmplus-openclaw-plugin-onboard-cli

One-click installer for apmplus-openclaw-plugin

latest
npmnpm
Version
1.0.4
Version published
Maintainers
27
Created
Source

APMPlus OpenClaw Plugin 一键安装 CLI

用于快速安装和配置 apmplus-openclaw-plugin 插件的命令行工具。

前置条件

  • 已安装 OpenClaw
  • 已在 APMPlus 平台 接入中心获取 APP Key 和 Region

安装

无需单独安装,使用 npx 直接运行即可。

命令

install(默认)

一键安装插件并配置。若检测到插件已安装,则仅执行更新,不重复收集配置。

npx @volcengine/apmplus-openclaw-plugin-onboard-cli
# 或
npx @volcengine/apmplus-openclaw-plugin-onboard-cli install

首次安装流程:收集配置(Region、APP Key、ServiceName)→ 安装插件 → 写入配置 → 重启网关

更新流程:直接执行 openclaw plugins update → 重启网关

config

仅收集配置并更新,不安装或更新插件。适用于已安装插件但需要修改配置的场景。

npx @volcengine/apmplus-openclaw-plugin-onboard-cli config

流程:收集配置 → 写入 openclaw.json → 重启网关

配置项说明

配置项说明
Region数据上报区域,如 cn-beijing、cn-shanghai 等,可在 APMPlus 接入中心查看
APP Key应用唯一标识,在 APMPlus 接入中心获取
ServiceName服务名称,用于在 APMPlus 中标识数据来源,默认 openclaw

License

Apache-2.0,详见 LICENCE

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts