Journalist database access and media outreach automation
Accesses journalist databases and automates media outreach for targeted PR campaigns.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Media Database and Outreach skill provides access to journalist databases and media outreach automation capabilities. This skill enables efficient media list building, pitch tracking, and relationship management with journalists and media outlets.
const journalistSearch = {
criteria: {
beats: ['Technology', 'Artificial Intelligence', 'Enterprise Software'],
outlets: {
types: ['national', 'tech-trade', 'business'],
tiers: ['tier1', 'tier2']
},
geography: ['United States', 'United Kingdom'],
engagement: {
activeInLast: '90d',
minArticles: 5
}
},
results: [
{
name: 'Jane Reporter',
outlet: 'TechCrunch',
beat: 'Enterprise Technology',
email: 'jane@techcrunch.com',
twitter: '@janereporter',
recentTopics: ['AI', 'SaaS', 'Startups'],
responseRate: 'high',
preferredContact: 'email',
notes: 'Prefers exclusive angles, responds within 24h'
}
],
listCreated: 'Enterprise AI Reporters',
contactCount: 85
};
const outreachCampaign = {
campaign: 'Q1 Product Launch',
lists: ['Enterprise AI Reporters', 'Business Tech Journalists'],
pitch: {
subject: 'Exclusive: Company X Launches AI Platform',
template: 'product-launch-v1',
personalization: ['recent_article', 'beat_relevance'],
attachments: ['press-release.pdf', 'product-images.zip']
},
sequence: [
{ day: 0, action: 'initial-pitch' },
{ day: 3, action: 'follow-up-1', condition: 'no-response' },
{ day: 7, action: 'follow-up-2', condition: 'no-response' }
],
tracking: {
opens: true,
clicks: true,
replies: true,
coverage: true
},
metrics: {
sent: 85,
opened: 62,
replied: 18,
coverage: 8
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| media-relations-strategy.js | Media targeting |
| media-pitching-campaigns.js | Outreach execution |
| press-release-development.js | Distribution lists |
| executive-visibility-program.js | Journalist relationships |
| Metric | Description | Target |
|---|---|---|
| Database Accuracy | Contact info validity | >90% |
| Open Rate | Pitch email opens | >40% |
| Response Rate | Journalist replies | >20% |
| Coverage Rate | Pitches resulting in coverage | >10% |
| Relationship Health | Active journalist relationships | Growing |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.