The plugin installs successfully and then fails at runtime.
Environment
• OpenClaw version: 2026.3.24
• Deployment: Docker
• OS: Ubuntu (VPS)
• Node runtime: (inside container, default OpenClaw image)
The plugin fails to load with:
apify failed to load from /home/node/.openclaw/extensions/apify/src/index.ts:
TypeError: (0 , _pluginSdk.stringEnum) is not a function
Also warning:
[OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED] openclaw/plugin-sdk/compat is deprecated
Suspected cause
The plugin appears to use:
openclaw/plugin-sdk/compat
and calls stringEnum, which seems unavailable or removed in the current runtime.
Possible fix (hypothesis)
Plugin may need to migrate to:
openclaw/plugin-sdk/
instead of using the deprecated compat layer.
The plugin installs successfully and then fails at runtime.
Environment
• OpenClaw version: 2026.3.24
• Deployment: Docker
• OS: Ubuntu (VPS)
• Node runtime: (inside container, default OpenClaw image)
The plugin fails to load with:
apify failed to load from /home/node/.openclaw/extensions/apify/src/index.ts:
TypeError: (0 , _pluginSdk.stringEnum) is not a function
Also warning:
[OPENCLAW_PLUGIN_SDK_COMPAT_DEPRECATED] openclaw/plugin-sdk/compat is deprecated
Suspected cause
The plugin appears to use:
openclaw/plugin-sdk/compat
and calls stringEnum, which seems unavailable or removed in the current runtime.
Possible fix (hypothesis)
Plugin may need to migrate to:
openclaw/plugin-sdk/
instead of using the deprecated compat layer.