← Back to Skills Marketplace
mx-222

Ezer Multi-Agent Report Auditor

by MX-222 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ezer-multiagent-auditor
Description
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...
README (SKILL.md)

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_URL example: http://127.0.0.1:8008
  • EZER_BEARER_TOKEN optional 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

  1. POST /api/tasks to create task.
  2. Poll /api/tasks/{task_id}/result until completion or timeout.
  3. 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.
Usage Guidance
This skill appears to do exactly what it claims, but review these operational cautions before enabling it: 1) Ensure EZER_API_BASE_URL points to a trusted Ezer backend (prefer HTTPS) — the script will make network requests to whatever you set, including internal network addresses. 2) Only provide EZER_BEARER_TOKEN if necessary and treat it as a secret with least privilege; rotate it if exposed. 3) The script prints the full JSON response to stdout which may include sensitive data — consider where the output will be stored or forwarded. 4) If you need stronger isolation, run the skill in a restricted environment or network namespace. The included Python source is small and readable; review it yourself if you want to confirm there is no additional data exfiltration beyond contacting the configured API endpoints.
Capability Analysis
Type: OpenClaw Skill Name: ezer-multiagent-auditor Version: 1.0.0 The skill is a straightforward API wrapper for a financial audit service (Ezer). The Python script `scripts/invoke_ezer_api.py` uses standard libraries to send audit parameters to a user-configured endpoint and poll for results. It handles authentication via environment variables and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the script POSTs to /api/tasks and polls /api/tasks/{id}/result. Declared requirements (python3, EZER_API_BASE_URL) are exactly what the script needs.
Instruction Scope
SKILL.md instructs running the included Python script with the expected arguments and environment variable. The instructions and script only perform HTTP calls to the configured EZER_API_BASE_URL and do not read other files, system paths, or unrelated environment variables.
Install Mechanism
No install spec; the skill is instruction-only plus a small included script. Nothing is downloaded or extracted at install time. Required runtime binary is only python3, which is reasonable.
Credentials
Only EZER_API_BASE_URL is required and EZER_BEARER_TOKEN is optional. These are proportionate for an API wrapper. No unrelated secrets or many environment variables are requested.
Persistence & Privilege
always:false and default invocation behavior are set. The skill does not request persistent system privileges or modify other skills/config; it only makes outbound HTTP requests to the configured base URL.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ezer-multiagent-auditor
  3. After installation, invoke the skill by name or use /ezer-multiagent-auditor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Ezer Audit API wrapper skill: - Enables running financial audit tasks by code, period, year, and language via the Ezer backend API. - Automates task creation, result polling, and outputs structured audit results. - Requires the EZER_API_BASE_URL environment variable. - Supports optional API authentication if enabled. - Returns raw error payloads and exit code if the API indicates failure.
Metadata
Slug ezer-multiagent-auditor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments