Integration with major SEO platforms and tools
Integrates with major SEO platforms for comprehensive SEO analysis and optimization.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The SEO Tools Platform skill provides integration with major SEO platforms for comprehensive search engine optimization. This skill enables keyword research, technical SEO auditing, rank tracking, and competitive SEO analysis.
const seoDashboard = {
domain: 'example.com',
platforms: {
keywords: 'Semrush',
links: 'Ahrefs',
tracking: 'Semrush',
technical: 'Screaming Frog',
console: 'Google Search Console'
},
metrics: {
organicTraffic: { current: 125000, change: '+8%' },
domainAuthority: { current: 65, change: '+2' },
keywordsRanking: { current: 2500, change: '+150' },
backlinks: { current: 45000, change: '+3000' },
coreWebVitals: { lcp: 'good', fid: 'good', cls: 'needs-improvement' }
},
keywordPerformance: {
top10: 350,
top20: 650,
top50: 1500,
tracking: 5000
},
priorities: [
{ type: 'technical', issue: 'CLS optimization', impact: 'high' },
{ type: 'content', issue: 'Thin content pages', impact: 'medium' },
{ type: 'links', issue: 'Build authority links', impact: 'high' }
]
};
| Process | Integration Points |
|---|---|
| seo-strategy-implementation.js | Full SEO workflow |
| content-strategy-development.js | SEO alignment |
| content-performance-optimization.js | SEO optimization |
| Metric | Description | Target |
|---|---|---|
| Organic Traffic | Monthly organic visitors | Growing |
| Keyword Rankings | Keywords in top 10 | Increasing |
| Domain Authority | Site authority score | Improving |
| Core Web Vitals | Performance metrics | All good |
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.