crm-companies

Manage CRM companies via a Supabase-backed backend with checksum deduplication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill crm-companies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crm-companies
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/crm-companies
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill crm-companies

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use framework for managing CRM companies in a Supabase-backed backend: create, update, search, manage domains, tags, linked contacts, and attachments, all through standardized operations.

Core Features & Use Cases

  • Create and update companies with fields like name, website, category, description, and creator metadata.
  • Manage domains and tags, link related contacts, and attach documents to create a complete company profile.
  • Use case: onboard a new company and configure its domain, tags, and connections for sales outreach or customer data consolidation.

Quick Start

Run the CRM companies skill to perform a full lifecycle operation: create a new company with name, domain, and initial tags, then verify the record via the API.

Frequently Asked Questions about crm-companies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CRM company data creation and updates in Supabase?

This Skill automates CRM company management via a Supabase backend, providing strict API interactions to create records, update details, and link domains or tags. It uses required environment variables and includes a checksum workflow to prevent duplicate company entries.

What is the best way to prevent duplicate companies when adding CRM records to Supabase?

To prevent duplicate companies in Supabase, this Skill implements a pre-creation checksum workflow. This process validates company data before insertion, ensuring existing records are not duplicated during automated onboarding or updates.

Does this CRM automation Skill require specific environment variables to manage company data?

Yes, this CRM automation Skill requires specific environment variables to function. It implements strict API interactions with the Supabase backend, so you must configure the necessary environment variables to securely create, update, and search company records.

Can I link domains and tags to a company profile during onboarding with Supabase?

Yes, you can link domains and tags to a company profile during onboarding. The Skill automates CRM company management in a Supabase backend, allowing you to configure domain associations and tags alongside core company details like name and website.

How do I retrieve complete company records with related relations from a Supabase CRM?

You retrieve complete company records with related relations from a Supabase CRM by using standardized search operations. This Skill returns representational responses that include linked contacts, attachments, domains, and tags for each company.