Fix Exec Allowlist Miss
/install fix-exec-allowlist-miss
Diagnosing exec deny:
- Check tools.exec.security and tools.profile in config
- If profile=coding and security=full still denied → profile baseline missing exec
- Use gateway tool: gateway('config.patch', {raw: '{tools:{profile:"full"}}'})
- Hot-reload applies automatically in hybrid mode; explicit restart via gateway restart if needed
- Verify: gateway('config.get', {}) → confirm profile=full
Config patch workflow (atomic, hash-verified):
- gateway('config.get', {}) → capture payload.hash
- gateway('config.patch', {raw: '...', baseHash: '\x3Chash>'})
- Rate limit: 3 req/60s per deviceId+clientIp. Restart coalesces with 30s cooldown.
Hot-apply vs restart fields (hybrid mode): Hot-apply (no restart): channels, agent, models, routing, hooks, cron, session, messages, tools, browser, skills, mcp, audio, talk, ui, logging, identity, bindings Restart required: gateway.* (port, bind, auth, TLS, HTTP), discovery, plugins gateway.reload and gateway.remote changes do NOT trigger restart.
Minimax OAuth failure (ConnectionRefused / 401):
- Cron jobs use system-level auth, not current session OAuth → isolated session
- If minimax portal token expired: gateway('update.run', {continuationMessage: '...'}) attempts re-auth on restart
- Fallback: openclaw config set models.providers.minimax-portal.apiKey '\x3Ckey>'
Workflow
Config patch protected paths:
- Cannot patch channel-specific configs (e.g., whatsapp:8801322964987)
- Raw must be object, not string — wrong: gateway('config.patch', {raw: '{...}'})
Right: gateway('config.patch', {raw: {channels: {...}}}) - Protected paths raise error: gateway config.patch cannot change protected config paths: \x3Cpath>
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fix-exec-allowlist-miss - 安装完成后,直接呼叫该 Skill 的名称或使用
/fix-exec-allowlist-miss触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Fix Exec Allowlist Miss 是什么?
Hybrid reload mode auto-restarts for gateway/plugins changes. Config patching requires baseHash from config.get first. Minimax cron auth uses system-level to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 Fix Exec Allowlist Miss?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fix-exec-allowlist-miss」即可一键安装,无需额外配置。
Fix Exec Allowlist Miss 是免费的吗?
是的,Fix Exec Allowlist Miss 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fix Exec Allowlist Miss 支持哪些平台?
Fix Exec Allowlist Miss 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fix Exec Allowlist Miss?
由 Fazlay Rabby(@rabbykst)开发并维护,当前版本 v1.0.0。