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