add-lead

Solid

Add company/person/relationship to CRM

AI & Automation 91 stars 23 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
65
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CRM Add > Adding a new company, person, or relationship ## When to use - "add company X" - "add contact Y" - "new client/partner/lead" ## Architecture See `$SKILLS_PATH/skills/crm/README.md` ## Paths | What | Path | |------|------| | Companies | `$CRM_PATH/contacts/companies.csv` | | People | `$CRM_PATH/contacts/people.csv` | | Clients | `$CRM_PATH/relationships/clients.csv` | | Partners | `$CRM_PATH/relationships/partners.csv` | | Leads | `$CRM_PATH/relationships/leads.csv` | | Products | `$CRM_PATH/products.csv` | ## Schemas ### contacts/companies.csv ```csv company_id,name,website,linkedin_url,type,industry,geo,size,description,created_date,last_updated ``` - **type:** company, enterprise, ngo, individual - **size:** small, medium, enterprise, individual ### contacts/people.csv ```csv person_id,first_name,last_name,email,phone,linkedin_url,company_id,role,notes,created_date,last_updated ``` ### relationships/clients.csv ```csv client_id,company_id,product_id,status,contract_start,contract_end,mrr,currency,primary_contact_id,notes,created_date,last_updated ``` - **status:** active, paused, churned ### relationships/partners.csv ```csv partner_id,company_id,product_id,partnership_type,status,since,primary_contact_id,revenue_share,notes,created_date,last_updated ``` - **partnership_type:** training_partner, workforce_partner, reseller_agreement, referral_partner ### relationships/leads.csv ```csv lead_id,company_id,product_id,stage,source,source_direction,sourc...

Details

Author
aAAaqwq
Repository
aAAaqwq/AGI-Super-Team
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

build-lead-intelligence

Add or extend Lead Intelligence in an Accordo project - enrichment providers, versioned explainable scoring models, versioned routing policies and routing targets. Use for enrich/score/route work on leads. Do not use for CRUD module changes (create-crm-module) or approval processes (create-crm-workflow).

2 Updated yesterday
khaoss85
AI & Automation Listed

lead-research

Research and qualify prospective customers, partners, or members and the people to contact there, using your CRM and an enrichment tool first and LinkedIn or Apify scrapers as backup. Use for 'find prospects like', 'qualify this company', 'who should we talk to at', 'build a target list', or 'research this lead before I call'.

0 Updated yesterday
alectivism
AI & Automation Listed

crm

This skill handles all CRM operations — creating records, logging data, and helping salespeople execute their task queues. Use when the user wants to persist anything to the CRM or work through their sales tasks. Trigger on: 'log it', 'save to CRM', 'create the org', 'add them to the CRM', 'create the opportunity', 'push to CRM', 'log the contact', 'save this', 'save the draft', 'save that draft for later'. Also use when the user brings up their task list and wants help working through follow-ups, or says 'mark it done', 'what tasks do I have', 'help me with my follow-ups'. This is the only skill that writes to the CRM — research, contacts, and outreach produce the content, this skill persists it. Do NOT use for researching companies (that's research), finding people (that's contacts), or drafting emails (that's outreach).

0 Updated 1 weeks ago
EllypsisAI