← 返回 Skills 市场
mx-222

Ezer Multi-Agent Report Auditor

作者 MX-222 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ezer-multiagent-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...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ezer-multiagent-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ezer-multiagent-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ezer-multiagent-auditor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Ezer Multi-Agent Report Auditor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ezer-multiagent-auditor」即可一键安装,无需额外配置。

Ezer Multi-Agent Report Auditor 是免费的吗?

是的,Ezer Multi-Agent Report Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ezer Multi-Agent Report Auditor 支持哪些平台?

Ezer Multi-Agent Report Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ezer Multi-Agent Report Auditor?

由 MX-222(@mx-222)开发并维护,当前版本 v1.0.0。

💬 留言讨论