Skip to content

Commit fe90c5b

Browse files
committed
adding Claude Skill
1 parent 3c7c48a commit fe90c5b

File tree

1 file changed

+284
-0
lines changed

1 file changed

+284
-0
lines changed

docs/agent-wordlift/integrations.md

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,287 @@ The MCP integration enables a new category of workflows where Agent WordLift ope
217217
:::note
218218
The MCP integration is **currently experimental** and we're actively expanding its capabilities. If you have questions or feedback, please reach out to our support team.
219219
:::
220+
221+
## Agent WordLift Claude Skill
222+
223+
Take your SEO audits to the next level with the official **WordLift SEO Audit Skill** for Claude! This pre-built Agent Skill delivers comprehensive SEO analysis and competitive intelligence directly within your Claude conversations.
224+
225+
<iframe width="100%" height="500" src="https://www.youtube.com/embed/DRIVYxFB60I?si=LgmmSzs8S9Td8q-1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
226+
227+
### What is a Claude Skill?
228+
229+
Claude Skills are specialized packages that extend Claude's capabilities with domain-specific expertise. The WordLift SEO Audit Skill combines Claude's reasoning with WordLift's powerful SEO intelligence, creating an AI-powered SEO analyst that can audit any URL, analyze competitors, and provide actionable recommendations—all through natural conversation.
230+
231+
### Key Features:
232+
233+
- **Comprehensive SEO Audits**: Analyze any URL for schema markup, meta tags, content quality, technical SEO, mobile readiness, and performance
234+
- **Competitive Intelligence**: Automatically identify and analyze your top SERP competitors to uncover schema gaps and opportunities
235+
- **Structured Data Analysis**: Complete inventory of schema types with coverage comparison against competitors
236+
- **Actionable Recommendations**: Prioritized issues with specific implementation steps and ROI estimates
237+
- **WordLift Branded Reports**: Professional, color-coded reports with visual progress indicators and severity badges
238+
- **Progressive Disclosure**: Efficient token usage through smart resource loading
239+
240+
### Perfect For:
241+
242+
- **SEO Professionals** conducting client audits and competitive analysis
243+
- **Content Teams** optimizing pages for search visibility
244+
- **Agencies** delivering comprehensive SEO reports at scale
245+
- **Developers** integrating SEO insights into workflows
246+
- **E-commerce Teams** improving product page performance
247+
248+
### How It Works
249+
250+
The WordLift SEO Audit Skill leverages the **WordLift MCP Server** (described above) to access Agent WordLift's capabilities. This architecture ensures:
251+
252+
1. **Claude (with Skill)** → Provides methodology and formatting instructions
253+
2. **WordLift MCP Server** → Makes API calls and processes data
254+
3. **Agent WordLift** → Delivers SEO intelligence and competitive analysis
255+
256+
```
257+
┌─────────────────────────────────────┐
258+
│ Claude with WordLift Skill │
259+
│ ├── Audit methodology │
260+
│ ├── Report formatting │
261+
│ └── WordLift branding │
262+
└─────────────────┬───────────────────┘
263+
264+
│ Uses MCP Tools
265+
266+
┌─────────────────▼───────────────────┐
267+
│ WordLift MCP Server │
268+
│ https://mcp.wordlift.io/sse │
269+
│ ├── Agent WordLift API │
270+
│ └── Knowledge Graph Access │
271+
└─────────────────────────────────────┘
272+
```
273+
274+
### Installation & Setup
275+
276+
**Step 1: Configure WordLift MCP Server** (if not already done)
277+
278+
Follow the MCP integration setup instructions above to connect WordLift to Claude.
279+
280+
**Step 2: Download the WordLift SEO Audit Skill**
281+
282+
[Download WordLift SEO Audit Skill v1.0.0](https://github.com/wordlift/claude-skills/releases) (Coming Soon)
283+
284+
Or clone from GitHub:
285+
```bash
286+
git clone https://github.com/wordlift/claude-skills.git
287+
cd claude-skills/wordlift-seo-audit
288+
```
289+
290+
**Step 3: Upload to Claude**
291+
292+
1. In Claude, navigate to **Settings****Capabilities**
293+
2. Click **Upload Skill**
294+
3. Select the `wl-seo-audit-competitors.zip` file (or the skill folder)
295+
4. Enable the skill for your conversations
296+
297+
**Step 4: Start Using**
298+
299+
Simply ask Claude to audit any URL:
300+
```
301+
"Audit https://example.com/products/backpack and compare with top 5 competitors"
302+
```
303+
304+
### Example Commands
305+
306+
**Basic SEO Audit**:
307+
```
308+
"Run an SEO audit on https://mysite.com"
309+
```
310+
311+
**Competitive Analysis**:
312+
```
313+
"Compare the schema markup on https://mysite.com/products/shoes with top 3 competitors in the US market"
314+
```
315+
316+
**SERP Gap Analysis**:
317+
```
318+
"Analyze https://mystore.com/category/electronics for the query 'best wireless headphones' and show me what schema types competitors are using"
319+
```
320+
321+
**Market-Specific Audit**:
322+
```
323+
"Audit https://mysite.fr for the French market (fr-FR) and compare with top 10 competitors"
324+
```
325+
326+
### What You Get
327+
328+
Every audit delivers a comprehensive report including:
329+
330+
1. **Executive Summary** with overall SEO health score (0-100)
331+
2. **Quick Stats Dashboard** showing key metrics at a glance
332+
3. **Six-Dimensional Score Breakdown**:
333+
- 🏷️ Schema Markup
334+
- 📝 Meta Tags
335+
- ✍️ Content Quality
336+
- ⚙️ Technical SEO
337+
- 📱 Mobile Readiness
338+
- ⚡ Performance
339+
4. **Prioritized Issues** with severity indicators and action steps
340+
5. **Structured Data Inventory** showing all schema types (found/missing)
341+
6. **Competitive Analysis** comparing your coverage with SERP leaders
342+
7. **Growth Opportunities** ranked by impact vs. effort with ROI estimates
343+
344+
### Report Features
345+
346+
- **Color-Coded Scores**: Visual progress bars (green/yellow/red based on performance)
347+
- **Severity Indicators**: 🔴 Critical, ⚠️ Warning, ℹ️ Info, ✅ Success
348+
- **Impact Badges**: HIGH/MEDIUM/LOW impact and effort ratings
349+
- **Professional Branding**: Official WordLift design system with brand colors
350+
- **Actionable Steps**: Specific implementation instructions for each recommendation
351+
- **Business Context**: CTR improvements, ranking potential, and competitive advantages
352+
353+
### Technical Details
354+
355+
**Skill Version**: 1.0.0
356+
357+
**Dependencies**:
358+
- WordLift MCP Server (`https://mcp.wordlift.io/sse`)
359+
- MCP Tools: `WordLift:agent`, `WordLift:graphql`
360+
361+
**Architecture**:
362+
- Built using Anthropic's Agent Skills best practices
363+
- Progressive disclosure pattern for efficient token usage
364+
- Versioned and maintainable codebase
365+
- Complete brand guidelines and documentation
366+
367+
**Supported Markets**:
368+
- Any locale (default: `en-US`)
369+
- Examples: `en-GB`, `fr-FR`, `de-DE`, `it-IT`, `es-ES`, `pt-BR`, etc.
370+
371+
**Competitor Analysis**:
372+
- Top 1-20 SERP competitors (configurable)
373+
- Automatic query inference from target URL
374+
- Schema coverage comparison matrices
375+
- Gap analysis and opportunity identification
376+
377+
### Example Output
378+
379+
```markdown
380+
# 🎯 SEO Audit Report: example.com
381+
382+
*Powered by WordLift Enterprise SEO Platform*
383+
384+
## Overall SEO Score: 78/100
385+
### 👍 Good Progress - Room for Improvement
386+
387+
---
388+
389+
### 📊 Quick Stats Dashboard
390+
391+
| 📦 Schema Types | 🔴 Critical Issues | 💡 Opportunities | ✅ Passing |
392+
|----------------|-------------------|------------------|-----------|
393+
| 4 types | 2 found | 5 identified | 8 tests |
394+
395+
**Assessment**: Your site has solid technical SEO fundamentals with 85/100
396+
technical score. However, missing Review and Rating schema is a critical
397+
gap - competitors have 30% higher click-through rates with this markup.
398+
399+
---
400+
401+
## 📈 Score Breakdown
402+
403+
- 🏷️ **Schema Markup**: 65/100 `[██████░░░░] 65%`
404+
- 📝 **Meta Tags**: 80/100 `[████████░░] 80%`
405+
- ✍️ **Content Quality**: 82/100 `[████████░░] 82%`
406+
- ⚙️ **Technical SEO**: 85/100 `[████████░░] 85%`
407+
- 📱 **Mobile Ready**: 90/100 `[█████████░] 90%`
408+
-**Performance**: 72/100 `[███████░░░] 72%`
409+
410+
---
411+
412+
## 🎯 Critical Issues & Recommendations
413+
414+
### 🔴 [PRIORITY 1] Missing Review & Rating Schema
415+
**Impact**: HIGH | **Category**: Schema
416+
417+
Your product page lacks Review and AggregateRating structured data.
418+
Products with review markup can achieve 15-35% higher click-through rates.
419+
420+
💡 **Action Required**:
421+
- Implement schema.org/Review with properties: reviewRating, author, reviewBody
422+
- Add schema.org/AggregateRating with ratingValue, reviewCount
423+
- Test implementation using Google Rich Results Test
424+
...
425+
```
426+
427+
### Advanced Usage
428+
429+
**Custom Query Hints**:
430+
```
431+
"Audit https://mysite.com with query hints: 'sustainable fashion',
432+
'eco-friendly clothing', 'organic textiles'"
433+
```
434+
435+
**Mobile vs Desktop Analysis**:
436+
```
437+
"Compare mobile and desktop SEO for https://mysite.com"
438+
```
439+
440+
**Batch Audits** (with API integration):
441+
```
442+
For multiple URLs, use the WordLift CLI in combination with Claude:
443+
1. Export URLs from your sitemap
444+
2. Use CLI to batch process through Agent WordLift
445+
3. Load results into Claude for summary analysis
446+
```
447+
448+
### Why Use the Claude Skill vs. Direct MCP?
449+
450+
| Feature | Claude Skill | Direct MCP Integration |
451+
|---------|-------------|----------------------|
452+
| **Pre-built Workflow** | ✅ Complete methodology | ❌ You build from scratch |
453+
| **Report Formatting** | ✅ Professional branded reports | ❌ Manual formatting needed |
454+
| **Best Practices** | ✅ Built-in SEO expertise | ⚠️ Requires your knowledge |
455+
| **Progressive Disclosure** | ✅ Optimized token usage | ⚠️ Manual management |
456+
| **Updates** | ✅ Version-tracked improvements | ❌ Manual updates |
457+
| **Branding** | ✅ WordLift design system | ❌ Custom styling needed |
458+
459+
**Use the Skill when**: You want turnkey SEO audits with professional reports
460+
461+
**Use Direct MCP when**: You're building custom workflows or integrating into your own tools
462+
463+
### Open Source & Customization
464+
465+
The WordLift SEO Audit Skill is open source! You can:
466+
467+
- **Fork and Customize**: Adapt the skill to your specific needs
468+
- **White Label**: Modify branding for agency use (with proper licensing)
469+
- **Extend Functionality**: Add custom analysis modules
470+
- **Contribute**: Submit improvements back to the community
471+
472+
**GitHub Repository**: https://github.com/wordlift/claude-skills (Coming Soon)
473+
474+
### Support & Resources
475+
476+
- **Documentation**: Complete skill documentation included in download
477+
- **Setup Guide**: Step-by-step installation and configuration
478+
- **Brand Guidelines**: WordLift design system and color palette
479+
- **Changelog**: Version history and release notes
480+
- **Community**: Join discussions in WordLift Community
481+
482+
### Troubleshooting
483+
484+
**Issue**: "Tool WordLift:agent not found"
485+
- **Solution**: Ensure WordLift MCP server is configured (see MCP integration section above)
486+
487+
**Issue**: Skill doesn't trigger automatically
488+
- **Solution**: Check skill description matches your query intent. Try explicit phrases like "audit this URL"
489+
490+
**Issue**: Reports missing branding
491+
- **Solution**: Ensure you're using skill version 1.0.0 or later with resources/BRANDING.md included
492+
493+
**Need Help?** Contact WordLift support at support@wordlift.io
494+
495+
---
496+
497+
🚀 **Ready to transform your SEO workflow?**
498+
499+
[Download WordLift SEO Audit Skill](https://github.com/wordlift/claude-skills) and start delivering professional SEO audits in minutes!
500+
501+
:::tip
502+
The Claude Skill integrates seamlessly with all other WordLift integrations (Chrome Extension, CLI, API, Zapier) for a complete SEO automation ecosystem. For custom workflows, explore the [MCP Integration](#agent-wordlift-model-context-protocol-mcp-integration) section above.
503+
:::

0 commit comments

Comments
 (0)