Written for Claude, not for developers.
Standard API docs are written so humans can read them. Skill files are written so Claude can act on them. Every file covers one CRM entity: exact endpoints, required fields, field formats, search patterns, and the rules that matter for accurate execution.
- Terse and action-oriented so Claude follows them without interpreting
- Covers every required field, format, and constraint per entity
- Includes the search pattern: GraphQL for IDs then REST for full records
- Gotchas documented: currency in micros, SELECT values in UPPER_SNAKE_CASE
- Works with any Claude Code project — drop the files and go
One skill file per CRM entity.
Load only what you need. Running a contact enrichment workflow? Load person.md. Updating a deal stage? Load opportunity.md. Working across entities in one operation? Load both. Claude reads each file once and knows exactly what to do.
- person.md — contacts, names, emails, phone numbers
- company.md — organizations, domains, ARR, LinkedIn
- opportunity.md — deals, stages, amounts, pipeline records
- note.md and task.md with their relation files for linking
- pipeline.md for working with any custom pipeline dynamically
Up and running in 60 seconds.
Skills live in your project's .claude/skills/ folder. Grab the ones you need via curl or clone the full repo. Add your Dalil API key and Claude is ready to operate your CRM.
- Download individual files or the full repo from GitHub
- Place skill files in .claude/skills/ in your project
- Add your Dalil API key when Claude asks on first run
- Claude reads the skill file and proceeds without any setup
- Works with Claude Code CLI and any Claude API integration
Describe what you need. Claude handles it.
With skill files loaded and your API key set, Claude can create records, update stages, run queries, attach notes, and analyse your entire pipeline in plain language. No need to look up endpoint paths or field formats.
- Create and update contacts, companies, and deals in natural language
- Search across any entity with complex filters without writing API calls
- Move opportunities through pipeline stages and flag stuck deals
- Attach notes and tasks to any CRM record in one instruction
- Analyse pipeline health and surface risk signals on demand
Your CRM, fully operated by Claude.
Download the skill files, add your API key, and start running CRM operations in plain language today.