Munin
Munin developer portal
Get a key →
Section · Skills Library

How your agent works.

Markdown procedures the agent can read at runtime, written by humans who know the domain.

cms 5

conv 5

crm 6

skill://crm/clean-contact-data

Clean up contact data

Periodic curator pass — find duplicate / inconsistent contacts, file high-confidence pairs as structured merge proposals via crm_propose_merge_candidate. Designed to be run on a cadence by an admin agent (weekly is a good default). The operator reviews via crm_list_merge_proposals and resolves with crm_apply_merge_proposal / crm_dismiss_merge_proposal.

1,332 words
skill://crm/deduplicate-contacts

Deduplicate contacts

Find duplicate contacts (same person, multiple rows) and consolidate them. There is no merge tool — this skill documents the manual reconcile pattern.

674 words
skill://crm/extract-contact-from-message

Extract a contact from a message

When a conversation closes, read the thread for identifying info the end-user volunteered (name, email, phone, company, title) and persist it to the CRM as a contact — auto-applied, no proposal queue. Designed to fire on every `conversation.closed` event so visitor-volunteered identity becomes structured CRM data without operator intervention.

1,420 words
skill://crm/import-and-score-leads

Import and score leads

Bulk-import contacts, attach them to companies and a deal pipeline, log the source touchpoint, and seed AI summaries for downstream prioritization.

677 words
skill://crm/onboard-new-customer

Onboard a new customer

Recommended sequence for capturing a new customer, attaching them to a company, and seeding the AI summary that drives later prioritization.

496 words
skill://crm/progress-deal-through-pipeline

Progress a deal through the pipeline

Move a deal through pipeline stages with the right activity log at each gate, then refresh AI summary so prioritization stays fresh.

708 words

kb 4

outreach 2

playbooks 3