Install
openclaw skills install @mx-222/ezer-multiagent-auditorWrapper skill for the Ezer audit backend API. Use this skill when the user asks to run a financial audit task by code/period/year/lang and return structured final audit output from the Ezer API.
openclaw skills install @mx-222/ezer-multiagent-auditorThis skill wraps the existing Ezer backend API and returns task result payloads.
Use this skill when the user wants to run an Ezer audit task with these fields:
code (example: 300750.SZ)period (FY|Q1|Q2|Q3|H1)year (integer)lang (example: zh-CN)EZER_API_BASE_URL example: http://127.0.0.1:8008EZER_BEARER_TOKEN optional if API auth is disabledpython3 {baseDir}/scripts/invoke_ezer_api.py \
--code 300750.SZ \
--period FY \
--year 2021 \
--lang zh-CN
/api/tasks to create task./api/tasks/{task_id}/result until completion or timeout.