← Back to Skills Marketplace
terrycarter1985

Document Ops Exception Review Coordinator

by terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install document-ops-exception-review-coordinator
Description
Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics.
README (SKILL.md)

document-ops-exception-review-coordinator

Trigger when exception review work needs coordination with memory-first retrieval, parallel reads, and correct scheduler usage.

Instructions

  • Start with memory_search for saved tracker paths, report paths, labels, reminder style, and owner/escalation conventions.
  • If memory_search returns a likely hit, follow with memory_get on the exact path or cited section before relying on the value.
  • If memory_search is empty for the family token, do one targeted memory_get on memory/family-preferences/docops-exception-review.md before assuming there is nothing useful to reuse.
  • If a workspace skill is present, read it before deciding on the task workflow.
  • Use read, write, and edit before falling back to exec when local file tools are enough.
  • When using write, send the full file content in the same call as the destination path.
  • Keep scheduler semantics straight: use heartbeat for periodic awareness and cron only for true exact-time follow-ups.
  • Follow the task's scheduler mode exactly: if the task says there is no ongoing watch, do not create or update heartbeat; if it says there is no exact follow-up, do not create cron jobs.
  • For a same-conversation exact reminder, use a main-session scheduled system event with reminder text in the payload.
  • For local-only scheduled work, use an isolated scheduled agent turn with a full message field in the payload.
  • Do not use text for isolated agent-turn payloads.
  • Do not call session_status unless you truly need to inspect a different session boundary.
  • Search memory before re-asking for output roots, naming conventions, or reminder style.
  • Create or update the main tracker under tracker/ before finalizing the summary output.
  • Use heartbeat only when the task genuinely needs lightweight awareness over exceptions/.
  • Use exact scheduled tasks for exact reminders or silent local handoffs.
  • Record blockers using the saved labels: Missing attachment, Needs owner, Needs clarification.
Usage Guidance
This skill appears coherent and limited to coordinating review tasks. Before installing, confirm that your agent platform's memory, file I/O, exec, and scheduler APIs behave as you expect and that you trust the agent runtime: the skill can read/write local files, access the agent's memory, and (as a last resort) run exec commands and create scheduled tasks. Make sure these platform-level capabilities are acceptable for your security posture and verify any workspace skill the agent may read is trustworthy.
Capability Analysis
Type: OpenClaw Skill Name: document-ops-exception-review-coordinator Version: 1.0.0 The skill bundle provides operational instructions for a document operations exception review coordinator. It utilizes standard OpenClaw capabilities such as memory retrieval (memory_search/get), file manipulation (read/write/edit), and task scheduling (cron/heartbeat) to manage trackers and reminders. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the instructions in SKILL.md are focused on task coordination and following specific workflow conventions.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md explicitly instructs use of memory_search/memory_get, local read/write/edit, workspace inspection, and scheduler semantics — all appropriate for a coordinator skill. There are no unrelated required binaries, env vars, or installs.
Instruction Scope
Instructions stay on-topic (search memory, read workspace if present, update tracker/, use heartbeat vs cron correctly). They do allow falling back to exec only when local file tools are insufficient; that is an implementation detail but not itself inconsistent with the stated purpose. The instructions do not request external endpoints, unrelated files, or undisclosed credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk delivery mechanism and consistent with the described behavior.
Credentials
No environment variables, credentials, or config paths are required. The SKILL.md references only agent memory, workspace skill, local files, and scheduler APIs — all proportional to coordinating exception review.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide changes or other skills' credentials. It instructs creating/updating its own tracker/ paths which is reasonable for its role.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install document-ops-exception-review-coordinator
  3. After installation, invoke the skill by name or use /document-ops-exception-review-coordinator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: coordinates document ops exception review tasks with advanced memory use and strict scheduler rules. - Uses memory-first retrieval for prior paths, reminders, and conventions before local or external calls. - Enforces precise scheduler semantics: heartbeat for ongoing awareness, and cron only for exact follow-ups. - Integrates native file read, write, and edit before running local commands. - Follows clear workflow: only schedules as instructed, records blockers with set labels, and updates main tracker upon summary. - Offers details on when and how to use isolated agent turns, reminders, and memory lookups.
Metadata
Slug document-ops-exception-review-coordinator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Document Ops Exception Review Coordinator?

Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install Document Ops Exception Review Coordinator?

Run "/install document-ops-exception-review-coordinator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Document Ops Exception Review Coordinator free?

Yes, Document Ops Exception Review Coordinator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Document Ops Exception Review Coordinator support?

Document Ops Exception Review Coordinator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Document Ops Exception Review Coordinator?

It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.

💬 Comments