rtk-ai/rtk

feat: add rtk init -g --openclaw for automatic plugin installation

Open

#688 opened on Mar 18, 2026

View on GitHub
 (1 comment) (4 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clieffort-mediumenhancementgood first issuehelp wantedpriority:low

Repository metrics

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

Description

Summary

Add --openclaw flag to rtk init -g to automatically install the RTK plugin for OpenClaw, following the same pattern as --opencode.

Tasks

  • Add --openclaw flag to rtk init CLI args
  • Copy openclaw/index.ts + openclaw/openclaw.plugin.json to ~/.openclaw/extensions/rtk-rewrite/
  • Add OpenClaw check to rtk init --check diagnostics
  • Add uninstall support in rtk init --uninstall

Context

  • OpenCode equivalent: rtk init -g --opencode (already implemented)
  • OpenClaw plugin: PR #358
  • Plugin location: ~/.openclaw/extensions/rtk-rewrite/

Reference

Pattern to follow: run_opencode_only_mode() in src/init.rs

Contributor guide