Skip to content

Networkscrew/openclaw-helpertool

Repository files navigation

openclaw-helper

OpenClaw 常用命令快捷工具 - 让你的开发效率起飞 🚀

为什么需要这个?

OpenClaw 很强大,但常用命令太长太复杂。这个工具让你用简短的别名快速完成常见操作。

特性

  • 🎯 简化常用命令
  • 📊 快速查看状态
  • 🔧 智能补全和提示
  • ⚡ 超快响应
  • 🎨 美化输出

安装

npm install -g openclaw-helper

使用

# 快速查看状态
ocl status

# Gateway 管理
ocl start    # 启动 Gateway
ocl stop     # 停止 Gateway
ocl restart  # 重启 Gateway

# 配置管理
ocl config list     # 列出配置
ocl config get web  # 获取特定配置

# 会话管理
ocl sessions        # 查看所有会话
ocl agents          # 查看可用 agents

# 工具
ocl update          # 更新 OpenClaw
ocl doctor          # 诊断问题

对比

操作 原命令 使用 ocl
查看状态 openclaw status ocl status
启动 Gateway openclaw gateway start ocl start
查看会话 openclaw sessions list ocl sessions

谁在使用?

  • OpenClaw 日常用户
  • 需要频繁管理 Gateway 的开发者
  • 想要提升 CLI 效率的人

贡献

欢迎 PR!

许可

MIT

作者

libo


让 OpenClaw 更好用,从 ocl 开始

About

openclaw-helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors