@lyjclaw/leliao
v0.1.2
Published
OpenClaw NetEase Yunxin IM channel plugin
Readme
@lyjclaw/leliao
NetEase Yunxin IM (NIM) plugin for OpenClaw.
Build
npm install
npm run buildPublish
# dry run
npm run publish:dry
# latest
npm run publish:latest
# beta
npm run publish:betaVerify
npm view @lyjclaw/leliao versionInstall In OpenClaw
openclaw plugins install @lyjclaw/leliaoThen run:
openclaw plugins listOne-Page Install Manual
- Install/upgrade OpenClaw first.
- Install plugin from npm:
openclaw plugins install @lyjclaw/leliao. - Configure channel account fields (
appKey,accountId,token). - Restart gateway or run onboarding again.
Troubleshooting
unsafe plugin manifest path: do not useUse local plugin pathpointing to pnpm global store directories.- network timeout: check access to npm registry and GitHub codeload endpoints.
node-nim load failed: Cannot find module '../build/Release/node-nim.node': OpenClaw installs plugin dependencies with scripts disabled, sonode-nimnative binaries may be missing on first install. Run:
cd ~/.openclaw/extensions/netease-yunxin
npm rebuild node-nimOn Windows PowerShell:
cd $env:USERPROFILE\.openclaw\extensions\netease-yunxin
npm rebuild node-nim