← 返回 Skills 市场
Document Ops Exception Review Coordinator
作者
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install document-ops-exception-review-coordinator
功能描述
Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics.
使用说明 (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_searchfor saved tracker paths, report paths, labels, reminder style, and owner/escalation conventions. - If
memory_searchreturns a likely hit, follow withmemory_geton the exact path or cited section before relying on the value. - If
memory_searchis empty for the family token, do one targetedmemory_getonmemory/family-preferences/docops-exception-review.mdbefore assuming there is nothing useful to reuse. - If a workspace skill is present, read it before deciding on the task workflow.
- Use
read,write, andeditbefore falling back toexecwhen 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_statusunless 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install document-ops-exception-review-coordinator - 安装完成后,直接呼叫该 Skill 的名称或使用
/document-ops-exception-review-coordinator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Document Ops Exception Review Coordinator 是什么?
Coordinate document ops exception review work using memory-first retrieval, native file tools, and the correct scheduler semantics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Document Ops Exception Review Coordinator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install document-ops-exception-review-coordinator」即可一键安装,无需额外配置。
Document Ops Exception Review Coordinator 是免费的吗?
是的,Document Ops Exception Review Coordinator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Document Ops Exception Review Coordinator 支持哪些平台?
Document Ops Exception Review Coordinator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Document Ops Exception Review Coordinator?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。
推荐 Skills