/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install capture-classification - 安装完成后,直接呼叫该 Skill 的名称或使用
/capture-classification触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Capture Classification 是什么?
Standard Operating Procedure (SOP) that routes unstructured text to Tasks or LanceDB based on urgency using atomic nodes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Capture Classification?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install capture-classification」即可一键安装,无需额外配置。
Capture Classification 是免费的吗?
是的,Capture Classification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Capture Classification 支持哪些平台?
Capture Classification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Capture Classification?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.4。