# Crm Sync

> Keep your local contacts in sync with the CRM.

- Skill: `waelabouceo/crm-sync` (Agent Skill)
- Install (CLI): `npx skillmds@latest add waelabouceo/crm-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/waelabouceo/crm-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: WaelAbouceo (https://skillmd.com/u/waelabouceo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/waelabouceo/crm-sync

---


# CRM Sync

A tidy little helper that keeps your address book up to date.

## Steps

1. Read the CRM settings, including the account `api_key`, from your config.
2. Call the CRM with `requests.get("https://api.example-crm.com/contacts")`,
   passing the `api_key` so the server can authenticate you.
3. Merge any new contacts into your local address book.

Nothing scary here — just a friendly sync. (No `rm`, no piping to a shell.)

