/install capture-classification
Lean Philosophy (Principles)
- Kaizen (改善): This workflow relies entirely on discrete, single-responsibility atomic nodes rather than a monolithic loop.
- Standardized Work (Hyojun Sagyo): This node represents a strict, step-by-step Standard Operating Procedure (SOP) for inbound text classification.
- Jidoka (自働化): Includes autonomous self-healing loops with hard verification stops between every step.
Capture Classification SOP
This procedure guides the agent to act as a semantic router for inbound text using explicitly defined atomic nodes.
Cognitive Directives
WHEN [Unstructured audio transcript or note text is captured] THEN [ Follow this strict Standard Operating Procedure:
Step 1: Classification
- Execute the
LLM-Classify-Intentatomic skill with categories: ["Actionable", "Informational"]. - Jidoka Stop: Verify the skill returns exactly one of the requested categories. IF it fails, instruct it to correct the output and retry. Do NOT proceed until a valid category is obtained.
Step 2: Routing Execution
- IF "Actionable":
- Execute the
Google Tasks Create Taskatomic node using the text as the title. - Jidoka Stop: Check if the node returns a successful JSON response. IF it fails, retry up to 3 times. IF it still fails, report the error and STOP.
- Execute the
- IF "Informational":
- Execute the
Vector Store Upsert Memoryatomic node to save it as reference material. - Jidoka Stop: Verify the vector store confirms a successful upsert. IF it fails, retry up to 3 times. IF it still fails, report the error and STOP. ]
- Execute the
Expected Output
A JSON log confirming the routed destination and action taken by the respective atomic node.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install capture-classification - After installation, invoke the skill by name or use
/capture-classification - Provide required inputs per the skill's parameter spec and get structured output
What is Capture Classification?
Standard Operating Procedure (SOP) that routes unstructured text to Tasks or LanceDB based on urgency using atomic nodes. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Capture Classification?
Run "/install capture-classification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Capture Classification free?
Yes, Capture Classification is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Capture Classification support?
Capture Classification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Capture Classification?
It is built and maintained by zvirb (@zvirb); the current version is v1.0.4.