openclaw plugins

Gateway plugin/extension을 관리합니다 (인프로세스로 로드됨).

관련 문서:

명령

openclaw plugins list
openclaw plugins info <id>
openclaw plugins enable <id>
openclaw plugins disable <id>
openclaw plugins doctor
openclaw plugins update <id>
openclaw plugins update --all

번들된 plugin은 OpenClaw와 함께 제공되지만 비활성화된 상태로 시작됩니다. 활성화하려면 plugins enable을 사용하세요.

모든 plugin은 인라인 JSON Schema가 포함된 openclaw.plugin.json 파일을 제공해야 합니다 (비어 있더라도 configSchema). manifest 또는 schema가 누락/유효하지 않으면 plugin 로드가 방지되고 config 검증이 실패합니다.

Install

openclaw plugins install <path-or-spec>

보안 참고: plugin 설치는 코드 실행과 같이 취급하세요. 고정된 버전을 선호하세요.

지원되는 아카이브: .zip, .tgz, .tar.gz, .tar.

로컬 디렉토리를 복사하지 않으려면 --link를 사용하세요 (plugins.load.paths에 추가):

openclaw plugins install -l ./my-plugin

Update

openclaw plugins update <id>
openclaw plugins update --all
openclaw plugins update <id> --dry-run

업데이트는 npm에서 설치된 plugin에만 적용됩니다 (plugins.installs에서 추적됨).