oc-router

Route web-chat messages through a six-step deterministic processing workflow.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oc-router
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/oc-router
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill oc-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route incoming web-chat messages to the correct handlers and ensure timely, accurate responses.

Core Features & Use Cases

  • Message routing and flow control for web-chat messages.
  • Context loading and session management to preserve conversation state.
  • Deterministic step-based processing and safe response generation.

Quick Start

Process a new web-chat message by routing it to the appropriate handler and returning the generated response.

Frequently Asked Questions about oc-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to preserve conversation state when processing web-chat messages?

Message routing for web-chat uses a deterministic workflow that reads incoming messages, loads session context, classifies intent, generates a safe response, and updates the session state.

How does session context loading work during web-chat message processing?

Session context loading retrieves and preserves conversation state before message classification, ensuring the response generation step has the necessary historical interaction data.

Can I use deterministic step-based processing for reliable message routing?

Deterministic step-based processing executes a fixed six-step sequence including message read, session load, classification, response generation, queue writing, and session updating with safety checks.

Does web-chat message routing require an external message detection tool?

Web-chat message routing is triggered internally when a polling tool detects new messages, subsequently handling routing, context loading, and response dispatch.

What are the limitations of using a queue-based workflow for web-chat message processing?

Queue-based workflow limitations include strict sequential execution of six steps and dependency on successful session loading and safety checks before response dispatch.