rtk-ai/rtk

Openclaw missing extensions error

Open

#944 opened on Mar 31, 2026

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Rust (2,914 forks)batch import
area:configawaiting-informationenhancementgood first issueinvalidpriority:low

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

https://docs.openclaw.ai/help/troubleshooting#plugin-install-fails-with-missing-openclaw-extensions

you get this trying to install for openclaw

openclaw plugins install ./openclaw

🦞 OpenClaw 2026.3.28 (f9b1079) — I read logs so you can keep pretending you don't have to.

package.json missing openclaw.extensions; update the plugin package to include openclaw.extensions (for example ["./dist/index.js"]). See https://docs.openclaw.ai/help/troubleshooting#plugin-install-fails-with-missing-openclaw-extensions

Contributor guide