/install ezer-multiagent-auditor
Ezer Audit API Skill
This skill wraps the existing Ezer backend API and returns task result payloads.
When to use
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)
Required environment
EZER_API_BASE_URLexample:http://127.0.0.1:8008EZER_BEARER_TOKENoptional if API auth is disabled
Run command
python3 {baseDir}/scripts/invoke_ezer_api.py \
--code 300750.SZ \
--period FY \
--year 2021 \
--lang zh-CN
Behavior
- POST
/api/tasksto create task. - Poll
/api/tasks/{task_id}/resultuntil completion or timeout. - Print final JSON payload to stdout.
Notes
- This skill does not expose any model-provider keys.
- If the API returns failure, pass through error payload and non-zero exit.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ezer-multiagent-auditor - After installation, invoke the skill by name or use
/ezer-multiagent-auditor - Provide required inputs per the skill's parameter spec and get structured output
What is Ezer Multi-Agent Report Auditor?
Wrapper 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Ezer Multi-Agent Report Auditor?
Run "/install ezer-multiagent-auditor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ezer Multi-Agent Report Auditor free?
Yes, Ezer Multi-Agent Report Auditor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ezer Multi-Agent Report Auditor support?
Ezer Multi-Agent Report Auditor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ezer Multi-Agent Report Auditor?
It is built and maintained by MX-222 (@mx-222); the current version is v1.0.0.