用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill crm-integration命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference for querying the Atlas knowledge graph through its MCP tools — the SECONDARY enrichment/comparison layer that adds best-practice context to systems you have ALREADY scanned from your real sources (`az`, repos, dirs). Use when you need to look up nodes, edges, kinds, clusters, stats, or wiki pages in Atlas to compare against your real inventory. (atlas graph, query atlas, atlas mcp, search the graph, graph neighbors, atlas record, atlas kinds, enrichment layer)
Atlas turns your STATED NEED into a real systems atlas by SCANNING your actual sources (Azure via `az`, git repos, local dirs) and process/data mining them, THEN enriching against the Atlas knowledge graph. Use this skill when asked to inventory/map your real systems, scan your cloud + repos + directories, mine the real processes or data they contain, or collect their real constraints/gotchas. (atlas, scan my systems, inventory our azure account, map my repos, real systems atlas, process mining, data mining, collect nuances, system discovery)
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable processes, babysitter plugins, and reusable procedural insights. Searches GitHub for SKILL.md files, classifies repos by archetype, and maintains structured research under docs/reference-repos/.
正在显示 SKILL.md
基于 SOC 职业分类
| name | crm-integration |
| description | CRM data synchronization and sales-marketing alignment operations |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Marketing Analytics","skill-id":"SK-018"} |
| graph | {"domains":["domain:marketing"],"skillAreas":["skill-area:brand-strategy","skill-area:brand-positioning","skill-area:content-marketing"],"workflows":["workflow:brand-campaign-launch"],"roles":["role:marketing-manager","role:marketing-strategist","role:brand-manager"]} |
The CRM Integration Skill provides comprehensive capabilities for CRM data synchronization, sales-marketing alignment, and revenue attribution tracking. This skill enables seamless integration with major CRM platforms including Salesforce, HubSpot CRM, and Microsoft Dynamics 365, supporting lead management, contact synchronization, and pipeline reporting.
This skill integrates with the following marketing processes:
skill: crm-integration
action: configure-salesforce
parameters:
connection:
auth_type: oauth2
instance_url: "https://company.salesforce.com"
api_version: "58.0"
sync_configuration:
objects:
- name: Lead
direction: bidirectional
sync_fields:
- FirstName
- LastName
- Email
- Company
- LeadSource
- Marketing_Campaign__c
- Lead_Score__c
triggers:
- on_create
- on_update
- name: Opportunity
direction: crm_to_marketing
sync_fields:
- Name
- Amount
- StageName
- CloseDate
-
skill: crm-integration
action: configure-lead-routing
parameters:
platform: salesforce
routing_rules:
- name: "Enterprise Leads"
criteria:
Company_Size__c: ">= 1000"
Annual_Revenue__c: ">= 10000000"
assignment:
type: queue
queue_name: "Enterprise Sales Queue"
notification: immediate
- name: "SMB Leads"
criteria:
Company_Size__c: "< 100"
assignment:
type: round_robin
user_pool: "SMB_Sales_Team"
notification: digest
- name: "Default"
criteria: null
assignment:
type: queue
queue_name: "General Sales Queue"
skill: crm-integration
action: configure-attribution
parameters:
platform: hubspot
attribution_model:
type: multi-touch
models:
- first_touch:
weight: 0.4
- lead_creation:
weight: 0.2
- opportunity_creation:
weight: 0.2
- closed_won:
weight: 0.2
campaign_mapping:
utm_source: "Traffic Source"
utm_medium: "Marketing Channel"
utm_campaign: "Campaign Name"
utm_content: "Ad Variant"
revenue_fields:
deal_amount: Amount
close_date: CloseDate
influenced_revenue: Marketing_Influenced_Revenue__c
skill: crm-integration
action: create-pipeline-report
parameters:
platform: salesforce
report_name: "Marketing-Influenced Pipeline"
filters:
- field: StageName
operator: not_equals
value: "Closed Lost"
- field: Marketing_Touch_Count__c
operator: greater_than
value: 0
groupings:
- field: LeadSource
- field: StageName
metrics:
- field: Amount
aggregation: sum
label: "Pipeline Value"
- field: Id
aggregation: count
label: "Deal Count"
- formula: "SUM(Amount) / COUNT(Id)"
label: "Average Deal Size"
schedule:
frequency: weekly
recipients:
skill: crm-integration
action: sync-contacts
parameters:
source: hubspot
destination: salesforce
mapping:
hubspot_property: salesforce_field
email: Email
firstname: FirstName
lastname: LastName
company: Company
phone: Phone
lifecyclestage: Lead_Status__c
hs_lead_status: Status
sync_rules:
direction: bidirectional
conflict_resolution: most_recent
frequency: real-time
batch_size: 100
filters:
- property: lifecyclestage
values: [subscriber, lead, marketingqualifiedlead, salesqualifiedlead]