crm-management

Maintain agentic CRM records with stable IDs and append-only interaction logs.

88|108|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/grandamenium/cortextos --skill crm-management-grandamenium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crm-management
Source: https://github.com/grandamenium/cortextos/tree/main/community/agents/agentic-crm-assistant/.claude/skills/crm-management
Command: npx skills add https://github.com/grandamenium/cortextos --skill crm-management-grandamenium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill maintains a structured, searchable CRM so you can track people and companies, log meaningful interactions, and reliably manage follow-ups without losing relationship history.

Core Features & Use Cases

  • Contact management: Create or update person and company records with stable IDs, priorities, relationship context, and tags for quick segmentation (e.g., keep a VIP prospect’s notes and preferences current).
  • Append-only interaction logging: Record emails, meetings, calls, messages, and tasks with summaries and sentiment to build an audit trail you can reference later.
  • Follow-up orchestration support: Add due dates and suggested actions for open loops, and assess relationship health for stale priorities based on cadence and missing commitments.
  • Search and query: Run local keyword lookups across names, emails, companies, and tags to find the right contact fast.

Quick Start

Add a new interaction for an existing contact ID by running the local command and providing the contact id, type, summary, and source reference.

Frequently Asked Questions about crm-management

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

FAQPage Schema
How do I log interactions and track follow-ups without losing relationship history?

You can log interactions and track follow-ups by using an append-only CRM system that records emails, meetings, and calls with stable IDs, preserving relationship history while adding due dates for open loops.

What is the best way to maintain an agentic CRM for sales and community workflows?

The best way to maintain an agentic CRM is to capture contacts and interactions through structured upserts and append-only logs, enforcing stable IDs and local audit-trail semantics for sales and community workflows.

Can I search contacts by company name and tags for quick segmentation?

Yes, you can search contacts by running local keyword lookups across names, emails, companies, and tags to find the right contact fast and segment your audience effectively.

How does relationship health assessment work for stale follow-ups?

Relationship health assessment evaluates stale priorities by analyzing interaction cadence and identifying missing commitments, helping you assess which contacts need immediate follow-up actions.

Does this CRM approach require external dependencies to manage contact records?

No external dependencies are required to manage contact records. The system operates independently using local Python entry points to expose query and update operations for your CRM data.

When do I need append-only logs for CRM interaction tracking?

You need append-only logs for CRM interaction tracking when you must preserve a permanent audit trail of relationship history, ensuring past records cannot be overwritten during new contact updates.