ezer_audit_api

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 final audit output from the Ezer API.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ezer_audit_api" with this command: npx skills add mx-222/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_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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Tophant Clawvault Operator

Operate ClawVault services, configuration, vault presets, and scanning from OpenClaw

Registry SourceRecently Updated
Security

review-sendmsg

Perform detailed Python code reviews identifying bugs, security risks, test gaps, and maintainability issues in diffs, patches, or pull requests.

Registry SourceRecently Updated
Security

Trent OpenClaw Security Assessment

Assess your Agent deployment against security risks using Trent.

Registry SourceRecently Updated
Security

X402 Cfo

Financial brain for x402 payments — budget enforcement, cost policies, spend analytics, anomaly detection, and audit trail for autonomous agents.

Registry SourceRecently Updated