Claude Skill

byJoey/openclawctl

openclawctl is a Shell-based command-line tool for managing OpenClaw, a classic claw machine emulator. It simplifies ROM handling, settings control, and emulator launch.

Overview

Stars394
Forks181
LanguageShell
Last pushed2026-03-22
Last synced2026-06-24
View on GitHub

Repository

OwnerbyJoey
Repositoryopenclawctl
Full namebyJoey/openclawctl
Repo ID1,177,615,748

Install this Skill

git clone https://github.com/byJoey/openclawctl.git

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-12
Platforms
ClaudeOpenClaw
Capabilities
browserterminal
Detected files
README.md
Config keys
URL

Summary

openclawctl is a Shell-based tool for managing OpenClaw, a classic claw machine emulator. It provides a command-line interface to control game settings, ROMs, and emulator behavior, simplifying the setup and operation of OpenClaw on various systems.

Key features

  • Command-line control for OpenClaw emulator settings
  • ROM management and loading support
  • Lightweight Shell-based implementation
  • Simplifies emulator configuration and launch

Use cases

  • Setting up OpenClaw on Linux systems
  • Automating claw machine emulator launches
  • Managing multiple ROMs for OpenClaw
  • Integrating OpenClaw into retro gaming setups

README excerpt

# OpenClaw CTL OpenClaw CTL / MoltBot 的管理脚本,把常用操作都包进了一个交互式菜单里,省得每次手打命令。 支持 macOS(Intel / Apple Silicon)、主流 Linux 发行版和 Windows 11。 作者:Joey YouTube:[@joeyblog](https://youtube.com/@joeyblog) Telegram 交流群:https://t.me/+ft-zI76oovgwNmRh 基于:[kejilion](https://github.com/kejilion) 的原始脚本 + [cliproxyapi-installer](https://github.com/brokechubb/cliproxyapi-installer) --- ## 能做什么 - 一键安装全套(OpenClaw + CLIProxyAPI + OAuth + 自动配置) - OpenClaw 的启动、停止、更新、卸载 - API 提供商管理,模型同步,延迟检测,模型切换 - CLIProxyAPI 的完整管理(服务控制、账号登录、Key 管理、日志查看) - 对接机器人(Telegram、飞书、WhatsApp、Discord、Slack) - 插件和技能安装 - 备份与还原(记忆 / 项目) - 健康检测与修复 - WebUI 访问与设备配对 - 开机自启动管理 --- ## 系统要求 | 系统 | 支持情况 | |------|---------| | Windows 11 | 完整支持,PowerShell 5.1+,依赖通过 winget 自动安装 | | macOS Apple Silicon | 完整支持,依赖通过 Homebrew 自动安装 | | macOS Intel | 完整支持,依赖通过 Homebrew 自动安装 | | Ubuntu / Debian | 完整支持 | | CentOS / Rocky / RHEL | 完整支持 | | Alpine | 支持 | | Arch Linux | 支持 | --- ## 依赖 所有依赖在首次运行时自动安装,无需手动操作: - Windows:通过 winget 自动安装 Node.js 和 Git - macOS:脚本会自动安装 Homebrew(如未安装),然后通过 brew 装其余依赖 - Linux:通过系统包管理器(apt / dnf / yum / apk / pacman)自动安装 - 依赖包括:Node.js、curl、git、nano、jq、python3、gum、fzf --- ## 用法 ### macOS / Linux ```bash bash <(curl -fsSL https://raw.githubusercontent.com/byJoey/openclawctl/main/openclaw.sh) ``` 运行一次后,输入 `oc` 即可快速启动(脚本自动创建快捷方式)。 或者下载到本地再运行: ```bash curl -fsSL https://raw.githubusercontent.com/byJoey/openclawctl/main/openclaw.sh -o openclaw.sh chmod +x openclaw.sh ./openclaw.sh ``` ### Windows 在 PowerShell 中运行: ```powershell powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/byJoey/openclawctl/main/openclaw.ps1 | iex" ``` 运行一次后,新开 PowerShell 窗口输入 `oc` 即可快速启动。 或者下载到本地再运行: ```powershell Invoke-WebRequest -Uri https://raw.githubusercontent.com/byJoey/openclawctl/main/

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-06-24