← 返回
未分类 中文

CRM Entity Extraction

Standard Operating Procedure (SOP) that bridges extraction logic to CRM append operations via atomic nodes.
标准操作规程(SOP),通过原子节点桥接提取逻辑至CRM追加操作。
zvirb
未分类 clawhub v1.0.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 408
下载
💾 1
安装
1
版本
#latest

概述

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 data extraction and persistence.
  • Jidoka (自働化): Includes autonomous self-healing loops with hard verification stops between every step.

CRM Entity Extraction SOP

This procedure guides the agent to extract structured data and append it to a CRM spreadsheet using explicitly defined atomic nodes.

Cognitive Directives

WHEN [A business-related email or note containing CRM data is received]

THEN [

Follow this strict Standard Operating Procedure:

Step 1: Entity Extraction

  • Execute the LLM-Extract-JSON atomic skill to extract structured entities (name, org, date).
  • Jidoka Stop: Check if the sub-agent returns a valid JSON object matching the requested schema. IF it returns unstructured text, instruct the skill to format correctly and retry. Do NOT proceed until valid JSON is acquired.

Step 2: Append to CRM

  • Execute the Google Sheets Append Row (or equivalent) atomic node, passing the extracted JSON row.
  • Jidoka Stop: Verify the atomic node returns a successful JSON confirmation. IF the API request fails, retry up to 3 times with the exact error output. IF it still fails, report the error and STOP.

]

Expected Output

A JSON summary of the extracted data and the successful append confirmation.

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-07 05:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Gmail Delete Email

zvirb
原子节点技能,使用 gog CLI 删除 Gmail 邮件。
★ 0 📥 449

Google Calendar Create Event

zvirb
使用 gog CLI 创建 Google 日历事件的原子节点技能。
★ 0 📥 519

Flow State Monitoring

zvirb
工作流驱动的技能,推断深度专注并自动屏蔽干扰。
★ 0 📥 456