vantuz 3.2.6 → 3.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1552 @@
1
+ complete -c openclaw -n "__fish_use_subcommand" -a "setup" -d 'Initialize ~/.openclaw/openclaw.json and the agent workspace'
2
+ complete -c openclaw -n "__fish_use_subcommand" -a "onboard" -d 'Interactive wizard to set up the gateway, workspace, and skills'
3
+ complete -c openclaw -n "__fish_use_subcommand" -a "configure" -d 'Interactive prompt to set up credentials, devices, and agent defaults'
4
+ complete -c openclaw -n "__fish_use_subcommand" -a "config" -d 'Config helpers (get/set/unset). Run without subcommand for the wizard.'
5
+ complete -c openclaw -n "__fish_use_subcommand" -a "doctor" -d 'Health checks + quick fixes for the gateway and channels'
6
+ complete -c openclaw -n "__fish_use_subcommand" -a "dashboard" -d 'Open the Control UI with your current token'
7
+ complete -c openclaw -n "__fish_use_subcommand" -a "reset" -d 'Reset local config/state (keeps the CLI installed)'
8
+ complete -c openclaw -n "__fish_use_subcommand" -a "uninstall" -d 'Uninstall the gateway service + local data (CLI remains)'
9
+ complete -c openclaw -n "__fish_use_subcommand" -a "message" -d 'Send messages and channel actions'
10
+ complete -c openclaw -n "__fish_use_subcommand" -a "memory" -d 'Memory search tools'
11
+ complete -c openclaw -n "__fish_use_subcommand" -a "agent" -d 'Run an agent turn via the Gateway (use --local for embedded)'
12
+ complete -c openclaw -n "__fish_use_subcommand" -a "agents" -d 'Manage isolated agents (workspaces + auth + routing)'
13
+ complete -c openclaw -n "__fish_use_subcommand" -a "status" -d 'Show channel health and recent session recipients'
14
+ complete -c openclaw -n "__fish_use_subcommand" -a "health" -d 'Fetch health from the running gateway'
15
+ complete -c openclaw -n "__fish_use_subcommand" -a "sessions" -d 'List stored conversation sessions'
16
+ complete -c openclaw -n "__fish_use_subcommand" -a "browser" -d 'Manage OpenClaw'\''s dedicated browser (Chrome/Chromium)'
17
+ complete -c openclaw -n "__fish_use_subcommand" -a "completion" -d 'Generate shell completion script'
18
+ complete -c openclaw -n "__fish_use_subcommand" -a "acp" -d 'Run an ACP bridge backed by the Gateway'
19
+ complete -c openclaw -n "__fish_use_subcommand" -a "gateway" -d 'Run the WebSocket Gateway'
20
+ complete -c openclaw -n "__fish_use_subcommand" -a "daemon" -d 'Manage the Gateway service (launchd/systemd/schtasks)'
21
+ complete -c openclaw -n "__fish_use_subcommand" -a "logs" -d 'Tail gateway file logs via RPC'
22
+ complete -c openclaw -n "__fish_use_subcommand" -a "system" -d 'System tools (events, heartbeat, presence)'
23
+ complete -c openclaw -n "__fish_use_subcommand" -a "models" -d 'Model discovery, scanning, and configuration'
24
+ complete -c openclaw -n "__fish_use_subcommand" -a "approvals" -d 'Manage exec approvals (gateway or node host)'
25
+ complete -c openclaw -n "__fish_use_subcommand" -a "nodes" -d 'Manage gateway-owned node pairing'
26
+ complete -c openclaw -n "__fish_use_subcommand" -a "devices" -d 'Device pairing and auth tokens'
27
+ complete -c openclaw -n "__fish_use_subcommand" -a "node" -d 'Run a headless node host (system.run/system.which)'
28
+ complete -c openclaw -n "__fish_use_subcommand" -a "sandbox" -d 'Manage sandbox containers (Docker-based agent isolation)'
29
+ complete -c openclaw -n "__fish_use_subcommand" -a "tui" -d 'Open a terminal UI connected to the Gateway'
30
+ complete -c openclaw -n "__fish_use_subcommand" -a "cron" -d 'Manage cron jobs (via Gateway)'
31
+ complete -c openclaw -n "__fish_use_subcommand" -a "dns" -d 'DNS helpers for wide-area discovery (Tailscale + CoreDNS)'
32
+ complete -c openclaw -n "__fish_use_subcommand" -a "docs" -d 'Search the live OpenClaw docs'
33
+ complete -c openclaw -n "__fish_use_subcommand" -a "hooks" -d 'Manage internal agent hooks'
34
+ complete -c openclaw -n "__fish_use_subcommand" -a "webhooks" -d 'Webhook helpers and integrations'
35
+ complete -c openclaw -n "__fish_use_subcommand" -a "pairing" -d 'Secure DM pairing (approve inbound requests)'
36
+ complete -c openclaw -n "__fish_use_subcommand" -a "plugins" -d 'Manage OpenClaw plugins/extensions'
37
+ complete -c openclaw -n "__fish_use_subcommand" -a "channels" -d 'Manage chat channel accounts'
38
+ complete -c openclaw -n "__fish_use_subcommand" -a "directory" -d 'Directory lookups (self, peers, groups) for channels that support it'
39
+ complete -c openclaw -n "__fish_use_subcommand" -a "security" -d 'Security tools (audit)'
40
+ complete -c openclaw -n "__fish_use_subcommand" -a "skills" -d 'List and inspect available skills'
41
+ complete -c openclaw -n "__fish_use_subcommand" -a "update" -d 'Update OpenClaw to the latest version'
42
+ complete -c openclaw -n "__fish_use_subcommand" -s V -l version -d 'output the version number'
43
+ complete -c openclaw -n "__fish_use_subcommand" -l dev -d 'Dev profile: isolate state under ~/.openclaw-dev, default gateway port 19001, and shift derived ports (browser/canvas)'
44
+ complete -c openclaw -n "__fish_use_subcommand" -l profile -d 'Use a named profile (isolates OPENCLAW_STATE_DIR/OPENCLAW_CONFIG_PATH under ~/.openclaw-<name>)'
45
+ complete -c openclaw -n "__fish_use_subcommand" -l no-color -d 'Disable ANSI colors'
46
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l workspace -d 'Agent workspace directory (default: ~/.openclaw/workspace; stored as agents.defaults.workspace)'
47
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l wizard -d 'Run the interactive onboarding wizard'
48
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l non-interactive -d 'Run the wizard without prompts'
49
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l mode -d 'Wizard mode: local|remote'
50
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l remote-url -d 'Remote Gateway WebSocket URL'
51
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l remote-token -d 'Remote Gateway token (optional)'
52
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l workspace -d 'Agent workspace directory (default: ~/.openclaw/workspace)'
53
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l reset -d 'Reset config + credentials + sessions + workspace before running wizard'
54
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l non-interactive -d 'Run without prompts'
55
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l accept-risk -d 'Acknowledge that agents are powerful and full system access is risky (required for --non-interactive)'
56
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l flow -d 'Wizard flow: quickstart|advanced|manual'
57
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l mode -d 'Wizard mode: local|remote'
58
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l auth-choice -d 'Auth: setup-token|token|chutes|openai-codex|openai-api-key|xai-api-key|qianfan-api-key|openrouter-api-key|ai-gateway-api-key|cloudflare-ai-gateway-api-key|moonshot-api-key|moonshot-api-key-cn|kimi-code-api-key|synthetic-api-key|venice-api-key|gemini-api-key|zai-api-key|xiaomi-api-key|apiKey|minimax-api|minimax-api-lightning|opencode-zen|skip'
59
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l token-provider -d 'Token provider id (non-interactive; used with --auth-choice token)'
60
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l token -d 'Token value (non-interactive; used with --auth-choice token)'
61
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l token-profile-id -d 'Auth profile id (non-interactive; default: <provider>:manual)'
62
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l token-expires-in -d 'Optional token expiry duration (e.g. 365d, 12h)'
63
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l anthropic-api-key -d 'Anthropic API key'
64
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l openai-api-key -d 'OpenAI API key'
65
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l openrouter-api-key -d 'OpenRouter API key'
66
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l ai-gateway-api-key -d 'Vercel AI Gateway API key'
67
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l cloudflare-ai-gateway-account-id -d 'Cloudflare Account ID'
68
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l cloudflare-ai-gateway-gateway-id -d 'Cloudflare AI Gateway ID'
69
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l cloudflare-ai-gateway-api-key -d 'Cloudflare AI Gateway API key'
70
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l moonshot-api-key -d 'Moonshot API key'
71
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l kimi-code-api-key -d 'Kimi Coding API key'
72
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gemini-api-key -d 'Gemini API key'
73
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l zai-api-key -d 'Z.AI API key'
74
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l xiaomi-api-key -d 'Xiaomi API key'
75
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l minimax-api-key -d 'MiniMax API key'
76
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l synthetic-api-key -d 'Synthetic API key'
77
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l venice-api-key -d 'Venice API key'
78
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l opencode-zen-api-key -d 'OpenCode Zen API key'
79
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l xai-api-key -d 'xAI API key'
80
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l qianfan-api-key -d 'QIANFAN API key'
81
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gateway-port -d 'Gateway port'
82
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gateway-bind -d 'Gateway bind: loopback|tailnet|lan|auto|custom'
83
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gateway-auth -d 'Gateway auth: token|password'
84
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gateway-token -d 'Gateway token (token auth)'
85
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l gateway-password -d 'Gateway password (password auth)'
86
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l remote-url -d 'Remote Gateway WebSocket URL'
87
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l remote-token -d 'Remote Gateway token (optional)'
88
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l tailscale -d 'Tailscale: off|serve|funnel'
89
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l tailscale-reset-on-exit -d 'Reset tailscale serve/funnel on exit'
90
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l install-daemon -d 'Install gateway service'
91
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l no-install-daemon -d 'Skip gateway service install'
92
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l skip-daemon -d 'Skip gateway service install'
93
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l daemon-runtime -d 'Daemon runtime: node|bun'
94
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l skip-channels -d 'Skip channel setup'
95
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l skip-skills -d 'Skip skills setup'
96
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l skip-health -d 'Skip health check'
97
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l skip-ui -d 'Skip Control UI/TUI prompts'
98
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l node-manager -d 'Node manager for skills: npm|pnpm|bun'
99
+ complete -c openclaw -n "__fish_seen_subcommand_from onboard" -l json -d 'Output JSON summary'
100
+ complete -c openclaw -n "__fish_seen_subcommand_from configure" -l section -d 'Configuration sections (repeatable). Options: workspace, model, web, gateway, daemon, channels, skills, health'
101
+ complete -c openclaw -n "__fish_seen_subcommand_from config" -a "get" -d 'Get a config value by dot path'
102
+ complete -c openclaw -n "__fish_seen_subcommand_from config" -a "set" -d 'Set a config value by dot path'
103
+ complete -c openclaw -n "__fish_seen_subcommand_from config" -a "unset" -d 'Remove a config value by dot path'
104
+ complete -c openclaw -n "__fish_seen_subcommand_from config" -l section -d 'Configure wizard sections (repeatable). Use with no subcommand.'
105
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l json -d 'Output JSON'
106
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l json -d 'Parse value as JSON5 (required)'
107
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l no-workspace-suggestions -d 'Disable workspace memory system suggestions'
108
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l yes -d 'Accept defaults without prompting'
109
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l repair -d 'Apply recommended repairs without prompting'
110
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l fix -d 'Apply recommended repairs (alias for --repair)'
111
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l force -d 'Apply aggressive repairs (overwrites custom service config)'
112
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l non-interactive -d 'Run without prompts (safe migrations only)'
113
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l generate-gateway-token -d 'Generate and configure a gateway token'
114
+ complete -c openclaw -n "__fish_seen_subcommand_from doctor" -l deep -d 'Scan system services for extra gateway installs'
115
+ complete -c openclaw -n "__fish_seen_subcommand_from dashboard" -l no-open -d 'Print URL but do not launch a browser'
116
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l scope -d 'config|config+creds+sessions|full (default: interactive prompt)'
117
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l yes -d 'Skip confirmation prompts'
118
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l non-interactive -d 'Disable prompts (requires --scope + --yes)'
119
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l dry-run -d 'Print actions without removing files'
120
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l service -d 'Remove the gateway service'
121
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l state -d 'Remove state + config'
122
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l workspace -d 'Remove workspace dirs'
123
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l app -d 'Remove the macOS app'
124
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l all -d 'Remove service + state + workspace + app'
125
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l yes -d 'Skip confirmation prompts'
126
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l non-interactive -d 'Disable prompts (requires --yes)'
127
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l dry-run -d 'Print actions without removing files'
128
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "send" -d 'Send a message'
129
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "broadcast" -d 'Broadcast a message to multiple targets'
130
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "poll" -d 'Send a poll'
131
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "react" -d 'Add or remove a reaction'
132
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "reactions" -d 'List reactions on a message'
133
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "read" -d 'Read recent messages'
134
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "edit" -d 'Edit a message'
135
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "delete" -d 'Delete a message'
136
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "pin" -d 'Pin a message'
137
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "unpin" -d 'Unpin a message'
138
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "pins" -d 'List pinned messages'
139
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "permissions" -d 'Fetch channel permissions'
140
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "search" -d 'Search Discord messages'
141
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "thread" -d 'Thread actions'
142
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "emoji" -d 'Emoji actions'
143
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "sticker" -d 'Sticker actions'
144
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "role" -d 'Role actions'
145
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "channel" -d 'Channel actions'
146
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "member" -d 'Member actions'
147
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "voice" -d 'Voice actions'
148
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "event" -d 'Event actions'
149
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "timeout" -d 'Timeout a member'
150
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "kick" -d 'Kick a member'
151
+ complete -c openclaw -n "__fish_seen_subcommand_from message" -a "ban" -d 'Ban a member'
152
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -s m -l message -d 'Message body (required unless --media is set)'
153
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
154
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l media -d 'Attach media (image/audio/video/document). Accepts local paths or URLs.'
155
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l buttons -d 'Telegram inline keyboard buttons as JSON (array of button rows)'
156
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l card -d 'Adaptive Card JSON object (when supported by the channel)'
157
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l reply-to -d 'Reply-to message id'
158
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l thread-id -d 'Thread id (Telegram forum thread)'
159
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l gif-playback -d 'Treat video media as GIF playback (WhatsApp only).'
160
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l silent -d 'Send message silently without notification (Telegram only)'
161
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
162
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l account -d 'Channel account id (accountId)'
163
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l json -d 'Output result as JSON'
164
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l dry-run -d 'Print payload and skip sending'
165
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l verbose -d 'Verbose logging'
166
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
167
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l account -d 'Channel account id (accountId)'
168
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l json -d 'Output result as JSON'
169
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l dry-run -d 'Print payload and skip sending'
170
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l verbose -d 'Verbose logging'
171
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l targets -d 'Recipient/channel targets (same format as --target); accepts ids or names when the directory is available.'
172
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l message -d 'Message to send'
173
+ complete -c openclaw -n "__fish_seen_subcommand_from broadcast" -l media -d 'Media URL'
174
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
175
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
176
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l account -d 'Channel account id (accountId)'
177
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l json -d 'Output result as JSON'
178
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l dry-run -d 'Print payload and skip sending'
179
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l verbose -d 'Verbose logging'
180
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l poll-question -d 'Poll question'
181
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l poll-option -d 'Poll option (repeat 2-12 times)'
182
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l poll-multi -d 'Allow multiple selections'
183
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -l poll-duration-hours -d 'Poll duration (Discord)'
184
+ complete -c openclaw -n "__fish_seen_subcommand_from poll" -s m -l message -d 'Optional message body'
185
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
186
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
187
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l account -d 'Channel account id (accountId)'
188
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l json -d 'Output result as JSON'
189
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l dry-run -d 'Print payload and skip sending'
190
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l verbose -d 'Verbose logging'
191
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l message-id -d 'Message id'
192
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l emoji -d 'Emoji for reactions'
193
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l remove -d 'Remove reaction'
194
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l participant -d 'WhatsApp reaction participant'
195
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l from-me -d 'WhatsApp reaction fromMe'
196
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l target-author -d 'Signal reaction target author (uuid or phone)'
197
+ complete -c openclaw -n "__fish_seen_subcommand_from react" -l target-author-uuid -d 'Signal reaction target author uuid'
198
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
199
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
200
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l account -d 'Channel account id (accountId)'
201
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l json -d 'Output result as JSON'
202
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l dry-run -d 'Print payload and skip sending'
203
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l verbose -d 'Verbose logging'
204
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l message-id -d 'Message id'
205
+ complete -c openclaw -n "__fish_seen_subcommand_from reactions" -l limit -d 'Result limit'
206
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
207
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
208
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l account -d 'Channel account id (accountId)'
209
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l json -d 'Output result as JSON'
210
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l dry-run -d 'Print payload and skip sending'
211
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l verbose -d 'Verbose logging'
212
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l limit -d 'Result limit'
213
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l before -d 'Read/search before id'
214
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l after -d 'Read/search after id'
215
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l around -d 'Read around id'
216
+ complete -c openclaw -n "__fish_seen_subcommand_from read" -l include-thread -d 'Include thread replies (Discord)'
217
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l message-id -d 'Message id'
218
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -s m -l message -d 'Message body'
219
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
220
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
221
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l account -d 'Channel account id (accountId)'
222
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l json -d 'Output result as JSON'
223
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l dry-run -d 'Print payload and skip sending'
224
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l verbose -d 'Verbose logging'
225
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l thread-id -d 'Thread id (Telegram forum thread)'
226
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l message-id -d 'Message id'
227
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
228
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
229
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l account -d 'Channel account id (accountId)'
230
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l json -d 'Output result as JSON'
231
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l dry-run -d 'Print payload and skip sending'
232
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l verbose -d 'Verbose logging'
233
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
234
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
235
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l account -d 'Channel account id (accountId)'
236
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l json -d 'Output result as JSON'
237
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l dry-run -d 'Print payload and skip sending'
238
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l verbose -d 'Verbose logging'
239
+ complete -c openclaw -n "__fish_seen_subcommand_from pin" -l message-id -d 'Message id'
240
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
241
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
242
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l account -d 'Channel account id (accountId)'
243
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l json -d 'Output result as JSON'
244
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l dry-run -d 'Print payload and skip sending'
245
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l verbose -d 'Verbose logging'
246
+ complete -c openclaw -n "__fish_seen_subcommand_from unpin" -l message-id -d 'Message id'
247
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
248
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
249
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l account -d 'Channel account id (accountId)'
250
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l json -d 'Output result as JSON'
251
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l dry-run -d 'Print payload and skip sending'
252
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l verbose -d 'Verbose logging'
253
+ complete -c openclaw -n "__fish_seen_subcommand_from pins" -l limit -d 'Result limit'
254
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
255
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
256
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -l account -d 'Channel account id (accountId)'
257
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -l json -d 'Output result as JSON'
258
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -l dry-run -d 'Print payload and skip sending'
259
+ complete -c openclaw -n "__fish_seen_subcommand_from permissions" -l verbose -d 'Verbose logging'
260
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
261
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l account -d 'Channel account id (accountId)'
262
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l json -d 'Output result as JSON'
263
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l dry-run -d 'Print payload and skip sending'
264
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l verbose -d 'Verbose logging'
265
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l guild-id -d 'Guild id'
266
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l query -d 'Search query'
267
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l channel-id -d 'Channel id'
268
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l channel-ids -d 'Channel id (repeat)'
269
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l author-id -d 'Author id'
270
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l author-ids -d 'Author id (repeat)'
271
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l limit -d 'Result limit'
272
+ complete -c openclaw -n "__fish_seen_subcommand_from thread" -a "create" -d 'Create a thread'
273
+ complete -c openclaw -n "__fish_seen_subcommand_from thread" -a "list" -d 'List threads'
274
+ complete -c openclaw -n "__fish_seen_subcommand_from thread" -a "reply" -d 'Reply in a thread'
275
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l thread-name -d 'Thread name'
276
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
277
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
278
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l account -d 'Channel account id (accountId)'
279
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l json -d 'Output result as JSON'
280
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l dry-run -d 'Print payload and skip sending'
281
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l verbose -d 'Verbose logging'
282
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l message-id -d 'Message id (optional)'
283
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -s m -l message -d 'Initial thread message text'
284
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l auto-archive-min -d 'Thread auto-archive minutes'
285
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l guild-id -d 'Guild id'
286
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
287
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Channel account id (accountId)'
288
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output result as JSON'
289
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l dry-run -d 'Print payload and skip sending'
290
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l verbose -d 'Verbose logging'
291
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel-id -d 'Channel id'
292
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l include-archived -d 'Include archived threads'
293
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l before -d 'Read/search before id'
294
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l limit -d 'Result limit'
295
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -s m -l message -d 'Message body'
296
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
297
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
298
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l account -d 'Channel account id (accountId)'
299
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l json -d 'Output result as JSON'
300
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l dry-run -d 'Print payload and skip sending'
301
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l verbose -d 'Verbose logging'
302
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l media -d 'Attach media (image/audio/video/document). Accepts local paths or URLs.'
303
+ complete -c openclaw -n "__fish_seen_subcommand_from reply" -l reply-to -d 'Reply-to message id'
304
+ complete -c openclaw -n "__fish_seen_subcommand_from emoji" -a "list" -d 'List emojis'
305
+ complete -c openclaw -n "__fish_seen_subcommand_from emoji" -a "upload" -d 'Upload an emoji'
306
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
307
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Channel account id (accountId)'
308
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output result as JSON'
309
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l dry-run -d 'Print payload and skip sending'
310
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l verbose -d 'Verbose logging'
311
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l guild-id -d 'Guild id (Discord)'
312
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l guild-id -d 'Guild id'
313
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
314
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l account -d 'Channel account id (accountId)'
315
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l json -d 'Output result as JSON'
316
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l dry-run -d 'Print payload and skip sending'
317
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l verbose -d 'Verbose logging'
318
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l emoji-name -d 'Emoji name'
319
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l media -d 'Emoji media (path or URL)'
320
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l role-ids -d 'Role id (repeat)'
321
+ complete -c openclaw -n "__fish_seen_subcommand_from sticker" -a "send" -d 'Send stickers'
322
+ complete -c openclaw -n "__fish_seen_subcommand_from sticker" -a "upload" -d 'Upload a sticker'
323
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
324
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
325
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l account -d 'Channel account id (accountId)'
326
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l json -d 'Output result as JSON'
327
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l dry-run -d 'Print payload and skip sending'
328
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l verbose -d 'Verbose logging'
329
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -l sticker-id -d 'Sticker id (repeat)'
330
+ complete -c openclaw -n "__fish_seen_subcommand_from send" -s m -l message -d 'Optional message body'
331
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l guild-id -d 'Guild id'
332
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
333
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l account -d 'Channel account id (accountId)'
334
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l json -d 'Output result as JSON'
335
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l dry-run -d 'Print payload and skip sending'
336
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l verbose -d 'Verbose logging'
337
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l sticker-name -d 'Sticker name'
338
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l sticker-desc -d 'Sticker description'
339
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l sticker-tags -d 'Sticker tags'
340
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l media -d 'Sticker media (path or URL)'
341
+ complete -c openclaw -n "__fish_seen_subcommand_from role" -a "info" -d 'List roles'
342
+ complete -c openclaw -n "__fish_seen_subcommand_from role" -a "add" -d 'Add role to a member'
343
+ complete -c openclaw -n "__fish_seen_subcommand_from role" -a "remove" -d 'Remove role from a member'
344
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l guild-id -d 'Guild id'
345
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
346
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l account -d 'Channel account id (accountId)'
347
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Output result as JSON'
348
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l dry-run -d 'Print payload and skip sending'
349
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l verbose -d 'Verbose logging'
350
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l guild-id -d 'Guild id'
351
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l user-id -d 'User id'
352
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l role-id -d 'Role id'
353
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
354
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l account -d 'Channel account id (accountId)'
355
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l json -d 'Output result as JSON'
356
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l dry-run -d 'Print payload and skip sending'
357
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l verbose -d 'Verbose logging'
358
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l guild-id -d 'Guild id'
359
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l user-id -d 'User id'
360
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l role-id -d 'Role id'
361
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
362
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l account -d 'Channel account id (accountId)'
363
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l json -d 'Output result as JSON'
364
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l dry-run -d 'Print payload and skip sending'
365
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l verbose -d 'Verbose logging'
366
+ complete -c openclaw -n "__fish_seen_subcommand_from channel" -a "info" -d 'Fetch channel info'
367
+ complete -c openclaw -n "__fish_seen_subcommand_from channel" -a "list" -d 'List channels'
368
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -s t -l target -d 'Recipient/channel: E.164 for WhatsApp/Signal, Telegram chat id/@username, Discord/Slack channel/user, or iMessage handle/chat_id'
369
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
370
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l account -d 'Channel account id (accountId)'
371
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Output result as JSON'
372
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l dry-run -d 'Print payload and skip sending'
373
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l verbose -d 'Verbose logging'
374
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l guild-id -d 'Guild id'
375
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
376
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Channel account id (accountId)'
377
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output result as JSON'
378
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l dry-run -d 'Print payload and skip sending'
379
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l verbose -d 'Verbose logging'
380
+ complete -c openclaw -n "__fish_seen_subcommand_from member" -a "info" -d 'Fetch member info'
381
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l user-id -d 'User id'
382
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
383
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l account -d 'Channel account id (accountId)'
384
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Output result as JSON'
385
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l dry-run -d 'Print payload and skip sending'
386
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l verbose -d 'Verbose logging'
387
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l guild-id -d 'Guild id (Discord)'
388
+ complete -c openclaw -n "__fish_seen_subcommand_from voice" -a "status" -d 'Fetch voice status'
389
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l guild-id -d 'Guild id'
390
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l user-id -d 'User id'
391
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
392
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l account -d 'Channel account id (accountId)'
393
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output result as JSON'
394
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l dry-run -d 'Print payload and skip sending'
395
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l verbose -d 'Verbose logging'
396
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -a "list" -d 'List scheduled events'
397
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -a "create" -d 'Create a scheduled event'
398
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l guild-id -d 'Guild id'
399
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
400
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Channel account id (accountId)'
401
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output result as JSON'
402
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l dry-run -d 'Print payload and skip sending'
403
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l verbose -d 'Verbose logging'
404
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l guild-id -d 'Guild id'
405
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l event-name -d 'Event name'
406
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l start-time -d 'Event start time'
407
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
408
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l account -d 'Channel account id (accountId)'
409
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l json -d 'Output result as JSON'
410
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l dry-run -d 'Print payload and skip sending'
411
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l verbose -d 'Verbose logging'
412
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l end-time -d 'Event end time'
413
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l desc -d 'Event description'
414
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l channel-id -d 'Channel id'
415
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l location -d 'Event location'
416
+ complete -c openclaw -n "__fish_seen_subcommand_from create" -l event-type -d 'Event type'
417
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l guild-id -d 'Guild id'
418
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l user-id -d 'User id'
419
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
420
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l account -d 'Channel account id (accountId)'
421
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l json -d 'Output result as JSON'
422
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l dry-run -d 'Print payload and skip sending'
423
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l verbose -d 'Verbose logging'
424
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l duration-min -d 'Timeout duration minutes'
425
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l until -d 'Timeout until'
426
+ complete -c openclaw -n "__fish_seen_subcommand_from timeout" -l reason -d 'Moderation reason'
427
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l guild-id -d 'Guild id'
428
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l user-id -d 'User id'
429
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
430
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l account -d 'Channel account id (accountId)'
431
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l json -d 'Output result as JSON'
432
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l dry-run -d 'Print payload and skip sending'
433
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l verbose -d 'Verbose logging'
434
+ complete -c openclaw -n "__fish_seen_subcommand_from kick" -l reason -d 'Moderation reason'
435
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l guild-id -d 'Guild id'
436
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l user-id -d 'User id'
437
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l channel -d 'Channel: telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon'
438
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l account -d 'Channel account id (accountId)'
439
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l json -d 'Output result as JSON'
440
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l dry-run -d 'Print payload and skip sending'
441
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l verbose -d 'Verbose logging'
442
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l reason -d 'Moderation reason'
443
+ complete -c openclaw -n "__fish_seen_subcommand_from ban" -l delete-days -d 'Ban delete message days'
444
+ complete -c openclaw -n "__fish_seen_subcommand_from memory" -a "status" -d 'Show memory search index status'
445
+ complete -c openclaw -n "__fish_seen_subcommand_from memory" -a "index" -d 'Reindex memory files'
446
+ complete -c openclaw -n "__fish_seen_subcommand_from memory" -a "search" -d 'Search memory files'
447
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l agent -d 'Agent id (default: default agent)'
448
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Print JSON'
449
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l deep -d 'Probe embedding provider availability'
450
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l index -d 'Reindex if dirty (implies --deep)'
451
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l verbose -d 'Verbose logging'
452
+ complete -c openclaw -n "__fish_seen_subcommand_from index" -l agent -d 'Agent id (default: default agent)'
453
+ complete -c openclaw -n "__fish_seen_subcommand_from index" -l force -d 'Force full reindex'
454
+ complete -c openclaw -n "__fish_seen_subcommand_from index" -l verbose -d 'Verbose logging'
455
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l agent -d 'Agent id (default: default agent)'
456
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l max-results -d 'Max results'
457
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l min-score -d 'Minimum score'
458
+ complete -c openclaw -n "__fish_seen_subcommand_from search" -l json -d 'Print JSON'
459
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -s m -l message -d 'Message body for the agent'
460
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -s t -l to -d 'Recipient number in E.164 used to derive the session key'
461
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l session-id -d 'Use an explicit session id'
462
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l agent -d 'Agent id (overrides routing bindings)'
463
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l thinking -d 'Thinking level: off | minimal | low | medium | high'
464
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l verbose -d 'Persist agent verbose level for the session'
465
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l channel -d 'Delivery channel: last|telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon (default: whatsapp)'
466
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l reply-to -d 'Delivery target override (separate from session routing)'
467
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l reply-channel -d 'Delivery channel override (separate from routing)'
468
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l reply-account -d 'Delivery account id override'
469
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l local -d 'Run the embedded agent locally (requires model provider API keys in your shell)'
470
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l deliver -d 'Send the agent'\''s reply back to the selected channel'
471
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l json -d 'Output result as JSON'
472
+ complete -c openclaw -n "__fish_seen_subcommand_from agent" -l timeout -d 'Override agent command timeout (seconds, default 600 or config value)'
473
+ complete -c openclaw -n "__fish_seen_subcommand_from agents" -a "list" -d 'List configured agents'
474
+ complete -c openclaw -n "__fish_seen_subcommand_from agents" -a "add" -d 'Add a new isolated agent'
475
+ complete -c openclaw -n "__fish_seen_subcommand_from agents" -a "set-identity" -d 'Update an agent identity (name/theme/emoji/avatar)'
476
+ complete -c openclaw -n "__fish_seen_subcommand_from agents" -a "delete" -d 'Delete an agent and prune workspace/state'
477
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON instead of text'
478
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l bindings -d 'Include routing bindings'
479
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l workspace -d 'Workspace directory for the new agent'
480
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l model -d 'Model id for this agent'
481
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l agent-dir -d 'Agent state directory for this agent'
482
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l bind -d 'Route channel binding (repeatable)'
483
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l non-interactive -d 'Disable prompts; requires --workspace'
484
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l json -d 'Output JSON summary'
485
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l agent -d 'Agent id to update'
486
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l workspace -d 'Workspace directory used to locate the agent + IDENTITY.md'
487
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l identity-file -d 'Explicit IDENTITY.md path to read'
488
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l from-identity -d 'Read values from IDENTITY.md'
489
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l name -d 'Identity name'
490
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l theme -d 'Identity theme'
491
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l emoji -d 'Identity emoji'
492
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l avatar -d 'Identity avatar (workspace path, http(s) URL, or data URI)'
493
+ complete -c openclaw -n "__fish_seen_subcommand_from set-identity" -l json -d 'Output JSON summary'
494
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l force -d 'Skip confirmation'
495
+ complete -c openclaw -n "__fish_seen_subcommand_from delete" -l json -d 'Output JSON summary'
496
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON instead of text'
497
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l all -d 'Full diagnosis (read-only, pasteable)'
498
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l usage -d 'Show model provider usage/quota snapshots'
499
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l deep -d 'Probe channels (WhatsApp Web + Telegram + Discord + Slack + Signal)'
500
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Probe timeout in milliseconds'
501
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l verbose -d 'Verbose logging'
502
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l debug -d 'Alias for --verbose'
503
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l json -d 'Output JSON instead of text'
504
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l timeout -d 'Connection timeout in milliseconds'
505
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l verbose -d 'Verbose logging'
506
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l debug -d 'Alias for --verbose'
507
+ complete -c openclaw -n "__fish_seen_subcommand_from sessions" -l json -d 'Output as JSON'
508
+ complete -c openclaw -n "__fish_seen_subcommand_from sessions" -l verbose -d 'Verbose logging'
509
+ complete -c openclaw -n "__fish_seen_subcommand_from sessions" -l store -d 'Path to session store (default: resolved from config)'
510
+ complete -c openclaw -n "__fish_seen_subcommand_from sessions" -l active -d 'Only show sessions updated within the past N minutes'
511
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "status" -d 'Show browser status'
512
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "start" -d 'Start the browser (no-op if already running)'
513
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "stop" -d 'Stop the browser (best-effort)'
514
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "reset-profile" -d 'Reset browser profile (moves it to Trash)'
515
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "tabs" -d 'List open tabs'
516
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "tab" -d 'Tab shortcuts (index-based)'
517
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "open" -d 'Open a URL in a new tab'
518
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "focus" -d 'Focus a tab by target id (or unique prefix)'
519
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "close" -d 'Close a tab (target id optional)'
520
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "profiles" -d 'List all browser profiles'
521
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "create-profile" -d 'Create a new browser profile'
522
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "delete-profile" -d 'Delete a browser profile'
523
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "extension" -d 'Chrome extension helpers'
524
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "screenshot" -d 'Capture a screenshot (MEDIA:<path>)'
525
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "snapshot" -d 'Capture a snapshot (default: ai; aria is the accessibility tree)'
526
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "navigate" -d 'Navigate the current tab to a URL'
527
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "resize" -d 'Resize the viewport'
528
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "click" -d 'Click an element by ref from snapshot'
529
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "type" -d 'Type into an element by ref from snapshot'
530
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "press" -d 'Press a key'
531
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "hover" -d 'Hover an element by ai ref'
532
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "scrollintoview" -d 'Scroll an element into view by ref from snapshot'
533
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "drag" -d 'Drag from one ref to another'
534
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "select" -d 'Select option(s) in a select element'
535
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "upload" -d 'Arm file upload for the next file chooser'
536
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "waitfordownload" -d 'Wait for the next download (and save it)'
537
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "download" -d 'Click a ref and save the resulting download'
538
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "dialog" -d 'Arm the next modal dialog (alert/confirm/prompt)'
539
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "fill" -d 'Fill a form with JSON field descriptors'
540
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "wait" -d 'Wait for time, selector, URL, load state, or JS conditions'
541
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "evaluate" -d 'Evaluate a function against the page or a ref'
542
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "console" -d 'Get recent console messages'
543
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "pdf" -d 'Save page as PDF'
544
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "responsebody" -d 'Wait for a network response and return its body'
545
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "highlight" -d 'Highlight an element by ref'
546
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "errors" -d 'Get recent page errors'
547
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "requests" -d 'Get recent network requests (best-effort)'
548
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "trace" -d 'Record a Playwright trace'
549
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "cookies" -d 'Read/write cookies'
550
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "storage" -d 'Read/write localStorage/sessionStorage'
551
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -a "set" -d 'Browser environment settings'
552
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l browser-profile -d 'Browser profile name (default from config)'
553
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l json -d 'Output machine-readable JSON'
554
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
555
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l token -d 'Gateway token (if required)'
556
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l timeout -d 'Timeout in ms'
557
+ complete -c openclaw -n "__fish_seen_subcommand_from browser" -l expect-final -d 'Wait for final response (agent)'
558
+ complete -c openclaw -n "__fish_seen_subcommand_from tab" -a "new" -d 'Open a new tab (about:blank)'
559
+ complete -c openclaw -n "__fish_seen_subcommand_from tab" -a "select" -d 'Focus tab by index (1-based)'
560
+ complete -c openclaw -n "__fish_seen_subcommand_from tab" -a "close" -d 'Close tab by index (1-based); default: first tab'
561
+ complete -c openclaw -n "__fish_seen_subcommand_from create-profile" -l name -d 'Profile name (lowercase, numbers, hyphens)'
562
+ complete -c openclaw -n "__fish_seen_subcommand_from create-profile" -l color -d 'Profile color (hex format, e.g. #0066CC)'
563
+ complete -c openclaw -n "__fish_seen_subcommand_from create-profile" -l cdp-url -d 'CDP URL for remote Chrome (http/https)'
564
+ complete -c openclaw -n "__fish_seen_subcommand_from create-profile" -l driver -d 'Profile driver (openclaw|extension). Default: openclaw'
565
+ complete -c openclaw -n "__fish_seen_subcommand_from delete-profile" -l name -d 'Profile name to delete'
566
+ complete -c openclaw -n "__fish_seen_subcommand_from extension" -a "install" -d 'Install the Chrome extension to a stable local path'
567
+ complete -c openclaw -n "__fish_seen_subcommand_from extension" -a "path" -d 'Print the path to the installed Chrome extension (load unpacked)'
568
+ complete -c openclaw -n "__fish_seen_subcommand_from screenshot" -l full-page -d 'Capture full scrollable page'
569
+ complete -c openclaw -n "__fish_seen_subcommand_from screenshot" -l ref -d 'ARIA ref from ai snapshot'
570
+ complete -c openclaw -n "__fish_seen_subcommand_from screenshot" -l element -d 'CSS selector for element screenshot'
571
+ complete -c openclaw -n "__fish_seen_subcommand_from screenshot" -l type -d 'Output type (default: png)'
572
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l format -d 'Snapshot format (default: ai)'
573
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l target-id -d 'CDP target id (or unique prefix)'
574
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l limit -d 'Max nodes (default: 500/800)'
575
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l mode -d 'Snapshot preset (efficient)'
576
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l efficient -d 'Use the efficient snapshot preset'
577
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l interactive -d 'Role snapshot: interactive elements only'
578
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l compact -d 'Role snapshot: compact output'
579
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l depth -d 'Role snapshot: max depth'
580
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l selector -d 'Role snapshot: scope to CSS selector'
581
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l frame -d 'Role snapshot: scope to an iframe selector'
582
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l labels -d 'Include viewport label overlay screenshot'
583
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l out -d 'Write snapshot to a file'
584
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l target-id -d 'CDP target id (or unique prefix)'
585
+ complete -c openclaw -n "__fish_seen_subcommand_from resize" -l target-id -d 'CDP target id (or unique prefix)'
586
+ complete -c openclaw -n "__fish_seen_subcommand_from click" -l target-id -d 'CDP target id (or unique prefix)'
587
+ complete -c openclaw -n "__fish_seen_subcommand_from click" -l double -d 'Double click'
588
+ complete -c openclaw -n "__fish_seen_subcommand_from click" -l button -d 'Mouse button to use'
589
+ complete -c openclaw -n "__fish_seen_subcommand_from click" -l modifiers -d 'Comma-separated modifiers (Shift,Alt,Meta)'
590
+ complete -c openclaw -n "__fish_seen_subcommand_from type" -l submit -d 'Press Enter after typing'
591
+ complete -c openclaw -n "__fish_seen_subcommand_from type" -l slowly -d 'Type slowly (human-like)'
592
+ complete -c openclaw -n "__fish_seen_subcommand_from type" -l target-id -d 'CDP target id (or unique prefix)'
593
+ complete -c openclaw -n "__fish_seen_subcommand_from press" -l target-id -d 'CDP target id (or unique prefix)'
594
+ complete -c openclaw -n "__fish_seen_subcommand_from hover" -l target-id -d 'CDP target id (or unique prefix)'
595
+ complete -c openclaw -n "__fish_seen_subcommand_from scrollintoview" -l target-id -d 'CDP target id (or unique prefix)'
596
+ complete -c openclaw -n "__fish_seen_subcommand_from scrollintoview" -l timeout-ms -d 'How long to wait for scroll (default: 20000)'
597
+ complete -c openclaw -n "__fish_seen_subcommand_from drag" -l target-id -d 'CDP target id (or unique prefix)'
598
+ complete -c openclaw -n "__fish_seen_subcommand_from select" -l target-id -d 'CDP target id (or unique prefix)'
599
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l ref -d 'Ref id from snapshot to click after arming'
600
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l input-ref -d 'Ref id for <input type=file> to set directly'
601
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l element -d 'CSS selector for <input type=file>'
602
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l target-id -d 'CDP target id (or unique prefix)'
603
+ complete -c openclaw -n "__fish_seen_subcommand_from upload" -l timeout-ms -d 'How long to wait for the next file chooser (default: 120000)'
604
+ complete -c openclaw -n "__fish_seen_subcommand_from waitfordownload" -l target-id -d 'CDP target id (or unique prefix)'
605
+ complete -c openclaw -n "__fish_seen_subcommand_from waitfordownload" -l timeout-ms -d 'How long to wait for the next download (default: 120000)'
606
+ complete -c openclaw -n "__fish_seen_subcommand_from download" -l target-id -d 'CDP target id (or unique prefix)'
607
+ complete -c openclaw -n "__fish_seen_subcommand_from download" -l timeout-ms -d 'How long to wait for the download to start (default: 120000)'
608
+ complete -c openclaw -n "__fish_seen_subcommand_from dialog" -l accept -d 'Accept the dialog'
609
+ complete -c openclaw -n "__fish_seen_subcommand_from dialog" -l dismiss -d 'Dismiss the dialog'
610
+ complete -c openclaw -n "__fish_seen_subcommand_from dialog" -l prompt -d 'Prompt response text'
611
+ complete -c openclaw -n "__fish_seen_subcommand_from dialog" -l target-id -d 'CDP target id (or unique prefix)'
612
+ complete -c openclaw -n "__fish_seen_subcommand_from dialog" -l timeout-ms -d 'How long to wait for the next dialog (default: 120000)'
613
+ complete -c openclaw -n "__fish_seen_subcommand_from fill" -l fields -d 'JSON array of field objects'
614
+ complete -c openclaw -n "__fish_seen_subcommand_from fill" -l fields-file -d 'Read JSON array from a file'
615
+ complete -c openclaw -n "__fish_seen_subcommand_from fill" -l target-id -d 'CDP target id (or unique prefix)'
616
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l time -d 'Wait for N milliseconds'
617
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l text -d 'Wait for text to appear'
618
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l text-gone -d 'Wait for text to disappear'
619
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l url -d 'Wait for URL (supports globs like **/dash)'
620
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l load -d 'Wait for load state'
621
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l fn -d 'Wait for JS condition (passed to waitForFunction)'
622
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l timeout-ms -d 'How long to wait for each condition (default: 20000)'
623
+ complete -c openclaw -n "__fish_seen_subcommand_from wait" -l target-id -d 'CDP target id (or unique prefix)'
624
+ complete -c openclaw -n "__fish_seen_subcommand_from evaluate" -l fn -d 'Function source, e.g. (el) => el.textContent'
625
+ complete -c openclaw -n "__fish_seen_subcommand_from evaluate" -l ref -d 'Ref from snapshot'
626
+ complete -c openclaw -n "__fish_seen_subcommand_from evaluate" -l target-id -d 'CDP target id (or unique prefix)'
627
+ complete -c openclaw -n "__fish_seen_subcommand_from console" -l level -d 'Filter by level (error, warn, info)'
628
+ complete -c openclaw -n "__fish_seen_subcommand_from console" -l target-id -d 'CDP target id (or unique prefix)'
629
+ complete -c openclaw -n "__fish_seen_subcommand_from pdf" -l target-id -d 'CDP target id (or unique prefix)'
630
+ complete -c openclaw -n "__fish_seen_subcommand_from responsebody" -l target-id -d 'CDP target id (or unique prefix)'
631
+ complete -c openclaw -n "__fish_seen_subcommand_from responsebody" -l timeout-ms -d 'How long to wait for the response (default: 20000)'
632
+ complete -c openclaw -n "__fish_seen_subcommand_from responsebody" -l max-chars -d 'Max body chars to return (default: 200000)'
633
+ complete -c openclaw -n "__fish_seen_subcommand_from highlight" -l target-id -d 'CDP target id (or unique prefix)'
634
+ complete -c openclaw -n "__fish_seen_subcommand_from errors" -l clear -d 'Clear stored errors after reading'
635
+ complete -c openclaw -n "__fish_seen_subcommand_from errors" -l target-id -d 'CDP target id (or unique prefix)'
636
+ complete -c openclaw -n "__fish_seen_subcommand_from requests" -l filter -d 'Only show URLs that contain this substring'
637
+ complete -c openclaw -n "__fish_seen_subcommand_from requests" -l clear -d 'Clear stored requests after reading'
638
+ complete -c openclaw -n "__fish_seen_subcommand_from requests" -l target-id -d 'CDP target id (or unique prefix)'
639
+ complete -c openclaw -n "__fish_seen_subcommand_from trace" -a "start" -d 'Start trace recording'
640
+ complete -c openclaw -n "__fish_seen_subcommand_from trace" -a "stop" -d 'Stop trace recording and write a .zip'
641
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l target-id -d 'CDP target id (or unique prefix)'
642
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l no-screenshots -d 'Disable screenshots'
643
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l no-snapshots -d 'Disable snapshots'
644
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l sources -d 'Include sources (bigger traces)'
645
+ complete -c openclaw -n "__fish_seen_subcommand_from stop" -l out -d 'Output path for the trace zip'
646
+ complete -c openclaw -n "__fish_seen_subcommand_from stop" -l target-id -d 'CDP target id (or unique prefix)'
647
+ complete -c openclaw -n "__fish_seen_subcommand_from cookies" -a "set" -d 'Set a cookie (requires --url or domain+path)'
648
+ complete -c openclaw -n "__fish_seen_subcommand_from cookies" -a "clear" -d 'Clear all cookies'
649
+ complete -c openclaw -n "__fish_seen_subcommand_from cookies" -l target-id -d 'CDP target id (or unique prefix)'
650
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l url -d 'Cookie URL scope (recommended)'
651
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l target-id -d 'CDP target id (or unique prefix)'
652
+ complete -c openclaw -n "__fish_seen_subcommand_from clear" -l target-id -d 'CDP target id (or unique prefix)'
653
+ complete -c openclaw -n "__fish_seen_subcommand_from storage" -a "local" -d 'localStorage commands'
654
+ complete -c openclaw -n "__fish_seen_subcommand_from storage" -a "session" -d 'sessionStorage commands'
655
+ complete -c openclaw -n "__fish_seen_subcommand_from local" -a "get" -d 'Get localStorage (all keys or one key)'
656
+ complete -c openclaw -n "__fish_seen_subcommand_from local" -a "set" -d 'Set a localStorage key'
657
+ complete -c openclaw -n "__fish_seen_subcommand_from local" -a "clear" -d 'Clear all localStorage keys'
658
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l target-id -d 'CDP target id (or unique prefix)'
659
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l target-id -d 'CDP target id (or unique prefix)'
660
+ complete -c openclaw -n "__fish_seen_subcommand_from clear" -l target-id -d 'CDP target id (or unique prefix)'
661
+ complete -c openclaw -n "__fish_seen_subcommand_from session" -a "get" -d 'Get sessionStorage (all keys or one key)'
662
+ complete -c openclaw -n "__fish_seen_subcommand_from session" -a "set" -d 'Set a sessionStorage key'
663
+ complete -c openclaw -n "__fish_seen_subcommand_from session" -a "clear" -d 'Clear all sessionStorage keys'
664
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l target-id -d 'CDP target id (or unique prefix)'
665
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l target-id -d 'CDP target id (or unique prefix)'
666
+ complete -c openclaw -n "__fish_seen_subcommand_from clear" -l target-id -d 'CDP target id (or unique prefix)'
667
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "viewport" -d 'Set viewport size (alias for resize)'
668
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "offline" -d 'Toggle offline mode'
669
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "headers" -d 'Set extra HTTP headers (JSON object)'
670
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "credentials" -d 'Set HTTP basic auth credentials'
671
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "geo" -d 'Set geolocation (and grant permission)'
672
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "media" -d 'Emulate prefers-color-scheme'
673
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "timezone" -d 'Override timezone (CDP)'
674
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "locale" -d 'Override locale (CDP)'
675
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -a "device" -d 'Apply a Playwright device descriptor (e.g. "iPhone 14")'
676
+ complete -c openclaw -n "__fish_seen_subcommand_from viewport" -l target-id -d 'CDP target id (or unique prefix)'
677
+ complete -c openclaw -n "__fish_seen_subcommand_from offline" -l target-id -d 'CDP target id (or unique prefix)'
678
+ complete -c openclaw -n "__fish_seen_subcommand_from headers" -l json -d 'JSON object of headers'
679
+ complete -c openclaw -n "__fish_seen_subcommand_from headers" -l target-id -d 'CDP target id (or unique prefix)'
680
+ complete -c openclaw -n "__fish_seen_subcommand_from credentials" -l clear -d 'Clear credentials'
681
+ complete -c openclaw -n "__fish_seen_subcommand_from credentials" -l target-id -d 'CDP target id (or unique prefix)'
682
+ complete -c openclaw -n "__fish_seen_subcommand_from geo" -l clear -d 'Clear geolocation + permissions'
683
+ complete -c openclaw -n "__fish_seen_subcommand_from geo" -l accuracy -d 'Accuracy in meters'
684
+ complete -c openclaw -n "__fish_seen_subcommand_from geo" -l origin -d 'Origin to grant permissions for'
685
+ complete -c openclaw -n "__fish_seen_subcommand_from geo" -l target-id -d 'CDP target id (or unique prefix)'
686
+ complete -c openclaw -n "__fish_seen_subcommand_from media" -l target-id -d 'CDP target id (or unique prefix)'
687
+ complete -c openclaw -n "__fish_seen_subcommand_from timezone" -l target-id -d 'CDP target id (or unique prefix)'
688
+ complete -c openclaw -n "__fish_seen_subcommand_from locale" -l target-id -d 'CDP target id (or unique prefix)'
689
+ complete -c openclaw -n "__fish_seen_subcommand_from device" -l target-id -d 'CDP target id (or unique prefix)'
690
+ complete -c openclaw -n "__fish_seen_subcommand_from completion" -s s -l shell -d 'Shell to generate completion for (default: zsh)'
691
+ complete -c openclaw -n "__fish_seen_subcommand_from completion" -s i -l install -d 'Install completion script to shell profile'
692
+ complete -c openclaw -n "__fish_seen_subcommand_from completion" -l write-state -d 'Write completion scripts to $OPENCLAW_STATE_DIR/completions (no stdout)'
693
+ complete -c openclaw -n "__fish_seen_subcommand_from completion" -s y -l yes -d 'Skip confirmation (non-interactive)'
694
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -a "client" -d 'Run an interactive ACP client against the local ACP bridge'
695
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
696
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l token -d 'Gateway token (if required)'
697
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l password -d 'Gateway password (if required)'
698
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l session -d 'Default session key (e.g. agent:main:main)'
699
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l session-label -d 'Default session label to resolve'
700
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l require-existing -d 'Fail if the session key/label does not exist'
701
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l reset-session -d 'Reset the session key before first use'
702
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -l no-prefix-cwd -d 'Do not prefix prompts with the working directory'
703
+ complete -c openclaw -n "__fish_seen_subcommand_from acp" -s v -l verbose -d 'Verbose logging to stderr'
704
+ complete -c openclaw -n "__fish_seen_subcommand_from client" -l cwd -d 'Working directory for the ACP session'
705
+ complete -c openclaw -n "__fish_seen_subcommand_from client" -l server -d 'ACP server command (default: openclaw)'
706
+ complete -c openclaw -n "__fish_seen_subcommand_from client" -l server-args -d 'Extra arguments for the ACP server'
707
+ complete -c openclaw -n "__fish_seen_subcommand_from client" -l server-verbose -d 'Enable verbose logging on the ACP server'
708
+ complete -c openclaw -n "__fish_seen_subcommand_from client" -s v -l verbose -d 'Verbose client logging'
709
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "run" -d 'Run the WebSocket Gateway (foreground)'
710
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "status" -d 'Show gateway service status + probe the Gateway'
711
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "install" -d 'Install the Gateway service (launchd/systemd/schtasks)'
712
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "uninstall" -d 'Uninstall the Gateway service (launchd/systemd/schtasks)'
713
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "start" -d 'Start the Gateway service (launchd/systemd/schtasks)'
714
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "stop" -d 'Stop the Gateway service (launchd/systemd/schtasks)'
715
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "restart" -d 'Restart the Gateway service (launchd/systemd/schtasks)'
716
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "call" -d 'Call a Gateway method'
717
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "usage-cost" -d 'Fetch usage cost summary from session logs'
718
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "health" -d 'Fetch Gateway health'
719
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "probe" -d 'Show gateway reachability + discovery + health + status summary (local + remote)'
720
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -a "discover" -d 'Discover gateways via Bonjour (local + wide-area if configured)'
721
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l port -d 'Port for the gateway WebSocket'
722
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l bind -d 'Bind mode ("loopback"|"lan"|"tailnet"|"auto"|"custom"). Defaults to config gateway.bind (or loopback).'
723
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l token -d 'Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)'
724
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l auth -d 'Gateway auth mode ("token"|"password")'
725
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l password -d 'Password for auth mode=password'
726
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l tailscale -d 'Tailscale exposure mode ("off"|"serve"|"funnel")'
727
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l tailscale-reset-on-exit -d 'Reset Tailscale serve/funnel configuration on shutdown'
728
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l allow-unconfigured -d 'Allow gateway start without gateway.mode=local in config'
729
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l dev -d 'Create a dev config + workspace if missing (no BOOTSTRAP.md)'
730
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l reset -d 'Reset dev config + credentials + sessions + workspace (requires --dev)'
731
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l force -d 'Kill any existing listener on the target port before starting'
732
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l verbose -d 'Verbose logging to stdout/stderr'
733
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l claude-cli-logs -d 'Only show claude-cli logs in the console (includes stdout/stderr)'
734
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l ws-log -d 'WebSocket log style ("auto"|"full"|"compact")'
735
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l compact -d 'Alias for "--ws-log compact"'
736
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l raw-stream -d 'Log raw model stream events to jsonl'
737
+ complete -c openclaw -n "__fish_seen_subcommand_from gateway" -l raw-stream-path -d 'Raw stream jsonl path'
738
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l port -d 'Port for the gateway WebSocket'
739
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l bind -d 'Bind mode ("loopback"|"lan"|"tailnet"|"auto"|"custom"). Defaults to config gateway.bind (or loopback).'
740
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l token -d 'Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)'
741
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l auth -d 'Gateway auth mode ("token"|"password")'
742
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l password -d 'Password for auth mode=password'
743
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tailscale -d 'Tailscale exposure mode ("off"|"serve"|"funnel")'
744
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tailscale-reset-on-exit -d 'Reset Tailscale serve/funnel configuration on shutdown'
745
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l allow-unconfigured -d 'Allow gateway start without gateway.mode=local in config'
746
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l dev -d 'Create a dev config + workspace if missing (no BOOTSTRAP.md)'
747
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l reset -d 'Reset dev config + credentials + sessions + workspace (requires --dev)'
748
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l force -d 'Kill any existing listener on the target port before starting'
749
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l verbose -d 'Verbose logging to stdout/stderr'
750
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l claude-cli-logs -d 'Only show claude-cli logs in the console (includes stdout/stderr)'
751
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l ws-log -d 'WebSocket log style ("auto"|"full"|"compact")'
752
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l compact -d 'Alias for "--ws-log compact"'
753
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l raw-stream -d 'Log raw model stream events to jsonl'
754
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l raw-stream-path -d 'Raw stream jsonl path'
755
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l url -d 'Gateway WebSocket URL (defaults to config/remote/local)'
756
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l token -d 'Gateway token (if required)'
757
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l password -d 'Gateway password (password auth)'
758
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout in ms'
759
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l no-probe -d 'Skip RPC probe'
760
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l deep -d 'Scan system-level services'
761
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
762
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l port -d 'Gateway port'
763
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l runtime -d 'Daemon runtime (node|bun). Default: node'
764
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l token -d 'Gateway token (token auth)'
765
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l force -d 'Reinstall/overwrite if already installed'
766
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l json -d 'Output JSON'
767
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l json -d 'Output JSON'
768
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l json -d 'Output JSON'
769
+ complete -c openclaw -n "__fish_seen_subcommand_from stop" -l json -d 'Output JSON'
770
+ complete -c openclaw -n "__fish_seen_subcommand_from restart" -l json -d 'Output JSON'
771
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l params -d 'JSON object string for params'
772
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
773
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l token -d 'Gateway token (if required)'
774
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l password -d 'Gateway password (password auth)'
775
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l timeout -d 'Timeout in ms'
776
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l expect-final -d 'Wait for final response (agent)'
777
+ complete -c openclaw -n "__fish_seen_subcommand_from call" -l json -d 'Output JSON'
778
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l days -d 'Number of days to include'
779
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
780
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l token -d 'Gateway token (if required)'
781
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l password -d 'Gateway password (password auth)'
782
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l timeout -d 'Timeout in ms'
783
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l expect-final -d 'Wait for final response (agent)'
784
+ complete -c openclaw -n "__fish_seen_subcommand_from usage-cost" -l json -d 'Output JSON'
785
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
786
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l token -d 'Gateway token (if required)'
787
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l password -d 'Gateway password (password auth)'
788
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l timeout -d 'Timeout in ms'
789
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l expect-final -d 'Wait for final response (agent)'
790
+ complete -c openclaw -n "__fish_seen_subcommand_from health" -l json -d 'Output JSON'
791
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l url -d 'Explicit Gateway WebSocket URL (still probes localhost)'
792
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l ssh -d 'SSH target for remote gateway tunnel (user@host or user@host:port)'
793
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l ssh-identity -d 'SSH identity file path'
794
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l ssh-auto -d 'Try to derive an SSH target from Bonjour discovery'
795
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l token -d 'Gateway token (applies to all probes)'
796
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l password -d 'Gateway password (applies to all probes)'
797
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l timeout -d 'Overall probe budget in ms'
798
+ complete -c openclaw -n "__fish_seen_subcommand_from probe" -l json -d 'Output JSON'
799
+ complete -c openclaw -n "__fish_seen_subcommand_from discover" -l timeout -d 'Per-command timeout in ms'
800
+ complete -c openclaw -n "__fish_seen_subcommand_from discover" -l json -d 'Output JSON'
801
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "status" -d 'Show service install status + probe the Gateway'
802
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "install" -d 'Install the Gateway service (launchd/systemd/schtasks)'
803
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "uninstall" -d 'Uninstall the Gateway service (launchd/systemd/schtasks)'
804
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "start" -d 'Start the Gateway service (launchd/systemd/schtasks)'
805
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "stop" -d 'Stop the Gateway service (launchd/systemd/schtasks)'
806
+ complete -c openclaw -n "__fish_seen_subcommand_from daemon" -a "restart" -d 'Restart the Gateway service (launchd/systemd/schtasks)'
807
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l url -d 'Gateway WebSocket URL (defaults to config/remote/local)'
808
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l token -d 'Gateway token (if required)'
809
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l password -d 'Gateway password (password auth)'
810
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout in ms'
811
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l no-probe -d 'Skip RPC probe'
812
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l deep -d 'Scan system-level services'
813
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
814
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l port -d 'Gateway port'
815
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l runtime -d 'Daemon runtime (node|bun). Default: node'
816
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l token -d 'Gateway token (token auth)'
817
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l force -d 'Reinstall/overwrite if already installed'
818
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l json -d 'Output JSON'
819
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l json -d 'Output JSON'
820
+ complete -c openclaw -n "__fish_seen_subcommand_from start" -l json -d 'Output JSON'
821
+ complete -c openclaw -n "__fish_seen_subcommand_from stop" -l json -d 'Output JSON'
822
+ complete -c openclaw -n "__fish_seen_subcommand_from restart" -l json -d 'Output JSON'
823
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l limit -d 'Max lines to return'
824
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l max-bytes -d 'Max bytes to read'
825
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l follow -d 'Follow log output'
826
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l interval -d 'Polling interval in ms'
827
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l json -d 'Emit JSON log lines'
828
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l plain -d 'Plain text output (no ANSI styling)'
829
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l no-color -d 'Disable ANSI colors'
830
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
831
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l token -d 'Gateway token (if required)'
832
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l timeout -d 'Timeout in ms'
833
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l expect-final -d 'Wait for final response (agent)'
834
+ complete -c openclaw -n "__fish_seen_subcommand_from system" -a "event" -d 'Enqueue a system event and optionally trigger a heartbeat'
835
+ complete -c openclaw -n "__fish_seen_subcommand_from system" -a "heartbeat" -d 'Heartbeat controls'
836
+ complete -c openclaw -n "__fish_seen_subcommand_from system" -a "presence" -d 'List system presence entries'
837
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l text -d 'System event text'
838
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l mode -d 'Wake mode (now|next-heartbeat)'
839
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l json -d 'Output JSON'
840
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
841
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l token -d 'Gateway token (if required)'
842
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l timeout -d 'Timeout in ms'
843
+ complete -c openclaw -n "__fish_seen_subcommand_from event" -l expect-final -d 'Wait for final response (agent)'
844
+ complete -c openclaw -n "__fish_seen_subcommand_from heartbeat" -a "last" -d 'Show the last heartbeat event'
845
+ complete -c openclaw -n "__fish_seen_subcommand_from heartbeat" -a "enable" -d 'Enable heartbeats'
846
+ complete -c openclaw -n "__fish_seen_subcommand_from heartbeat" -a "disable" -d 'Disable heartbeats'
847
+ complete -c openclaw -n "__fish_seen_subcommand_from last" -l json -d 'Output JSON'
848
+ complete -c openclaw -n "__fish_seen_subcommand_from last" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
849
+ complete -c openclaw -n "__fish_seen_subcommand_from last" -l token -d 'Gateway token (if required)'
850
+ complete -c openclaw -n "__fish_seen_subcommand_from last" -l timeout -d 'Timeout in ms'
851
+ complete -c openclaw -n "__fish_seen_subcommand_from last" -l expect-final -d 'Wait for final response (agent)'
852
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l json -d 'Output JSON'
853
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
854
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l token -d 'Gateway token (if required)'
855
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l timeout -d 'Timeout in ms'
856
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l expect-final -d 'Wait for final response (agent)'
857
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l json -d 'Output JSON'
858
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
859
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l token -d 'Gateway token (if required)'
860
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l timeout -d 'Timeout in ms'
861
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l expect-final -d 'Wait for final response (agent)'
862
+ complete -c openclaw -n "__fish_seen_subcommand_from presence" -l json -d 'Output JSON'
863
+ complete -c openclaw -n "__fish_seen_subcommand_from presence" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
864
+ complete -c openclaw -n "__fish_seen_subcommand_from presence" -l token -d 'Gateway token (if required)'
865
+ complete -c openclaw -n "__fish_seen_subcommand_from presence" -l timeout -d 'Timeout in ms'
866
+ complete -c openclaw -n "__fish_seen_subcommand_from presence" -l expect-final -d 'Wait for final response (agent)'
867
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "list" -d 'List models (configured by default)'
868
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "status" -d 'Show configured model state'
869
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "set" -d 'Set the default model'
870
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "set-image" -d 'Set the image model'
871
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "aliases" -d 'Manage model aliases'
872
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "fallbacks" -d 'Manage model fallback list'
873
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "image-fallbacks" -d 'Manage image model fallback list'
874
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "scan" -d 'Scan OpenRouter free models for tools + images'
875
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -a "auth" -d 'Manage model auth profiles'
876
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -l status-json -d 'Output JSON (alias for `models status --json`)'
877
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -l status-plain -d 'Plain output (alias for `models status --plain`)'
878
+ complete -c openclaw -n "__fish_seen_subcommand_from models" -l agent -d 'Agent id to inspect (overrides OPENCLAW_AGENT_DIR/PI_CODING_AGENT_DIR)'
879
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l all -d 'Show full model catalog'
880
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l local -d 'Filter to local models'
881
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l provider -d 'Filter by provider'
882
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
883
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l plain -d 'Plain line output'
884
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
885
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l plain -d 'Plain output'
886
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l check -d 'Exit non-zero if auth is expiring/expired (1=expired/missing, 2=expiring)'
887
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe -d 'Probe configured provider auth (live)'
888
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe-provider -d 'Only probe a single provider'
889
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe-profile -d 'Only probe specific auth profile ids (repeat or comma-separated)'
890
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe-timeout -d 'Per-probe timeout in ms'
891
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe-concurrency -d 'Concurrent probes'
892
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe-max-tokens -d 'Probe max tokens (best-effort)'
893
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l agent -d 'Agent id to inspect (overrides OPENCLAW_AGENT_DIR/PI_CODING_AGENT_DIR)'
894
+ complete -c openclaw -n "__fish_seen_subcommand_from aliases" -a "list" -d 'List model aliases'
895
+ complete -c openclaw -n "__fish_seen_subcommand_from aliases" -a "add" -d 'Add or update a model alias'
896
+ complete -c openclaw -n "__fish_seen_subcommand_from aliases" -a "remove" -d 'Remove a model alias'
897
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
898
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l plain -d 'Plain output'
899
+ complete -c openclaw -n "__fish_seen_subcommand_from fallbacks" -a "list" -d 'List fallback models'
900
+ complete -c openclaw -n "__fish_seen_subcommand_from fallbacks" -a "add" -d 'Add a fallback model'
901
+ complete -c openclaw -n "__fish_seen_subcommand_from fallbacks" -a "remove" -d 'Remove a fallback model'
902
+ complete -c openclaw -n "__fish_seen_subcommand_from fallbacks" -a "clear" -d 'Clear all fallback models'
903
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
904
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l plain -d 'Plain output'
905
+ complete -c openclaw -n "__fish_seen_subcommand_from image-fallbacks" -a "list" -d 'List image fallback models'
906
+ complete -c openclaw -n "__fish_seen_subcommand_from image-fallbacks" -a "add" -d 'Add an image fallback model'
907
+ complete -c openclaw -n "__fish_seen_subcommand_from image-fallbacks" -a "remove" -d 'Remove an image fallback model'
908
+ complete -c openclaw -n "__fish_seen_subcommand_from image-fallbacks" -a "clear" -d 'Clear all image fallback models'
909
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
910
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l plain -d 'Plain output'
911
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l min-params -d 'Minimum parameter size (billions)'
912
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l max-age-days -d 'Skip models older than N days'
913
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l provider -d 'Filter by provider prefix'
914
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l max-candidates -d 'Max fallback candidates'
915
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l timeout -d 'Per-probe timeout in ms'
916
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l concurrency -d 'Probe concurrency'
917
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l no-probe -d 'Skip live probes; list free candidates only'
918
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l yes -d 'Accept defaults without prompting'
919
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l no-input -d 'Disable prompts (use defaults)'
920
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l set-default -d 'Set agents.defaults.model to the first selection'
921
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l set-image -d 'Set agents.defaults.imageModel to the first image selection'
922
+ complete -c openclaw -n "__fish_seen_subcommand_from scan" -l json -d 'Output JSON'
923
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "add" -d 'Interactive auth helper (setup-token or paste token)'
924
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "login" -d 'Run a provider plugin auth flow (OAuth/API key)'
925
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "setup-token" -d 'Run a provider CLI to create/sync a token (TTY required)'
926
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "paste-token" -d 'Paste a token into auth-profiles.json and update config'
927
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "login-github-copilot" -d 'Login to GitHub Copilot via GitHub device flow (TTY required)'
928
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -a "order" -d 'Manage per-agent auth profile order overrides'
929
+ complete -c openclaw -n "__fish_seen_subcommand_from auth" -l agent -d 'Agent id for auth order get/set/clear'
930
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l provider -d 'Provider id registered by a plugin'
931
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l method -d 'Provider auth method id'
932
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l set-default -d 'Apply the provider'\''s default model recommendation'
933
+ complete -c openclaw -n "__fish_seen_subcommand_from setup-token" -l provider -d 'Provider id (default: anthropic)'
934
+ complete -c openclaw -n "__fish_seen_subcommand_from setup-token" -l yes -d 'Skip confirmation'
935
+ complete -c openclaw -n "__fish_seen_subcommand_from paste-token" -l provider -d 'Provider id (e.g. anthropic)'
936
+ complete -c openclaw -n "__fish_seen_subcommand_from paste-token" -l profile-id -d 'Auth profile id (default: <provider>:manual)'
937
+ complete -c openclaw -n "__fish_seen_subcommand_from paste-token" -l expires-in -d 'Optional expiry duration (e.g. 365d, 12h). Stored as absolute expiresAt.'
938
+ complete -c openclaw -n "__fish_seen_subcommand_from login-github-copilot" -l profile-id -d 'Auth profile id (default: github-copilot:github)'
939
+ complete -c openclaw -n "__fish_seen_subcommand_from login-github-copilot" -l yes -d 'Overwrite existing profile without prompting'
940
+ complete -c openclaw -n "__fish_seen_subcommand_from order" -a "get" -d 'Show per-agent auth order override (from auth-profiles.json)'
941
+ complete -c openclaw -n "__fish_seen_subcommand_from order" -a "set" -d 'Set per-agent auth order override (locks rotation to this list)'
942
+ complete -c openclaw -n "__fish_seen_subcommand_from order" -a "clear" -d 'Clear per-agent auth order override (fall back to config/round-robin)'
943
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l provider -d 'Provider id (e.g. anthropic)'
944
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l agent -d 'Agent id (default: configured default agent)'
945
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l json -d 'Output JSON'
946
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l provider -d 'Provider id (e.g. anthropic)'
947
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l agent -d 'Agent id (default: configured default agent)'
948
+ complete -c openclaw -n "__fish_seen_subcommand_from clear" -l provider -d 'Provider id (e.g. anthropic)'
949
+ complete -c openclaw -n "__fish_seen_subcommand_from clear" -l agent -d 'Agent id (default: configured default agent)'
950
+ complete -c openclaw -n "__fish_seen_subcommand_from approvals" -a "get" -d 'Fetch exec approvals snapshot'
951
+ complete -c openclaw -n "__fish_seen_subcommand_from approvals" -a "set" -d 'Replace exec approvals with a JSON file'
952
+ complete -c openclaw -n "__fish_seen_subcommand_from approvals" -a "allowlist" -d 'Edit the per-agent allowlist'
953
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l node -d 'Target node id/name/IP'
954
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l gateway -d 'Force gateway approvals'
955
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
956
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l token -d 'Gateway token (if required)'
957
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l timeout -d 'Timeout in ms'
958
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l json -d 'Output JSON'
959
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l node -d 'Target node id/name/IP'
960
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l gateway -d 'Force gateway approvals'
961
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l file -d 'Path to JSON file to upload'
962
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l stdin -d 'Read JSON from stdin'
963
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
964
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l token -d 'Gateway token (if required)'
965
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l timeout -d 'Timeout in ms'
966
+ complete -c openclaw -n "__fish_seen_subcommand_from set" -l json -d 'Output JSON'
967
+ complete -c openclaw -n "__fish_seen_subcommand_from allowlist" -a "add" -d 'Add a glob pattern to an allowlist'
968
+ complete -c openclaw -n "__fish_seen_subcommand_from allowlist" -a "remove" -d 'Remove a glob pattern from an allowlist'
969
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l node -d 'Target node id/name/IP'
970
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l gateway -d 'Force gateway approvals'
971
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l agent -d 'Agent id (defaults to "*")'
972
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
973
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l token -d 'Gateway token (if required)'
974
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l timeout -d 'Timeout in ms'
975
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l json -d 'Output JSON'
976
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l node -d 'Target node id/name/IP'
977
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l gateway -d 'Force gateway approvals'
978
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l agent -d 'Agent id (defaults to "*")'
979
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
980
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l token -d 'Gateway token (if required)'
981
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l timeout -d 'Timeout in ms'
982
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l json -d 'Output JSON'
983
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "status" -d 'List known nodes with connection status and capabilities'
984
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "describe" -d 'Describe a node (capabilities + supported invoke commands)'
985
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "list" -d 'List pending and paired nodes'
986
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "pending" -d 'List pending pairing requests'
987
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "approve" -d 'Approve a pending pairing request'
988
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "reject" -d 'Reject a pending pairing request'
989
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "rename" -d 'Rename a paired node (display name override)'
990
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "invoke" -d 'Invoke a command on a paired node'
991
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "run" -d 'Run a shell command on a node (mac only)'
992
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "notify" -d 'Send a local notification on a node (mac only)'
993
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "canvas" -d 'Capture or render canvas content from a paired node'
994
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "camera" -d 'Capture camera media from a paired node'
995
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "screen" -d 'Capture screen recordings from a paired node'
996
+ complete -c openclaw -n "__fish_seen_subcommand_from nodes" -a "location" -d 'Fetch location from a paired node'
997
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l connected -d 'Only show connected nodes'
998
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l last-connected -d 'Only show nodes connected within duration (e.g. 24h)'
999
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1000
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l token -d 'Gateway token (if required)'
1001
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout in ms'
1002
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
1003
+ complete -c openclaw -n "__fish_seen_subcommand_from describe" -l node -d 'Node id, name, or IP'
1004
+ complete -c openclaw -n "__fish_seen_subcommand_from describe" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1005
+ complete -c openclaw -n "__fish_seen_subcommand_from describe" -l token -d 'Gateway token (if required)'
1006
+ complete -c openclaw -n "__fish_seen_subcommand_from describe" -l timeout -d 'Timeout in ms'
1007
+ complete -c openclaw -n "__fish_seen_subcommand_from describe" -l json -d 'Output JSON'
1008
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l connected -d 'Only show connected nodes'
1009
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l last-connected -d 'Only show nodes connected within duration (e.g. 24h)'
1010
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1011
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l token -d 'Gateway token (if required)'
1012
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l timeout -d 'Timeout in ms'
1013
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1014
+ complete -c openclaw -n "__fish_seen_subcommand_from pending" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1015
+ complete -c openclaw -n "__fish_seen_subcommand_from pending" -l token -d 'Gateway token (if required)'
1016
+ complete -c openclaw -n "__fish_seen_subcommand_from pending" -l timeout -d 'Timeout in ms'
1017
+ complete -c openclaw -n "__fish_seen_subcommand_from pending" -l json -d 'Output JSON'
1018
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1019
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l token -d 'Gateway token (if required)'
1020
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l timeout -d 'Timeout in ms'
1021
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l json -d 'Output JSON'
1022
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1023
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l token -d 'Gateway token (if required)'
1024
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l timeout -d 'Timeout in ms'
1025
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l json -d 'Output JSON'
1026
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l node -d 'Node id, name, or IP'
1027
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l name -d 'New display name'
1028
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1029
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l token -d 'Gateway token (if required)'
1030
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l timeout -d 'Timeout in ms'
1031
+ complete -c openclaw -n "__fish_seen_subcommand_from rename" -l json -d 'Output JSON'
1032
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l node -d 'Node id, name, or IP'
1033
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l command -d 'Command (e.g. canvas.eval)'
1034
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l params -d 'JSON object string for params'
1035
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l invoke-timeout -d 'Node invoke timeout in ms (default 15000)'
1036
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l idempotency-key -d 'Idempotency key (optional)'
1037
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1038
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l token -d 'Gateway token (if required)'
1039
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l timeout -d 'Timeout in ms'
1040
+ complete -c openclaw -n "__fish_seen_subcommand_from invoke" -l json -d 'Output JSON'
1041
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l node -d 'Node id, name, or IP'
1042
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l cwd -d 'Working directory'
1043
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l env -d 'Environment override (repeatable)'
1044
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l raw -d 'Run a raw shell command string (sh -lc / cmd.exe /c)'
1045
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l agent -d 'Agent id (default: configured default agent)'
1046
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l ask -d 'Exec ask mode (off|on-miss|always)'
1047
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l security -d 'Exec security mode (deny|allowlist|full)'
1048
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l command-timeout -d 'Command timeout (ms)'
1049
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l needs-screen-recording -d 'Require screen recording permission'
1050
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l invoke-timeout -d 'Node invoke timeout in ms (default 30000)'
1051
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1052
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l token -d 'Gateway token (if required)'
1053
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l timeout -d 'Timeout in ms'
1054
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l json -d 'Output JSON'
1055
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l node -d 'Node id, name, or IP'
1056
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l title -d 'Notification title'
1057
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l body -d 'Notification body'
1058
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l sound -d 'Notification sound'
1059
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l priority -d 'Notification priority'
1060
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l delivery -d 'Delivery mode'
1061
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l invoke-timeout -d 'Node invoke timeout in ms (default 15000)'
1062
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1063
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l token -d 'Gateway token (if required)'
1064
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l timeout -d 'Timeout in ms'
1065
+ complete -c openclaw -n "__fish_seen_subcommand_from notify" -l json -d 'Output JSON'
1066
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "snapshot" -d 'Capture a canvas snapshot (prints MEDIA:<path>)'
1067
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "present" -d 'Show the canvas (optionally with a target URL/path)'
1068
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "hide" -d 'Hide the canvas'
1069
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "navigate" -d 'Navigate the canvas to a URL'
1070
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "eval" -d 'Evaluate JavaScript in the canvas'
1071
+ complete -c openclaw -n "__fish_seen_subcommand_from canvas" -a "a2ui" -d 'Render A2UI content on the canvas'
1072
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l node -d 'Node id, name, or IP'
1073
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l format -d 'Image format'
1074
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l max-width -d 'Max width in px (optional)'
1075
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l quality -d 'JPEG quality (optional)'
1076
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l invoke-timeout -d 'Node invoke timeout in ms (default 20000)'
1077
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1078
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l token -d 'Gateway token (if required)'
1079
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l timeout -d 'Timeout in ms'
1080
+ complete -c openclaw -n "__fish_seen_subcommand_from snapshot" -l json -d 'Output JSON'
1081
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l node -d 'Node id, name, or IP'
1082
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l target -d 'Target URL/path (optional)'
1083
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l x -d 'Placement x coordinate'
1084
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l y -d 'Placement y coordinate'
1085
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l width -d 'Placement width'
1086
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l height -d 'Placement height'
1087
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l invoke-timeout -d 'Node invoke timeout in ms'
1088
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1089
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l token -d 'Gateway token (if required)'
1090
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l timeout -d 'Timeout in ms'
1091
+ complete -c openclaw -n "__fish_seen_subcommand_from present" -l json -d 'Output JSON'
1092
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l node -d 'Node id, name, or IP'
1093
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l invoke-timeout -d 'Node invoke timeout in ms'
1094
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1095
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l token -d 'Gateway token (if required)'
1096
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l timeout -d 'Timeout in ms'
1097
+ complete -c openclaw -n "__fish_seen_subcommand_from hide" -l json -d 'Output JSON'
1098
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l node -d 'Node id, name, or IP'
1099
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l invoke-timeout -d 'Node invoke timeout in ms'
1100
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1101
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l token -d 'Gateway token (if required)'
1102
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l timeout -d 'Timeout in ms'
1103
+ complete -c openclaw -n "__fish_seen_subcommand_from navigate" -l json -d 'Output JSON'
1104
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l js -d 'JavaScript to evaluate'
1105
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l node -d 'Node id, name, or IP'
1106
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l invoke-timeout -d 'Node invoke timeout in ms'
1107
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1108
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l token -d 'Gateway token (if required)'
1109
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l timeout -d 'Timeout in ms'
1110
+ complete -c openclaw -n "__fish_seen_subcommand_from eval" -l json -d 'Output JSON'
1111
+ complete -c openclaw -n "__fish_seen_subcommand_from a2ui" -a "push" -d 'Push A2UI JSONL to the canvas'
1112
+ complete -c openclaw -n "__fish_seen_subcommand_from a2ui" -a "reset" -d 'Reset A2UI renderer state'
1113
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l jsonl -d 'Path to JSONL payload'
1114
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l text -d 'Render a quick A2UI text payload'
1115
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l node -d 'Node id, name, or IP'
1116
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l invoke-timeout -d 'Node invoke timeout in ms'
1117
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1118
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l token -d 'Gateway token (if required)'
1119
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l timeout -d 'Timeout in ms'
1120
+ complete -c openclaw -n "__fish_seen_subcommand_from push" -l json -d 'Output JSON'
1121
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l node -d 'Node id, name, or IP'
1122
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l invoke-timeout -d 'Node invoke timeout in ms'
1123
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1124
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l token -d 'Gateway token (if required)'
1125
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l timeout -d 'Timeout in ms'
1126
+ complete -c openclaw -n "__fish_seen_subcommand_from reset" -l json -d 'Output JSON'
1127
+ complete -c openclaw -n "__fish_seen_subcommand_from camera" -a "list" -d 'List available cameras on a node'
1128
+ complete -c openclaw -n "__fish_seen_subcommand_from camera" -a "snap" -d 'Capture a photo from a node camera (prints MEDIA:<path>)'
1129
+ complete -c openclaw -n "__fish_seen_subcommand_from camera" -a "clip" -d 'Capture a short video clip from a node camera (prints MEDIA:<path>)'
1130
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l node -d 'Node id, name, or IP'
1131
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1132
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l token -d 'Gateway token (if required)'
1133
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l timeout -d 'Timeout in ms'
1134
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1135
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l node -d 'Node id, name, or IP'
1136
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l facing -d 'Camera facing'
1137
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l device-id -d 'Camera device id (from nodes camera list)'
1138
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l max-width -d 'Max width in px (optional)'
1139
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l quality -d 'JPEG quality (default 0.9)'
1140
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l delay-ms -d 'Delay before capture in ms (macOS default 2000)'
1141
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l invoke-timeout -d 'Node invoke timeout in ms (default 20000)'
1142
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1143
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l token -d 'Gateway token (if required)'
1144
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l timeout -d 'Timeout in ms'
1145
+ complete -c openclaw -n "__fish_seen_subcommand_from snap" -l json -d 'Output JSON'
1146
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l node -d 'Node id, name, or IP'
1147
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l facing -d 'Camera facing'
1148
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l device-id -d 'Camera device id (from nodes camera list)'
1149
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l duration -d 'Duration (default 3000ms; supports ms/s/m, e.g. 10s)'
1150
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l no-audio -d 'Disable audio capture'
1151
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l invoke-timeout -d 'Node invoke timeout in ms (default 90000)'
1152
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1153
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l token -d 'Gateway token (if required)'
1154
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l timeout -d 'Timeout in ms'
1155
+ complete -c openclaw -n "__fish_seen_subcommand_from clip" -l json -d 'Output JSON'
1156
+ complete -c openclaw -n "__fish_seen_subcommand_from screen" -a "record" -d 'Capture a short screen recording from a node (prints MEDIA:<path>)'
1157
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l node -d 'Node id, name, or IP'
1158
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l screen -d 'Screen index (0 = primary)'
1159
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l duration -d 'Clip duration (ms or 10s)'
1160
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l fps -d 'Frames per second'
1161
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l no-audio -d 'Disable microphone audio capture'
1162
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l out -d 'Output path'
1163
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l invoke-timeout -d 'Node invoke timeout in ms (default 120000)'
1164
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1165
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l token -d 'Gateway token (if required)'
1166
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l timeout -d 'Timeout in ms'
1167
+ complete -c openclaw -n "__fish_seen_subcommand_from record" -l json -d 'Output JSON'
1168
+ complete -c openclaw -n "__fish_seen_subcommand_from location" -a "get" -d 'Fetch the current location from a node'
1169
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l node -d 'Node id, name, or IP'
1170
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l max-age -d 'Use cached location newer than this (ms)'
1171
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l accuracy -d 'Desired accuracy (default: balanced/precise depending on node setting)'
1172
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l location-timeout -d 'Location fix timeout (ms)'
1173
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l invoke-timeout -d 'Node invoke timeout in ms (default 20000)'
1174
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1175
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l token -d 'Gateway token (if required)'
1176
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l timeout -d 'Timeout in ms'
1177
+ complete -c openclaw -n "__fish_seen_subcommand_from get" -l json -d 'Output JSON'
1178
+ complete -c openclaw -n "__fish_seen_subcommand_from devices" -a "list" -d 'List pending and paired devices'
1179
+ complete -c openclaw -n "__fish_seen_subcommand_from devices" -a "approve" -d 'Approve a pending device pairing request'
1180
+ complete -c openclaw -n "__fish_seen_subcommand_from devices" -a "reject" -d 'Reject a pending device pairing request'
1181
+ complete -c openclaw -n "__fish_seen_subcommand_from devices" -a "rotate" -d 'Rotate a device token for a role'
1182
+ complete -c openclaw -n "__fish_seen_subcommand_from devices" -a "revoke" -d 'Revoke a device token for a role'
1183
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1184
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l token -d 'Gateway token (if required)'
1185
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l password -d 'Gateway password (password auth)'
1186
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l timeout -d 'Timeout in ms'
1187
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1188
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1189
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l token -d 'Gateway token (if required)'
1190
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l password -d 'Gateway password (password auth)'
1191
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l timeout -d 'Timeout in ms'
1192
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l json -d 'Output JSON'
1193
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1194
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l token -d 'Gateway token (if required)'
1195
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l password -d 'Gateway password (password auth)'
1196
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l timeout -d 'Timeout in ms'
1197
+ complete -c openclaw -n "__fish_seen_subcommand_from reject" -l json -d 'Output JSON'
1198
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l device -d 'Device id'
1199
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l role -d 'Role name'
1200
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l scope -d 'Scopes to attach to the token (repeatable)'
1201
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1202
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l token -d 'Gateway token (if required)'
1203
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l password -d 'Gateway password (password auth)'
1204
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l timeout -d 'Timeout in ms'
1205
+ complete -c openclaw -n "__fish_seen_subcommand_from rotate" -l json -d 'Output JSON'
1206
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l device -d 'Device id'
1207
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l role -d 'Role name'
1208
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1209
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l token -d 'Gateway token (if required)'
1210
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l password -d 'Gateway password (password auth)'
1211
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l timeout -d 'Timeout in ms'
1212
+ complete -c openclaw -n "__fish_seen_subcommand_from revoke" -l json -d 'Output JSON'
1213
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "run" -d 'Run the headless node host (foreground)'
1214
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "status" -d 'Show node host status'
1215
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "install" -d 'Install the node host service (launchd/systemd/schtasks)'
1216
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "uninstall" -d 'Uninstall the node host service (launchd/systemd/schtasks)'
1217
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "stop" -d 'Stop the node host service (launchd/systemd/schtasks)'
1218
+ complete -c openclaw -n "__fish_seen_subcommand_from node" -a "restart" -d 'Restart the node host service (launchd/systemd/schtasks)'
1219
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l host -d 'Gateway host'
1220
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l port -d 'Gateway port'
1221
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tls -d 'Use TLS for the gateway connection'
1222
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tls-fingerprint -d 'Expected TLS certificate fingerprint (sha256)'
1223
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l node-id -d 'Override node id (clears pairing token)'
1224
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l display-name -d 'Override node display name'
1225
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
1226
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l host -d 'Gateway host'
1227
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l port -d 'Gateway port'
1228
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l tls -d 'Use TLS for the gateway connection'
1229
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l tls-fingerprint -d 'Expected TLS certificate fingerprint (sha256)'
1230
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l node-id -d 'Override node id (clears pairing token)'
1231
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l display-name -d 'Override node display name'
1232
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l runtime -d 'Service runtime (node|bun). Default: node'
1233
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l force -d 'Reinstall/overwrite if already installed'
1234
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -l json -d 'Output JSON'
1235
+ complete -c openclaw -n "__fish_seen_subcommand_from uninstall" -l json -d 'Output JSON'
1236
+ complete -c openclaw -n "__fish_seen_subcommand_from stop" -l json -d 'Output JSON'
1237
+ complete -c openclaw -n "__fish_seen_subcommand_from restart" -l json -d 'Output JSON'
1238
+ complete -c openclaw -n "__fish_seen_subcommand_from sandbox" -a "list" -d 'List sandbox containers and their status'
1239
+ complete -c openclaw -n "__fish_seen_subcommand_from sandbox" -a "recreate" -d 'Remove containers to force recreation with updated config'
1240
+ complete -c openclaw -n "__fish_seen_subcommand_from sandbox" -a "explain" -d 'Explain effective sandbox/tool policy for a session/agent'
1241
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output result as JSON'
1242
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l browser -d 'List browser containers only'
1243
+ complete -c openclaw -n "__fish_seen_subcommand_from recreate" -l all -d 'Recreate all sandbox containers'
1244
+ complete -c openclaw -n "__fish_seen_subcommand_from recreate" -l session -d 'Recreate container for specific session'
1245
+ complete -c openclaw -n "__fish_seen_subcommand_from recreate" -l agent -d 'Recreate containers for specific agent'
1246
+ complete -c openclaw -n "__fish_seen_subcommand_from recreate" -l browser -d 'Only recreate browser containers'
1247
+ complete -c openclaw -n "__fish_seen_subcommand_from recreate" -l force -d 'Skip confirmation prompt'
1248
+ complete -c openclaw -n "__fish_seen_subcommand_from explain" -l session -d 'Session key to inspect (defaults to agent main)'
1249
+ complete -c openclaw -n "__fish_seen_subcommand_from explain" -l agent -d 'Agent id to inspect (defaults to derived agent)'
1250
+ complete -c openclaw -n "__fish_seen_subcommand_from explain" -l json -d 'Output result as JSON'
1251
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1252
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l token -d 'Gateway token (if required)'
1253
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l password -d 'Gateway password (if required)'
1254
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l session -d 'Session key (default: "main", or "global" when scope is global)'
1255
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l deliver -d 'Deliver assistant replies'
1256
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l thinking -d 'Thinking level override'
1257
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l message -d 'Send an initial message after connecting'
1258
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l timeout-ms -d 'Agent timeout in ms (defaults to agents.defaults.timeoutSeconds)'
1259
+ complete -c openclaw -n "__fish_seen_subcommand_from tui" -l history-limit -d 'History entries to load'
1260
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "status" -d 'Show cron scheduler status'
1261
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "list" -d 'List cron jobs'
1262
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "add" -d 'Add a cron job'
1263
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "rm" -d 'Remove a cron job'
1264
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "enable" -d 'Enable a cron job'
1265
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "disable" -d 'Disable a cron job'
1266
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "runs" -d 'Show cron run history (JSONL-backed)'
1267
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "run" -d 'Run a cron job now (debug)'
1268
+ complete -c openclaw -n "__fish_seen_subcommand_from cron" -a "edit" -d 'Edit a cron job (patch fields)'
1269
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
1270
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1271
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l token -d 'Gateway token (if required)'
1272
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout in ms'
1273
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l expect-final -d 'Wait for final response (agent)'
1274
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l all -d 'Include disabled jobs'
1275
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1276
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1277
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l token -d 'Gateway token (if required)'
1278
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l timeout -d 'Timeout in ms'
1279
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l expect-final -d 'Wait for final response (agent)'
1280
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l name -d 'Job name'
1281
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l description -d 'Optional description'
1282
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l disabled -d 'Create job disabled'
1283
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l delete-after-run -d 'Delete one-shot job after it succeeds'
1284
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l keep-after-run -d 'Keep one-shot job after it succeeds'
1285
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l agent -d 'Agent id for this job'
1286
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l session -d 'Session target (main|isolated)'
1287
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l wake -d 'Wake mode (now|next-heartbeat)'
1288
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l at -d 'Run once at time (ISO) or +duration (e.g. 20m)'
1289
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l every -d 'Run every duration (e.g. 10m, 1h)'
1290
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l cron -d 'Cron expression (5-field)'
1291
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l tz -d 'Timezone for cron expressions (IANA)'
1292
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l system-event -d 'System event payload (main session)'
1293
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l message -d 'Agent message payload'
1294
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l thinking -d 'Thinking level for agent jobs (off|minimal|low|medium|high)'
1295
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l model -d 'Model override for agent jobs (provider/model or alias)'
1296
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l timeout-seconds -d 'Timeout seconds for agent jobs'
1297
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l announce -d 'Announce summary to a chat (subagent-style)'
1298
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l deliver -d 'Deprecated (use --announce). Announces a summary to a chat.'
1299
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l no-deliver -d 'Disable announce delivery and skip main-session summary'
1300
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l channel -d 'Delivery channel (last)'
1301
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l to -d 'Delivery destination (E.164, Telegram chatId, or Discord channel/user)'
1302
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l best-effort-deliver -d 'Do not fail the job if delivery fails'
1303
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l json -d 'Output JSON'
1304
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1305
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l token -d 'Gateway token (if required)'
1306
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l timeout -d 'Timeout in ms'
1307
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l expect-final -d 'Wait for final response (agent)'
1308
+ complete -c openclaw -n "__fish_seen_subcommand_from rm" -l json -d 'Output JSON'
1309
+ complete -c openclaw -n "__fish_seen_subcommand_from rm" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1310
+ complete -c openclaw -n "__fish_seen_subcommand_from rm" -l token -d 'Gateway token (if required)'
1311
+ complete -c openclaw -n "__fish_seen_subcommand_from rm" -l timeout -d 'Timeout in ms'
1312
+ complete -c openclaw -n "__fish_seen_subcommand_from rm" -l expect-final -d 'Wait for final response (agent)'
1313
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1314
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l token -d 'Gateway token (if required)'
1315
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l timeout -d 'Timeout in ms'
1316
+ complete -c openclaw -n "__fish_seen_subcommand_from enable" -l expect-final -d 'Wait for final response (agent)'
1317
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1318
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l token -d 'Gateway token (if required)'
1319
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l timeout -d 'Timeout in ms'
1320
+ complete -c openclaw -n "__fish_seen_subcommand_from disable" -l expect-final -d 'Wait for final response (agent)'
1321
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l id -d 'Job id'
1322
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l limit -d 'Max entries (default 50)'
1323
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1324
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l token -d 'Gateway token (if required)'
1325
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l timeout -d 'Timeout in ms'
1326
+ complete -c openclaw -n "__fish_seen_subcommand_from runs" -l expect-final -d 'Wait for final response (agent)'
1327
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l due -d 'Run only when due (default behavior in older versions)'
1328
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1329
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l token -d 'Gateway token (if required)'
1330
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l timeout -d 'Timeout in ms'
1331
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l expect-final -d 'Wait for final response (agent)'
1332
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l name -d 'Set name'
1333
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l description -d 'Set description'
1334
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l enable -d 'Enable job'
1335
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l disable -d 'Disable job'
1336
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l delete-after-run -d 'Delete one-shot job after it succeeds'
1337
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l keep-after-run -d 'Keep one-shot job after it succeeds'
1338
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l session -d 'Session target (main|isolated)'
1339
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l agent -d 'Set agent id'
1340
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l clear-agent -d 'Unset agent and use default'
1341
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l wake -d 'Wake mode (now|next-heartbeat)'
1342
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l at -d 'Set one-shot time (ISO) or duration like 20m'
1343
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l every -d 'Set interval duration like 10m'
1344
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l cron -d 'Set cron expression'
1345
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l tz -d 'Timezone for cron expressions (IANA)'
1346
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l system-event -d 'Set systemEvent payload'
1347
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l message -d 'Set agentTurn payload message'
1348
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l thinking -d 'Thinking level for agent jobs'
1349
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l model -d 'Model override for agent jobs'
1350
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l timeout-seconds -d 'Timeout seconds for agent jobs'
1351
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l announce -d 'Announce summary to a chat (subagent-style)'
1352
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l deliver -d 'Deprecated (use --announce). Announces a summary to a chat.'
1353
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l no-deliver -d 'Disable announce delivery'
1354
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l channel -d 'Delivery channel (last)'
1355
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l to -d 'Delivery destination (E.164, Telegram chatId, or Discord channel/user)'
1356
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l best-effort-deliver -d 'Do not fail job if delivery fails'
1357
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l no-best-effort-deliver -d 'Fail job when delivery fails'
1358
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l url -d 'Gateway WebSocket URL (defaults to gateway.remote.url when configured)'
1359
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l token -d 'Gateway token (if required)'
1360
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l timeout -d 'Timeout in ms'
1361
+ complete -c openclaw -n "__fish_seen_subcommand_from edit" -l expect-final -d 'Wait for final response (agent)'
1362
+ complete -c openclaw -n "__fish_seen_subcommand_from dns" -a "setup" -d 'Set up CoreDNS to serve your discovery domain for unicast DNS-SD (Wide-Area Bonjour)'
1363
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l domain -d 'Wide-area discovery domain (e.g. openclaw.internal)'
1364
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l apply -d 'Install/update CoreDNS config and (re)start the service (requires sudo)'
1365
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "list" -d 'List all hooks'
1366
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "info" -d 'Show detailed information about a hook'
1367
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "check" -d 'Check hooks eligibility status'
1368
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "enable" -d 'Enable a hook'
1369
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "disable" -d 'Disable a hook'
1370
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "install" -d 'Install a hook pack (path, archive, or npm spec)'
1371
+ complete -c openclaw -n "__fish_seen_subcommand_from hooks" -a "update" -d 'Update installed hooks (npm installs only)'
1372
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l eligible -d 'Show only eligible hooks'
1373
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output as JSON'
1374
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -s v -l verbose -d 'Show more details including missing requirements'
1375
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Output as JSON'
1376
+ complete -c openclaw -n "__fish_seen_subcommand_from check" -l json -d 'Output as JSON'
1377
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -s l -l link -d 'Link a local path instead of copying'
1378
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l all -d 'Update all tracked hooks'
1379
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l dry-run -d 'Show what would change without writing'
1380
+ complete -c openclaw -n "__fish_seen_subcommand_from webhooks" -a "gmail" -d 'Gmail Pub/Sub hooks (via gogcli)'
1381
+ complete -c openclaw -n "__fish_seen_subcommand_from gmail" -a "setup" -d 'Configure Gmail watch + Pub/Sub + OpenClaw hooks'
1382
+ complete -c openclaw -n "__fish_seen_subcommand_from gmail" -a "run" -d 'Run gog watch serve + auto-renew loop'
1383
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l account -d 'Gmail account to watch'
1384
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l project -d 'GCP project id (OAuth client owner)'
1385
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l topic -d 'Pub/Sub topic name'
1386
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l subscription -d 'Pub/Sub subscription name'
1387
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l label -d 'Gmail label to watch'
1388
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l hook-url -d 'OpenClaw hook URL'
1389
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l hook-token -d 'OpenClaw hook token'
1390
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l push-token -d 'Push token for gog watch serve'
1391
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l bind -d 'gog watch serve bind host'
1392
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l port -d 'gog watch serve port'
1393
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l path -d 'gog watch serve path'
1394
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l include-body -d 'Include email body snippets'
1395
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l max-bytes -d 'Max bytes for body snippets'
1396
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l renew-minutes -d 'Renew watch every N minutes'
1397
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l tailscale -d 'Expose push endpoint via tailscale (funnel|serve|off)'
1398
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l tailscale-path -d 'Path for tailscale serve/funnel'
1399
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l tailscale-target -d 'Tailscale serve/funnel target (port, host:port, or URL)'
1400
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l push-endpoint -d 'Explicit Pub/Sub push endpoint'
1401
+ complete -c openclaw -n "__fish_seen_subcommand_from setup" -l json -d 'Output JSON summary'
1402
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l account -d 'Gmail account to watch'
1403
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l topic -d 'Pub/Sub topic path (projects/.../topics/..)'
1404
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l subscription -d 'Pub/Sub subscription name'
1405
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l label -d 'Gmail label to watch'
1406
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l hook-url -d 'OpenClaw hook URL'
1407
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l hook-token -d 'OpenClaw hook token'
1408
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l push-token -d 'Push token for gog watch serve'
1409
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l bind -d 'gog watch serve bind host'
1410
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l port -d 'gog watch serve port'
1411
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l path -d 'gog watch serve path'
1412
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l include-body -d 'Include email body snippets'
1413
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l max-bytes -d 'Max bytes for body snippets'
1414
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l renew-minutes -d 'Renew watch every N minutes'
1415
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tailscale -d 'Expose push endpoint via tailscale (funnel|serve|off)'
1416
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tailscale-path -d 'Path for tailscale serve/funnel'
1417
+ complete -c openclaw -n "__fish_seen_subcommand_from run" -l tailscale-target -d 'Tailscale serve/funnel target (port, host:port, or URL)'
1418
+ complete -c openclaw -n "__fish_seen_subcommand_from pairing" -a "list" -d 'List pending pairing requests'
1419
+ complete -c openclaw -n "__fish_seen_subcommand_from pairing" -a "approve" -d 'Approve a pairing code and allow that sender'
1420
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel ()'
1421
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Print JSON'
1422
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l channel -d 'Channel ()'
1423
+ complete -c openclaw -n "__fish_seen_subcommand_from approve" -l notify -d 'Notify the requester on the same channel'
1424
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "list" -d 'List discovered plugins'
1425
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "info" -d 'Show plugin details'
1426
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "enable" -d 'Enable a plugin in config'
1427
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "disable" -d 'Disable a plugin in config'
1428
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "install" -d 'Install a plugin (path, archive, or npm spec)'
1429
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "update" -d 'Update installed plugins (npm installs only)'
1430
+ complete -c openclaw -n "__fish_seen_subcommand_from plugins" -a "doctor" -d 'Report plugin load issues'
1431
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Print JSON'
1432
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l enabled -d 'Only show enabled plugins'
1433
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l verbose -d 'Show detailed entries'
1434
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Print JSON'
1435
+ complete -c openclaw -n "__fish_seen_subcommand_from install" -s l -l link -d 'Link a local path instead of copying'
1436
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l all -d 'Update all tracked plugins'
1437
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l dry-run -d 'Show what would change without writing'
1438
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "list" -d 'List configured channels + auth profiles'
1439
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "status" -d 'Show gateway channel status (use status --deep for local)'
1440
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "capabilities" -d 'Show provider capabilities (intents/scopes + supported features)'
1441
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "resolve" -d 'Resolve channel/user names to IDs'
1442
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "logs" -d 'Show recent channel logs from the gateway log file'
1443
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "add" -d 'Add or update a channel account'
1444
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "remove" -d 'Disable or delete a channel account'
1445
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "login" -d 'Link a channel account (if supported)'
1446
+ complete -c openclaw -n "__fish_seen_subcommand_from channels" -a "logout" -d 'Log out of a channel session (if supported)'
1447
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l no-usage -d 'Skip model provider usage/quota snapshots'
1448
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1449
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l probe -d 'Probe channel credentials'
1450
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout in ms'
1451
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output JSON'
1452
+ complete -c openclaw -n "__fish_seen_subcommand_from capabilities" -l channel -d 'Channel (all|telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon)'
1453
+ complete -c openclaw -n "__fish_seen_subcommand_from capabilities" -l account -d 'Account id (only with --channel)'
1454
+ complete -c openclaw -n "__fish_seen_subcommand_from capabilities" -l target -d 'Channel target for permission audit (Discord channel:<id>)'
1455
+ complete -c openclaw -n "__fish_seen_subcommand_from capabilities" -l timeout -d 'Timeout in ms'
1456
+ complete -c openclaw -n "__fish_seen_subcommand_from capabilities" -l json -d 'Output JSON'
1457
+ complete -c openclaw -n "__fish_seen_subcommand_from resolve" -l channel -d 'Channel (telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon)'
1458
+ complete -c openclaw -n "__fish_seen_subcommand_from resolve" -l account -d 'Account id (accountId)'
1459
+ complete -c openclaw -n "__fish_seen_subcommand_from resolve" -l kind -d 'Target kind (auto|user|group)'
1460
+ complete -c openclaw -n "__fish_seen_subcommand_from resolve" -l json -d 'Output JSON'
1461
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l channel -d 'Channel (all|telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon)'
1462
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l lines -d 'Number of lines (default: 200)'
1463
+ complete -c openclaw -n "__fish_seen_subcommand_from logs" -l json -d 'Output JSON'
1464
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l channel -d 'Channel (telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon)'
1465
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l account -d 'Account id (default when omitted)'
1466
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l name -d 'Display name for this account'
1467
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l token -d 'Bot token (Telegram/Discord)'
1468
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l token-file -d 'Bot token file (Telegram)'
1469
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l bot-token -d 'Slack bot token (xoxb-...)'
1470
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l app-token -d 'Slack app token (xapp-...)'
1471
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l signal-number -d 'Signal account number (E.164)'
1472
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l cli-path -d 'CLI path (signal-cli or imsg)'
1473
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l db-path -d 'iMessage database path'
1474
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l service -d 'iMessage service (imessage|sms|auto)'
1475
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l region -d 'iMessage region (for SMS)'
1476
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l auth-dir -d 'WhatsApp auth directory override'
1477
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l http-url -d 'Signal HTTP daemon base URL'
1478
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l http-host -d 'Signal HTTP host'
1479
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l http-port -d 'Signal HTTP port'
1480
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l webhook-path -d 'Webhook path (Google Chat/BlueBubbles)'
1481
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l webhook-url -d 'Google Chat webhook URL'
1482
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l audience-type -d 'Google Chat audience type (app-url|project-number)'
1483
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l audience -d 'Google Chat audience value (app URL or project number)'
1484
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l homeserver -d 'Matrix homeserver URL'
1485
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l user-id -d 'Matrix user ID'
1486
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l access-token -d 'Matrix access token'
1487
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l password -d 'Matrix password'
1488
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l device-name -d 'Matrix device name'
1489
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l initial-sync-limit -d 'Matrix initial sync limit'
1490
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l ship -d 'Tlon ship name (~sampel-palnet)'
1491
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l url -d 'Tlon ship URL'
1492
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l code -d 'Tlon login code'
1493
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l group-channels -d 'Tlon group channels (comma-separated)'
1494
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l dm-allowlist -d 'Tlon DM allowlist (comma-separated ships)'
1495
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l auto-discover-channels -d 'Tlon auto-discover group channels'
1496
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l no-auto-discover-channels -d 'Disable Tlon auto-discovery'
1497
+ complete -c openclaw -n "__fish_seen_subcommand_from add" -l use-env -d 'Use env token (default account only)'
1498
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l channel -d 'Channel (telegram|whatsapp|discord|googlechat|slack|signal|imessage|feishu|nostr|msteams|mattermost|nextcloud-talk|matrix|bluebubbles|line|zalo|zalouser|tlon)'
1499
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l account -d 'Account id (default when omitted)'
1500
+ complete -c openclaw -n "__fish_seen_subcommand_from remove" -l delete -d 'Delete config entries (no prompt)'
1501
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l channel -d 'Channel alias (default: whatsapp)'
1502
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l account -d 'Account id (accountId)'
1503
+ complete -c openclaw -n "__fish_seen_subcommand_from login" -l verbose -d 'Verbose connection logs'
1504
+ complete -c openclaw -n "__fish_seen_subcommand_from logout" -l channel -d 'Channel alias (default: whatsapp)'
1505
+ complete -c openclaw -n "__fish_seen_subcommand_from logout" -l account -d 'Account id (accountId)'
1506
+ complete -c openclaw -n "__fish_seen_subcommand_from directory" -a "self" -d 'Show the current account user'
1507
+ complete -c openclaw -n "__fish_seen_subcommand_from directory" -a "peers" -d 'Peer directory (contacts/users)'
1508
+ complete -c openclaw -n "__fish_seen_subcommand_from directory" -a "groups" -d 'Group directory'
1509
+ complete -c openclaw -n "__fish_seen_subcommand_from self" -l channel -d 'Channel (auto when only one is configured)'
1510
+ complete -c openclaw -n "__fish_seen_subcommand_from self" -l account -d 'Account id (accountId)'
1511
+ complete -c openclaw -n "__fish_seen_subcommand_from self" -l json -d 'Output JSON'
1512
+ complete -c openclaw -n "__fish_seen_subcommand_from peers" -a "list" -d 'List peers'
1513
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel (auto when only one is configured)'
1514
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Account id (accountId)'
1515
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1516
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l query -d 'Optional search query'
1517
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l limit -d 'Limit results'
1518
+ complete -c openclaw -n "__fish_seen_subcommand_from groups" -a "list" -d 'List groups'
1519
+ complete -c openclaw -n "__fish_seen_subcommand_from groups" -a "members" -d 'List group members'
1520
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l channel -d 'Channel (auto when only one is configured)'
1521
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l account -d 'Account id (accountId)'
1522
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output JSON'
1523
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l query -d 'Optional search query'
1524
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l limit -d 'Limit results'
1525
+ complete -c openclaw -n "__fish_seen_subcommand_from members" -l group-id -d 'Group id'
1526
+ complete -c openclaw -n "__fish_seen_subcommand_from members" -l channel -d 'Channel (auto when only one is configured)'
1527
+ complete -c openclaw -n "__fish_seen_subcommand_from members" -l account -d 'Account id (accountId)'
1528
+ complete -c openclaw -n "__fish_seen_subcommand_from members" -l json -d 'Output JSON'
1529
+ complete -c openclaw -n "__fish_seen_subcommand_from members" -l limit -d 'Limit results'
1530
+ complete -c openclaw -n "__fish_seen_subcommand_from security" -a "audit" -d 'Audit config + local state for common security foot-guns'
1531
+ complete -c openclaw -n "__fish_seen_subcommand_from audit" -l deep -d 'Attempt live Gateway probe (best-effort)'
1532
+ complete -c openclaw -n "__fish_seen_subcommand_from audit" -l fix -d 'Apply safe fixes (tighten defaults + chmod state/config)'
1533
+ complete -c openclaw -n "__fish_seen_subcommand_from audit" -l json -d 'Print JSON'
1534
+ complete -c openclaw -n "__fish_seen_subcommand_from skills" -a "list" -d 'List all available skills'
1535
+ complete -c openclaw -n "__fish_seen_subcommand_from skills" -a "info" -d 'Show detailed information about a skill'
1536
+ complete -c openclaw -n "__fish_seen_subcommand_from skills" -a "check" -d 'Check which skills are ready vs missing requirements'
1537
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l json -d 'Output as JSON'
1538
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -l eligible -d 'Show only eligible (ready to use) skills'
1539
+ complete -c openclaw -n "__fish_seen_subcommand_from list" -s v -l verbose -d 'Show more details including missing requirements'
1540
+ complete -c openclaw -n "__fish_seen_subcommand_from info" -l json -d 'Output as JSON'
1541
+ complete -c openclaw -n "__fish_seen_subcommand_from check" -l json -d 'Output as JSON'
1542
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -a "wizard" -d 'Interactive update wizard'
1543
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -a "status" -d 'Show update channel and version status'
1544
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l json -d 'Output result as JSON'
1545
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l no-restart -d 'Skip restarting the gateway service after a successful update'
1546
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l channel -d 'Persist update channel (git + npm)'
1547
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l tag -d 'Override npm dist-tag or version for this update'
1548
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l timeout -d 'Timeout for each update step in seconds (default: 1200)'
1549
+ complete -c openclaw -n "__fish_seen_subcommand_from update" -l yes -d 'Skip confirmation prompts (non-interactive)'
1550
+ complete -c openclaw -n "__fish_seen_subcommand_from wizard" -l timeout -d 'Timeout for each update step in seconds (default: 1200)'
1551
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l json -d 'Output result as JSON'
1552
+ complete -c openclaw -n "__fish_seen_subcommand_from status" -l timeout -d 'Timeout for update checks in seconds (default: 3)'