Install
openclaw skills install @yiming1001/mx-autoLocal Runtime automation entrypoint for App triggers, read-only browser sandbox inspection, and local script execution. Use when the user wants to list or run Runtime triggers, inspect existing browser sandbox tabs/snapshots, or list/show/run local App scripts.
openclaw skills install @yiming1001/mx-autoUse this skill as a lightweight router for local Runtime automation.
Preferences file:
$OPENCLAW_STATE_DIR/skill-state/mx-auto/preferences.json
Fallback:
$HOME/.openclaw/skill-state/mx-auto/preferences.json
Helper:
bash {baseDir}/scripts/export_preference.sh show
bash {baseDir}/scripts/export_preference.sh apply-recommended
bash {baseDir}/scripts/export_preference.sh set-key defaultAppHome "/Users/zhym/Library/Application Support/rpa-app-executor"
Runtime base URL discovery:
MX_APP_RUNTIME_BASE_URLRPA_RUNTIME_BASE_URLdefaultLocalBaseUrl8877, 8878, 8879Runtime app home discovery:
--app-homeMX_AUTO_APP_HOMERPA_APP_HOMEdefaultAppHomeRuntime admin token discovery:
MX_APP_RUNTIME_ADMIN_TOKENRPA_RUNTIME_ADMIN_TOKEN{resolved app home}/runtime/admin-token.jsonNever store or print the Runtime admin token value. App updates may rotate or recreate it; re-read the token file at runtime.
Prefer the wrapper:
bash {baseDir}/scripts/run.sh ...
Triggers:
bash {baseDir}/scripts/run.sh triggers list --format json
bash {baseDir}/scripts/run.sh triggers run --trigger-name "小红书测试"
Sandbox:
bash {baseDir}/scripts/run.sh sandbox tabs --format json
bash {baseDir}/scripts/run.sh sandbox snapshot --url-contains dashboardV4 --url-not-contains /review
Scripts:
bash {baseDir}/scripts/run.sh scripts list --format json
bash {baseDir}/scripts/run.sh scripts show xiaohongshu.note.search.v1.json --format json
bash {baseDir}/scripts/run.sh scripts run xiaohongshu.note.search.v1.json --input-json '{"keyword":"美食探店"}' --wait true --format json
Legacy trigger commands remain supported:
bash {baseDir}/scripts/run.sh --list-triggers
bash {baseDir}/scripts/run.sh --trigger-name "小红书测试"