40-item CITE domain audit: citation, impact, trust, entity scoring with veto checks. 域名权威/网站可信度
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install domain-authority-auditor或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install domain-authority-auditor⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/domain-authority-auditor/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: domain-authority-auditor version: "3.0.0" description: 'This skill should be used when the user asks to "audit domain authority", "domain trust score", "CITE audit", "how authoritative is my site", "domain credibility check", "is my domain trustworthy", or "domain credibility score". Runs a full CITE 40-item domain authority audit, scoring domains across 4 dimensions with weighted scoring by domain type. Produces a detailed report with per-item scores, dimension analysis, veto checks, and a prioritized action plan. For content-level assessment, see content-quality-auditor. For link profile details, see backlink-analyzer.' license: Apache-2.0 compatibility: "Claude Code ≥1.0, skills.sh marketplace, ClawHub marketplace, Vercel Labs skills ecosystem. No system packages required. Optional: MCP network access for SEO tool integrations." metadata: author: aaron-he-zhu version: "3.0.0" geo-relevance: "medium" tags: - seo - geo - domain audit - credibility - domain scoring - domain-authority - domain-rating - domain-trust - trust-signals - site-authority - da-checker - ahrefs-dr - moz-da - cite-framework - domain-strength triggers: - "audit domain authority" - "domain trust score" - "CITE audit" - "how authoritative is my site" - "domain credibility check" - "domain rating" - "site authority" - "is my domain trustworthy" - "domain credibility score" ---
> Based on CITE Domain Rating. Full benchmark reference: references/cite-domain-rating.md
> SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills
Browse all 20 skills
Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis
Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator
Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher
Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert-manager
Cross-cutting · content-quality-auditor · domain-authority-auditor · entity-optimizer · memory-management
This skill evaluates domain authority across 40 standardized criteria organized in 4 dimensions. It produces a comprehensive audit report with per-item scoring, dimension and weighted scores by domain type, veto item checks, and a prioritized action plan.
Sister skill: content-quality-auditor evaluates content at the page level (80 items). This skill evaluates the domain behind the content (40 items). Together they provide a complete 120-item assessment.
> Namespace note: CITE uses C01-C10 for Citation items; CORE-EEAT uses C01-C10 for Contextual Clarity items. In combined 120-item assessments, prefix with the framework name (e.g., CITE-C01 vs CORE-C01) to avoid confusion.
Audit domain authority for [domain]
Run a CITE domain audit on [domain] as a [domain type]
CITE audit for example.com as an e-commerce site
Score this SaaS domain against the 40-item benchmark: [domain]
Compare domain authority: [your domain] vs [competitor 1] vs [competitor 2]
Run full 120-item assessment on [domain]: CITE domain audit + CORE-EEAT content audit on [sample pages]
> See CONNECTORS.md for tool category placeholders.
With ~~link database + ~~SEO tool + ~~AI monitor + ~~knowledge graph + ~~brand monitor connected: Automatically pull backlink profiles and link quality metrics from ~~link database, domain authority scores and keyword rankings from ~~SEO tool, AI citation data from ~~AI monitor, entity presence from ~~knowledge graph, and brand mention data from ~~brand monitor.
With manual data only: Ask the user to provide:
Proceed with the full 40-item audit using provided data. Note in the output which items could not be fully evaluated due to missing access (e.g., AI citation data, knowledge graph queries, WHOIS history).
When a user requests a domain authority audit:
### Audit Setup
**Domain**: [domain]
**Domain Type**: [auto-detected or user-specified]
**Dimension Weights**: [from domain-type weight table below]
#### Domain-Type Weight Table
> Canonical source: `references/cite-domain-rating.md`. This inline copy is for convenience.
| Dim | Default | Content Publisher | Product & Service | E-commerce | Community & UGC | Tool & Utility | Authority & Institutional |
|-----|:-------:|:-:|:-:|:-:|:-:|:-:|:-:|
| C | 35% | **40%** | 25% | 20% | 35% | 25% | **45%** |
| I | 20% | 15% | **30%** | 20% | 10% | **30%** | 20% |
| T | 25% | 20% | 25% | **35%** | 25% | 25% | 20% |
| E | 20% | 25% | 20% | 25% | **30%** | 20% | 15% |
#### Veto Check (Emergency Brake)
| Veto Item | Status | Action |
|-----------|--------|--------|
| T03: Link-Traffic Coherence | ✅ Pass / ⚠️ VETO | [If VETO: "Audit backlink profile; disavow toxic links"] |
| T05: Backlink Profile Uniqueness | ✅ Pass / ⚠️ VETO | [If VETO: "Flag as manipulation network; investigate link sources"] |
| T09: Penalty & Deindex History | ✅ Pass / ⚠️ VETO | [If VETO: "Address penalty first; all other optimization is futile"] |
If any veto item triggers, flag it prominently at the top of the report. CITE Score is capped at 39 (Poor) regardless of other scores.
Evaluate each item against the criteria in references/cite-domain-rating.md.
...
安装 Domain Authority Auditor 后,可以对 AI 说这些话来触发它
Help me get started with Domain Authority Auditor
Explains what Domain Authority Auditor does, walks through the setup, and runs a quick demo based on your current project
Use Domain Authority Auditor to 40-item CITE domain audit: citation, impact, trust, entity scoring ...
Invokes Domain Authority Auditor with the right parameters and returns the result directly in the conversation
What can I do with Domain Authority Auditor in my developer & devops workflow?
Lists the top use cases for Domain Authority Auditor, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/domain-authority-auditor/ 目录(个人级,所有项目可用),或 .claude/skills/domain-authority-auditor/(项目级)。重启 AI 客户端后,用 /domain-authority-auditor 主动调用,或让 AI 根据上下文自动发现并使用。
Domain Authority Auditor 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Domain Authority Auditor 可免费安装使用。请查阅仓库了解许可证信息。
40-item CITE domain audit: citation, impact, trust, entity scoring with veto checks. 域名权威/网站可信度
Domain Authority Auditor 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Domain Authority Auditor
Identifies repetitive steps in your workflow and sets up Domain Authority Auditor to handle them automatically