The plugin did install (it's in the plugin list with config entry set), but there's a packaging issue:
Copy
package install requires compiled runtime output for TypeScript entry ./index.ts
expected ./dist/index.js, ./dist/index.mjs, ./dist/index.cjs
This is a plugin packaging issue, not a local config problem
The @composio/openclaw-plugin v0.0.12 is TypeScript source only — it doesn't ship compiled JavaScript. This is a bug in the package itself. It needs the publisher to fix it.
The plugin did install (it's in the plugin list with config entry set), but there's a packaging issue:
Copy
package install requires compiled runtime output for TypeScript entry ./index.ts
expected ./dist/index.js, ./dist/index.mjs, ./dist/index.cjs
This is a plugin packaging issue, not a local config problem
The @composio/openclaw-plugin v0.0.12 is TypeScript source only — it doesn't ship compiled JavaScript. This is a bug in the package itself. It needs the publisher to fix it.