AI Agent Hub
Back to skills
Weaver OA Audit Manager icon

Weaver OA Audit Manager

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_ab9d114c/yoa-audit-manager according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Weaver E-Cology OA approvals are spread across portal pages, form fields, related contracts, and audit logs. Manual inspection or prompting a model to infer page content can omit fields, summarize required tables, or accidentally trigger approval actions. This skill maps those operations to explicit CLI commands and an Agent routing table.

Core workflow

  • Login and session: use oa-audit-cli login for QR-code sign-in, store the session in .oa/cookies.json, and verify it with session --probe.
  • Lists and details: workflow-doing, workflow-done, workflow-my, and workflow-cc retrieve current todos, done items, my requests, and CC items; workflow-todo-detail, workflow-done-detail, and workflow-cc-detail return Markdown or page details.
  • Flow context: workflow-detail presents form fields, the 8-column audit trail, attachments, and contract links; workflow-invoices extracts invoice data, while workflow-attachments downloads main-form files.
  • Gated writes: workflow-operate and workflow-forward-operate are disabled by default, require a single explicitly specified process ID, and remain constrained by OA_APPROVAL_ENABLED and a whitelist.

Boundaries

The OA base URL and a valid session are required. It targets Weaver OA workflow forms, not non-OA forms such as ehr; do not force workflow-detail on empty or negative request IDs. Approval writes remain disabled by default, and batch or Agent-selected approval operations are not allowed.

Use Cases

  • When clearing daily OA todos, use the todo-detail command to inspect form fields, audit trail, and contract links without missing page content.
  • During expense reimbursement review, read invoice OCR data and amounts, then download attachments to verify receipts or contract copies.
  • Before handling a transferred request, check my-request or CC lists for status, then open the single flow detail for approval comments and related applications.
  • Before enabling write actions, require a single explicitly specified process ID and whitelist approval, then perform approve, reject, or co-sign confirmation.

Best For

  • Approvers who clear Weaver OA todos daily and need flow details plus audit trails
  • Finance or ops staff verifying invoice amounts, attachments, and contract links in reimbursement or contract workflows
  • Process admins who query todo, done, and CC lists via CLI or agents and export Markdown results
  • IT or security admins configuring base URL, whitelists, and single process IDs before enabling approvals