Install
openclaw skills install capture-classificationStandard Operating Procedure (SOP) that routes unstructured text to Tasks or LanceDB based on urgency using atomic nodes.
openclaw skills install capture-classificationThis procedure guides the agent to act as a semantic router for inbound text using explicitly defined atomic nodes.
WHEN [Unstructured audio transcript or note text is captured] THEN [ Follow this strict Standard Operating Procedure:
Step 1: Classification
LLM-Classify-Intent atomic skill with categories: ["Actionable", "Informational"].Step 2: Routing Execution
Google Tasks Create Task atomic node using the text as the title.Vector Store Upsert Memory atomic node to save it as reference material.A JSON log confirming the routed destination and action taken by the respective atomic node.