Influencer kol management
Industry influencer and key opinion leader relationship managementFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill influencer-kol-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
5.4 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
Influencer and KOL Management Skill
Overview
The Influencer and KOL Management skill provides industry influencer and key opinion leader relationship management capabilities. This skill enables identification, engagement tracking, and strategic relationship management with analysts, academics, thought leaders, and industry influencers.
Capabilities
Analyst Relations
- Industry analyst database (Gartner, Forrester, IDC)
- Analyst report tracking
- Briefing scheduling and management
- Inquiry management
- Magic Quadrant/Wave preparation
Academic and Expert KOLs
- Academic KOL identification
- Research collaboration tracking
- Advisory board management
- Expert quote sourcing
- Peer review facilitation
Thought Leader Engagement
- Thought leader mapping
- Social influencer identification
- Podcast host relationships
- Newsletter writer tracking
- Industry award judges
Relationship Management
- Influencer CRM integration
- Engagement tracking and scoring
- Relationship health monitoring
- Interaction history logging
- Preference documentation
Program Management
- Briefing program management
- Advisory program coordination
- Podcast guest coordination
- Industry awards nomination tracking
- Event engagement planning
Usage
KOL Database
const kolDatabase = {
categories: {
industryAnalysts: [
{
name: 'Jane Analyst',
firm: 'Gartner',
coverage: ['AI', 'Enterprise Software'],
reports: ['Magic Quadrant - AI Platforms'],
relationshipOwner: 'AR Director',
lastBriefing: '2025-12-15',
nextScheduled: '2026-03-20',
status: 'strong',
notes: 'Key influencer on AI MQ, prefers technical depth'
}
],
academicExperts: [
{
name: 'Dr. Research Expert',
institution: 'MIT',
expertise: ['Machine Learning', 'Ethics in AI'],
publications: 45,
citations: 12000,
engagement: 'advisory-board',
status: 'active'
}
],
socialInfluencers: [
{
name: 'Tech Influencer',
platforms: ['Twitter', 'LinkedIn', 'Substack'],
followers: 250000,
topics: ['Enterprise Tech', 'AI'],
engagement: 'briefings-and-content',
sentiment: 'positive'
}
],
podcastHosts: [
{
name: 'Podcast Host',
show: 'Tech Industry Podcast',
audience: 50000,
guestOpportunity: true,
lastAppearance: '2025-10-01',
status: 'warm'
}
]
}
};
Engagement Program
const engagementProgram = {
program: 'Q1 2026 Analyst Relations',
objectives: [
'Maintain positive positioning in Gartner MQ',
'Secure inclusion in Forrester Wave',
'Build relationships with 3 new analysts'
],
activities: {
briefings: [
{ analyst: 'Jane Analyst', firm: 'Gartner', date: '2026-02-15', topic: 'Product Roadmap' },
{ analyst: 'John Researcher', firm: 'Forrester', date: '2026-02-20', topic: 'Customer Success Stories' }
],
inquiries: {
scheduled: 5,
topics: ['Competitive positioning', 'Market strategy']
},
events: [
{ event: 'Gartner Symposium', activities: ['1:1 meetings', 'Executive roundtable'] }
],
content: [
{ type: 'Research note response', count: 10 },
{ type: 'Citation in reports', target: 5 }
]
},
metrics: {
briefingsCompleted: 8,
analystSentiment: 'positive',
reportMentions: 12,
mqPositionChange: '+1 quadrant position'
}
};
Process Integration
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| media-relations-strategy.js | Analyst strategy |
| executive-visibility-program.js | Thought leadership |
| stakeholder-mapping.js | Influencer mapping |
| influencer-relationship.js | Relationship management |
Best Practices
- Relationship Focus: Build genuine, long-term relationships
- Regular Engagement: Maintain consistent touchpoints
- Provide Value: Share insights and exclusive access
- Track Carefully: Document all interactions and preferences
- Prepare Thoroughly: Research before every interaction
- Follow Through: Always deliver on commitments
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Analyst Sentiment | Overall analyst sentiment | Positive |
| Report Mentions | Citations in analyst reports | Growing |
| Briefing Cadence | Regular briefing completion | Quarterly minimum |
| Influencer Reach | Total influencer audience | Expanding |
| Relationship Health | Active positive relationships | >80% |
Related Skills
- SK-003: Media Database (journalist relationships)
- SK-008: Speaking Events (event meetings)
- SK-012: Stakeholder CRM (relationship tracking)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most marketing audience skills give in ~1.1k tokens
Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07
- Apply Poppins font to headingsin 41 of 690, across 6 files
- Apply Lora font to body textin 41 of 690, across 6 files
- Use Arial fallback for headingsin 39 of 690, across 4 files
- Use Georgia fallback for body textin 39 of 690, across 4 files
- Maintain text hierarchy and formattingin 39 of 690, across 4 files
- Use accent colors for non-text shapesin 38 of 690, across 3 files
- Use RGB values for precise color matchingin 38 of 690, across 3 files
- Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
- Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
- Use active voice instead of passive voicein 26 of 690, across 10 files
- Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
- Prioritize clarity over clevernessin 22 of 690, across 8 files
Said here and by no other author read
- Build genuine long-term relationships
- Maintain consistent engagement touchpoints
- Provide value through insights and exclusive access
- Document all interactions and preferences
- Research thoroughly before every interaction
- Deliver on all commitments
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.