← Back to Skills Marketplace
indigokarasu

Ocas Triage

by Indigo Karasu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
179
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ocas-triage
Description
System scheduler and priority queue manager. Determines what gets attention next across all pending work. Use when prioritizing competing tasks, checking que...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ocas-triage
  3. After installation, invoke the skill by name or use /ocas-triage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ocas-triage
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ocas Triage?

System scheduler and priority queue manager. Determines what gets attention next across all pending work. Use when prioritizing competing tasks, checking que... It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.

How do I install Ocas Triage?

Run "/install ocas-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ocas Triage free?

Yes, Ocas Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ocas Triage support?

Ocas Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ocas Triage?

It is built and maintained by Indigo Karasu (@indigokarasu); the current version is v1.2.0.

💬 Comments