Created
March 13, 2026 05:16
-
-
Save darkamenosa/fab7963e7ad057b1a81ae7dd6f449be4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "lastTouchedVersion": "2026.3.7", | |
| "lastTouchedAt": "2026-03-08T15:48:36.797Z" | |
| }, | |
| "env": { | |
| "shellEnv": { | |
| "enabled": true, | |
| "timeoutMs": 15000 | |
| } | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-03-08T15:48:36.731Z", | |
| "lastRunVersion": "2026.3.7", | |
| "lastRunCommand": "configure", | |
| "lastRunMode": "local" | |
| }, | |
| "auth": "<REDACTED>", | |
| "agents": { | |
| "defaults": { | |
| "model": { | |
| "primary": "openai-codex/gpt-5.4", | |
| "fallbacks": [ | |
| "openai-codex/gpt-5.3-codex" | |
| ] | |
| }, | |
| "models": { | |
| "openai-codex/gpt-5.3-codex": {}, | |
| "openai-codex/gpt-5.4": {} | |
| }, | |
| "workspace": "/Users/tuyenhx/.openclaw/workspace", | |
| "compaction": { | |
| "mode": "safeguard" | |
| }, | |
| "maxConcurrent": 4, | |
| "subagents": { | |
| "maxConcurrent": 8 | |
| } | |
| }, | |
| "list": [ | |
| { | |
| "id": "owner-admin", | |
| "default": true, | |
| "sandbox": { | |
| "mode": "off" | |
| }, | |
| "tools": { | |
| "profile": "full", | |
| "elevated": { | |
| "enabled": true | |
| }, | |
| "exec": { | |
| "security": "full", | |
| "ask": "off" | |
| }, | |
| "fs": { | |
| "workspaceOnly": false | |
| } | |
| } | |
| }, | |
| { | |
| "id": "family-meo-na", | |
| "workspace": "~/.openclaw/workspace-family", | |
| "sandbox": { | |
| "mode": "off" | |
| }, | |
| "tools": { | |
| "profile": "full", | |
| "deny": [ | |
| "gateway" | |
| ], | |
| "exec": { | |
| "host": "gateway", | |
| "security": "full", | |
| "ask": "off" | |
| }, | |
| "fs": { | |
| "workspaceOnly": false | |
| } | |
| } | |
| }, | |
| { | |
| "id": "friends-hat", | |
| "workspace": "~/.openclaw/workspace-friends", | |
| "sandbox": { | |
| "mode": "all", | |
| "workspaceAccess": "rw", | |
| "scope": "session", | |
| "docker": { | |
| "image": "openclaw-sandbox-common:bookworm-slim", | |
| "readOnlyRoot": false, | |
| "network": "bridge", | |
| "user": "0:0", | |
| "env": { | |
| "GEMINI_API_KEY": "<REDACTED>" | |
| } | |
| } | |
| }, | |
| "tools": { | |
| "profile": "messaging", | |
| "alsoAllow": [ | |
| "group:fs", | |
| "image", | |
| "cron", | |
| "web_search", | |
| "web_fetch", | |
| "group:runtime" | |
| ], | |
| "deny": [ | |
| "gateway", | |
| "sessions_list", | |
| "sessions_history", | |
| "sessions_send", | |
| "sessions_spawn" | |
| ], | |
| "fs": { | |
| "workspaceOnly": true | |
| } | |
| } | |
| }, | |
| { | |
| "id": "work", | |
| "workspace": "~/.openclaw/workspace-work", | |
| "sandbox": { | |
| "mode": "all", | |
| "workspaceAccess": "rw", | |
| "scope": "session", | |
| "docker": { | |
| "image": "openclaw-sandbox-common:bookworm-slim", | |
| "readOnlyRoot": false, | |
| "network": "bridge", | |
| "user": "0:0", | |
| "env": { | |
| "GEMINI_API_KEY": "<REDACTED>", | |
| "SHOPIFY_TN_API_KEY": "<REDACTED>", | |
| "SHOPIFY_TN_PASSWORD": "<REDACTED>", | |
| "SHOPIFY_TN_HOSTNAME": "${SHOPIFY_TN_HOSTNAME}", | |
| "SHOPIFY_NC_API_KEY": "<REDACTED>", | |
| "SHOPIFY_NC_PASSWORD": "<REDACTED>", | |
| "SHOPIFY_NC_HOSTNAME": "${SHOPIFY_NC_HOSTNAME}", | |
| "GCS_PROJECT_ID": "${GCS_PROJECT_ID}", | |
| "GCS_CREDENTIALS_JSON": "${GCS_CREDENTIALS_JSON}", | |
| "GCS_BUCKET_NAME": "${GCS_BUCKET_NAME}", | |
| "CDN_BASE_URL": "${CDN_BASE_URL}", | |
| "N8N_WEBHOOK_URL": "${N8N_WEBHOOK_URL}" | |
| } | |
| } | |
| }, | |
| "tools": { | |
| "profile": "messaging", | |
| "alsoAllow": [ | |
| "group:fs", | |
| "image", | |
| "cron", | |
| "group:runtime", | |
| "web_search", | |
| "web_fetch", | |
| "search_workflows", | |
| "get_workflow_details", | |
| "execute_workflow" | |
| ], | |
| "deny": [ | |
| "gateway", | |
| "sessions_list", | |
| "sessions_history", | |
| "sessions_send", | |
| "sessions_spawn" | |
| ], | |
| "exec": { | |
| "security": "full", | |
| "ask": "always" | |
| }, | |
| "fs": { | |
| "workspaceOnly": true | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| "tools": { | |
| "profile": "messaging", | |
| "deny": [ | |
| "gateway", | |
| "browser", | |
| "canvas", | |
| "nodes" | |
| ], | |
| "sessions": { | |
| "visibility": "self" | |
| }, | |
| "message": { | |
| "crossContext": { | |
| "allowWithinProvider": true, | |
| "allowAcrossProviders": false | |
| } | |
| }, | |
| "agentToAgent": { | |
| "enabled": false | |
| }, | |
| "elevated": { | |
| "enabled": false | |
| }, | |
| "exec": { | |
| "security": "deny", | |
| "ask": "always" | |
| }, | |
| "fs": { | |
| "workspaceOnly": false | |
| } | |
| }, | |
| "bindings": [ | |
| { | |
| "agentId": "family-meo-na", | |
| "match": { | |
| "channel": "openzalo", | |
| "peer": { | |
| "kind": "group", | |
| "id": "2537057503136799281" | |
| } | |
| } | |
| } | |
| ], | |
| "messages": { | |
| "ackReactionScope": "group-mentions" | |
| }, | |
| "commands": { | |
| "native": "auto", | |
| "nativeSkills": "auto", | |
| "text": true, | |
| "bash": false, | |
| "config": false, | |
| "debug": false, | |
| "restart": false, | |
| "useAccessGroups": true, | |
| "ownerDisplay": "raw", | |
| "allowFrom": { | |
| "openzalo": [ | |
| "1471383327500481391" | |
| ] | |
| } | |
| }, | |
| "hooks": { | |
| "internal": { | |
| "enabled": true, | |
| "entries": { | |
| "boot-md": { | |
| "enabled": true | |
| }, | |
| "bootstrap-extra-files": { | |
| "enabled": true | |
| }, | |
| "command-logger": { | |
| "enabled": true | |
| }, | |
| "session-memory": { | |
| "enabled": true | |
| } | |
| } | |
| } | |
| }, | |
| "channels": { | |
| "defaults": { | |
| "groupPolicy": "allowlist" | |
| }, | |
| "openzalo": { | |
| "enabled": true, | |
| "profile": "default", | |
| "blockStreaming": true, | |
| "acpx": { | |
| "enabled": true, | |
| "command": "acpx", | |
| "agent": "claude", | |
| "cwd": "/Users/tuyenhx", | |
| "permissionMode": "approve-all", | |
| "nonInteractivePermissions": "fail" | |
| }, | |
| "dmPolicy": "pairing", | |
| "groupPolicy": "allowlist", | |
| "groupAllowFrom": [ | |
| "5316386947725214403", | |
| "4495129751473230693", | |
| "1426870657825641161", | |
| "9189225151982155138", | |
| "5631784872787651116", | |
| "2537057503136799281" | |
| ] | |
| } | |
| }, | |
| "gateway": { | |
| "port": 18789, | |
| "mode": "local", | |
| "bind": "loopback", | |
| "auth": "<REDACTED>", | |
| "tailscale": { | |
| "mode": "off", | |
| "resetOnExit": false | |
| }, | |
| "nodes": { | |
| "denyCommands": [ | |
| "camera.snap", | |
| "camera.clip", | |
| "screen.record", | |
| "contacts.add", | |
| "calendar.add", | |
| "reminders.add", | |
| "sms.send" | |
| ] | |
| } | |
| }, | |
| "skills": { | |
| "install": { | |
| "nodeManager": "pnpm" | |
| } | |
| }, | |
| "plugins": { | |
| "allow": [ | |
| "openzalo" | |
| ], | |
| "entries": { | |
| "openzalo": { | |
| "enabled": true | |
| } | |
| }, | |
| "installs": { | |
| "openzalo": { | |
| "source": "path", | |
| "sourcePath": "/Users/tuyenhx/.openclaw/workspace/tmp/openzalo", | |
| "installPath": "/Users/tuyenhx/.openclaw/extensions/openzalo", | |
| "version": "2026.2.19", | |
| "installedAt": "2026-03-06T13:56:18.695Z" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment