Install
openclaw skills install openclaw-evermemory-installerUse this skill when installing, upgrading, verifying, or publishing the EverMemory OpenClaw plugin and its companion skill, including local path install, npm...
openclaw skills install openclaw-evermemory-installerThis skill standardizes the end-to-end operator workflow for EverMemory:
openclaw plugins install)plugins.slots.memory=evermemory)clawhub publish/install)npm publish)Use this skill whenever the user asks to:
openclaw plugins install <npm-spec>npm run teams:dev
npm run teams:release
bash scripts/install_plugin.sh --source local --link --bind-slot --restart-gateway
bash scripts/verify_install.sh
bash scripts/publish_skill.sh --version 0.1.0 --changelog "Initial public release"
bash scripts/publish_plugin.sh --dry-run
# remove --dry-run when ready and logged in
Use one of these plugin install paths:
bash scripts/install_plugin.sh --source local --link
.tgz/.zip):bash scripts/install_plugin.sh --source archive --value /tmp/evermemory-release/evermemory-0.0.1.tgz
bash scripts/install_plugin.sh --source spec --value your-scope/evermemory@0.0.1
Before publishing skill or plugin:
clawhub whoami must succeednpm whoami must succeednpm run teams:release must pass>=0.90 (target >=0.95)If clawhub whoami fails, run:
clawhub login
If npm whoami fails, run:
npm login
scripts/install_plugin.sh
scripts/verify_install.sh
scripts/publish_skill.sh
scripts/publish_plugin.sh
--dry-run)teams:release fails.openclaw gateway status.--dry-run first for npm publish.For detailed command matrix and failure handling, read:
references/publish-and-install-playbook.md