/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crm-entity-extraction - After installation, invoke the skill by name or use
/crm-entity-extraction - Provide required inputs per the skill's parameter spec and get structured output
What is CRM Entity Extraction?
Standard Operating Procedure (SOP) that bridges extraction logic to CRM append operations via atomic nodes. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install CRM Entity Extraction?
Run "/install crm-entity-extraction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CRM Entity Extraction free?
Yes, CRM Entity Extraction is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CRM Entity Extraction support?
CRM Entity Extraction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CRM Entity Extraction?
It is built and maintained by zvirb (@zvirb); the current version is v1.0.4.