← 返回 Skills 市场
Ocas Triage
作者
Indigo Karasu
· GitHub ↗
· v1.2.0
· MIT-0
179
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ocas-triage
功能描述
System scheduler and priority queue manager. Determines what gets attention next across all pending work. Use when prioritizing competing tasks, checking que...
安全使用建议
This skill appears to be what it says: a local task scheduler that stores audit logs and emits pickup signals for consumers. Before installing, confirm you are comfortable with the agent creating and maintaining a .triage directory (queue.jsonl, signals.jsonl, journals, etc.) in the agent environment and that other skills or processes will honor the stated boundaries. Also verify that Mentor/Dispatch integrations in your system follow the described protocols (polling and acknowledgments) and that no external network endpoints are added later. If you have strict storage or retention rules, decide where the .triage directory will live and who can read it; otherwise the skill is internally consistent and proportional to its purpose.
功能分析
Type: OpenClaw Skill
Name: ocas-triage
Version: 1.2.0
The ocas-triage skill bundle is a system scheduler and priority queue manager designed to handle task prioritization and state management. The logic is entirely focused on its stated purpose, utilizing a deterministic scoring model and local file-based signaling (.triage/signals.jsonl) to coordinate with other agent components. It includes explicit security boundaries in boundary_contracts.md, stating that the skill never invokes execution systems or reads data outside its own directory, and no evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and references consistently describe a scheduler that maintains a local durable queue and emits signals. There are no unrelated environment variables, binaries, or external endpoints required that would be inconsistent with a local scheduler.
Instruction Scope
The runtime instructions explicitly require writing and appending records under a local .triage directory (queue.jsonl, signals.jsonl, journals, etc.) and expect consumers (Mentor, Dispatch, base agent) to poll or acknowledge signals. This is in-scope for a scheduler, but it does grant the skill the ability to persist scheduling state locally; review whether you are comfortable with the agent process creating and maintaining these files. The SKILL.md does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Lowest-risk install posture.
Credentials
No required environment variables, credentials, or config paths beyond the .triage directory. The requested access is proportional to a local scheduler: persistent local storage only.
Persistence & Privilege
The skill persists state to the agent filesystem (.triage/) and creates journal files and logs. It does not request always:true or other elevated privileges and claims not to write outside .triage. Confirm your environment's file-permission model and retention policy for these files before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ocas-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/ocas-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
ocas-triage 1.2.0
- Expanded documentation with detailed priority scoring, preemption criteria, and heartbeat cadence injection for Mentor handoffs.
- Enforced that every Mentor-routed task includes a heartbeat interval; documented interval assignment rules.
- Outlined storage layout, task life cycle, signal protocols, and validation rules for robust queue management.
- Clarified boundaries with related skills and included reference file guidance.
- Improved auditability with explicit logging requirements for state transitions and preemption events.
元数据
常见问题
Ocas Triage 是什么?
System scheduler and priority queue manager. Determines what gets attention next across all pending work. Use when prioritizing competing tasks, checking que... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Ocas Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocas-triage」即可一键安装,无需额外配置。
Ocas Triage 是免费的吗?
是的,Ocas Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ocas Triage 支持哪些平台?
Ocas Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ocas Triage?
由 Indigo Karasu(@indigokarasu)开发并维护,当前版本 v1.2.0。
推荐 Skills