Skip to content

命令索引

这是查询型参考页,不是新手入门路径。
如果你只是第一次安装和启动,请先看 快速开始

核心运行

命令用途
nextclaw start后台启动服务和 UI
nextclaw restart重启服务
nextclaw stop停止服务
nextclaw serve前台运行,适合调试
nextclaw status查看运行状态
nextclaw doctor运行诊断
nextclaw update更新运行时
nextclaw usage查看使用快照

宿主托管

命令用途
nextclaw service install-systemd --user安装 Linux 用户级 systemd 服务
sudo nextclaw service install-systemd --system安装 Linux 系统级 systemd 服务
nextclaw service install-launch-agent安装 macOS LaunchAgent
nextclaw service install-task安装 Windows 计划任务
nextclaw service autostart status查看自启动状态
nextclaw service autostart doctor诊断自启动配置

远程访问

命令用途
nextclaw remote enable启用远程访问
nextclaw remote disable关闭远程访问
nextclaw remote status查看远程访问状态
nextclaw remote doctor诊断远程访问

配置

命令用途
nextclaw config get <path>读取配置
nextclaw config set <path> <value>写入配置
nextclaw config unset <path>删除配置

密钥

命令用途
nextclaw secrets audit审计密钥引用
nextclaw secrets configure配置密钥提供方式
nextclaw secrets reload重载密钥

渠道

命令用途
nextclaw channels status查看渠道状态
nextclaw channels login登录支持扫码的渠道
nextclaw channels add添加渠道配置

自动化

命令用途
nextclaw cron list列出任务
nextclaw cron add添加任务
nextclaw cron remove <jobId>删除任务
nextclaw cron enable <jobId>启用任务
nextclaw cron disable <jobId>禁用任务
nextclaw cron run <jobId>立即运行任务

扩展与 Skills

命令用途
nextclaw skills installed列出已安装 skill
nextclaw marketplace skills search搜索 marketplace skill
nextclaw marketplace skills install <slug>安装 marketplace skill

Agent

命令用途
nextclaw agent终端交互
nextclaw agent -m "message"发送一次性消息
nextclaw agents list列出 Agent
nextclaw agents runtimes列出 runtime

相关文档

基于 MIT License 发布。