-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate to OpenClaw npm plugin framework #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Migrate this project to use the OpenClaw native plugin framework for distribution and installation.
Background
OpenClaw has a built-in plugin management system:
openclaw plugins install <npm-package-or-path>
openclaw plugins update
openclaw plugins listInstead of custom installer scripts, we should publish as npm packages that users can install via openclaw plugins install.
Tasks
- Structure project as proper OpenClaw plugin(s)
- Create
openclaw.plugin.jsonmanifest - Set up npm package configuration (
package.jsonwith proper metadata) - Publish to npm under
@nova-openclaw/scope - Update README with
openclaw plugins installinstructions - Test installation via
openclaw plugins install
Benefits
- Native OpenClaw integration
- Automatic updates via
openclaw plugins update - Consistent installation experience across all nova- projects
- No custom installer maintenance
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request