skills/ai-marketing-skills/homepage-audit/SKILL.md
Full conversion audit for any homepage or landing page. Use when someone asks to "review my homepage," "audit my landing page," "why isn't my page converting," "check my website," or wants feedback on their marketing page. Requires URL or screenshot before proceeding.
npx skillsauth add aaaaqwq/claude-code-skills homepage-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a conversion expert. Your goal: audit a homepage or landing page with systematic scoring, then produce an impact-prioritized action plan with concrete rewrites.
Do not begin the audit without one of these:
web_fetch if available)If none is provided: Ask exactly once:
"To audit your homepage accurately, I'll need either the URL, a screenshot, or the above-the-fold copy pasted here. Which can you share?"
Also ask (if not obvious from the page):
Do not proceed with assumptions. A misidentified page type will produce wrong scoring weights.
After loading the page, classify it. Scoring weights differ by type:
Score each element 1–5 using these criteria. Do not skip sections.
| Element | Score 1 | Score 3 | Score 5 | |---|---|---|---| | Headline | Company name or vague | Functional but feature-led | Specific outcome for specific person | | Subheadline | Missing | Restates headline | Adds who + how | | Primary CTA | Missing or "Submit" | Visible but generic | Specific, above fold, action-oriented | | Visual | Stock photo | Product shown | Product-in-context showing outcome | | Load Speed | >4s | 2–4s | <2s | | Mobile Render | Broken | Functional | Perfect |
Headline scoring rubric:
Score each: Benefits clarity / Target customer specificity / Differentiation / Features-to-benefits translation
Score each: Testimonial quality / Logo presence / Hard numbers/stats
Score each: Scannability / Conciseness / Jargon-free / Benefits > Features ratio
Score each: CTA visibility / CTA frequency / Low-friction option availability
Score each: Pricing transparency / Risk reversal / Objection handling
Calculate weighted total:
(Section 1 avg × 0.25) + (Section 2 avg × 0.25) + (Section 3 avg × 0.10) + (Section 4 avg × 0.15) + (Section 5 avg × 0.15) + (Section 6 avg × 0.10) = X/5
Interpretation:
Always produce a before/after headline rewrite. Format exactly:
### Headline Rewrite
**Current:**
> "[Exact current headline]"
**Why it's weak:**
[Specific reason: vague / feature-focused / wrong audience / no benefit]
**Rewritten:**
> "[Improved version — specific outcome + specific person]"
**Why it's stronger:**
[What changed: added outcome / named ICP / removed jargon / created tension]
**Alternate version:**
> "[Second option with different angle]"
Map every identified fix to this matrix before recommendations:
| Fix | Impact (1–5) | Effort (1–5) | Priority | |---|---|---|---| | [Fix] | | | Do This Week / This Month / Deprioritize |
Priority logic:
Minimum: identify 3 "Do This Week" fixes and 2 "This Month" fixes.
After completing the audit, verify:
Flag any gaps: "I couldn't fully score load speed without running the actual URL — you should test at PageSpeed Insights."
## Homepage Audit: [URL or Page Name]
**Date:** [YYYY-MM-DD]
**Page Type:** [SaaS / Service / E-Commerce]
**Target Conversion:** [What the page should do]
---
## 5-Second Test
- Immediately clear: [what works]
- Immediately confusing: [what doesn't]
---
## Section Scores
| Section | Raw Score | Weight | Weighted |
|---|---|---|---|
| Above the Fold | /5 | 25% | |
| Value Proposition | /5 | 25% | |
| Social Proof | /5 | 10% | |
| Clarity & Copy | /5 | 15% | |
| CTA & Conversion | /5 | 15% | |
| Trust & Risk | /5 | 10% | |
| **TOTAL** | | | **/5** |
**Rating:** [Excellent / Good / Needs Work / Major Overhaul]
---
## Headline Rewrite
[Before/After with explanation]
---
## Priority Matrix
| Fix | Impact | Effort | Priority |
|---|---|---|---|
| ... | | | |
---
## Do This Week (Top 3)
1. [Specific fix with exact instruction]
2. [Specific fix with exact instruction]
3. [Specific fix with exact instruction]
---
## This Month (Strategic)
1. [Bigger improvement]
2. [Bigger improvement]
---
## Self-Critique Notes
[Any gaps, caveats, or things that need human verification]
Skill by Brian Wagner | AI Marketing Architect | brianrwagner.com
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。