Skip to content

fix(openclaw): add installer metadata for rtk plugin package#1455

Open
lumishoang wants to merge 1 commit intortk-ai:developfrom
lumishoang:fix/openclaw-plugin-installer-metadata
Open

fix(openclaw): add installer metadata for rtk plugin package#1455
lumishoang wants to merge 1 commit intortk-ai:developfrom
lumishoang:fix/openclaw-plugin-installer-metadata

Conversation

@lumishoang
Copy link
Copy Markdown

Summary

  • add OpenClaw installer metadata to openclaw/package.json via openclaw.extensions
  • set runtime entry to ./dist/index.js and export it
  • include dist in published files
  • add openclaw/dist/index.js runtime JS entry for installer-based loading

Why

openclaw plugins install ./openclaw currently fails with:

  • missing openclaw.extensions
  • fallback hook-pack validation also fails

This patch makes installer-based plugin installation work as documented.

Validation

  • local install succeeds with:
    openclaw plugins install --dangerously-force-unsafe-install /tmp/rtk-openclaw-plugin/openclaw
  • plugin is discoverable and has install provenance in openclaw plugins inspect rtk-rewrite

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 22, 2026

CLA assistant check
All committers have signed the CLA.

@lumishoang lumishoang changed the base branch from master to develop April 22, 2026 16:36
@lumishoang lumishoang force-pushed the fix/openclaw-plugin-installer-metadata branch from e90f7dc to 46e1469 Compare April 22, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants