rtk-ai/rtk

OpenClaw plugin not working with OpenClaw v2026.5.7

Open

#1.810 geöffnet am 9. Mai 2026

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Rust (2.914 Forks)batch import
area:apibughelp wantedplatform:macospriority:medium

Repository-Metriken

Stars
 (48.085 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)

Beschreibung

Issue

The OpenClaw plugin from openclaw/ directory does not intercept exec tool calls in OpenClaw v2026.5.7. The before_tool_call hook never fires.

Setup

  • RTK CLI v0.39.0 (brew install)
  • OpenClaw v2026.5.7 (macOS arm64)
  • Plugin installed manually (copied files to global node_modules)

What works

  • rtk git status manually: 687 chars vs 1540 chars (55% savings)
  • Plugin shows "enabled" in openclaw plugins list

What doesn't

  • before_tool_call hook never intercepts exec commands
  • openclaw plugins install ./openclaw fails: "package.json missing openclaw.extensions"

The plugin (PR #358, March 2026) uses api.on("before_tool_call", ...) but current OpenClaw appears to have changed its plugin/hook API. Would appreciate guidance on correct API for v2026.5.7.

Contributor Guide