Install
openclaw skills install @aaron-he-zhu/content-quality-auditorUse when auditing content quality, E-E-A-T, or publish readiness; runs a typed 80-item CORE-EEAT profile with evidence coverage, veto checks, and a fix plan. Not for structural tags/headers alone — use on-page-seo-checker; not for domain/citation trust — use domain-authority-auditor. 内容质量/EEAT评分
openclaw skills install @aaron-he-zhu/content-quality-auditorAudit one content artifact with the versioned CORE-EEAT contract. Produce evidence-linked item states, a comparable score only when coverage is complete, and a SHIP/FIX/BLOCK/UNDECIDED verdict. Scores are advisory quality-control summaries, not ranking or citation predictions.
Audit this product review for the U.S. market before publication: <URL or content>
Run a CORE-EEAT comparison-profile audit and show every evidence gap: <artifact>
Use this skill for the content artifact and its source-credibility evidence. Use on-page-seo-checker for a narrow structural audit, technical-seo-checker for crawl/index behavior, and domain-authority-auditor for domain-level CITE. A combined page/domain assessment is two linked audits, never a 120-item composite.
Reads: one artifact plus its cited/source controls. Writes: only a permissioned v3 artifact. Done when: target/profile/context are declared, every expected item has a valid state, the typed result is reported, and any approved artifact validates.
At activation, read these repository files:
../../../references/auditor-runbook.md../../../references/scoring-semantics.md../../../references/core-eeat-benchmark.md../../../references/framework-catalog.json (CORE-EEAT entry)For a standalone installation, read the bundled immutable references/auditor-runtime.md instead. Never fetch a mutable branch or continue with a guessed contract. Before deterministic calls, follow runtime-invocation.md, resolve AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}", and require the scorer, validator, and typed catalogs. If they are absent, return score_state: NOT_SCORED / score_confidence: not_scored with no gate verdict or persistent artifact. Record schema_version: 3.0, runbook_version: 3.0.0, and catalog version in the report.
Declare before scoring:
product-review, how-to-guide, comparison, landing-page, blog-post, faq-page, alternative, best-of, or testimonial.If content type cannot be inferred safely, ask one blocking question. Do not choose the profile by whichever produces the highest score.
| Need | Preferred evidence |
|---|---|
| Artifact/body | Stable draft, rendered page, or direct URL fetch |
| Claims/citations | Primary sources, claims projection, cited records |
| Author/site controls | Byline, review policy, corrections, disclosures, security/contact evidence |
| Visual/mobile claims | Rendered captures or user-provided exports, not HTML inference |
| Historical state | Version history and dated archive evidence |
unknown for applicable but unobserved evidence. Use na only for catalog-declared conditional items and state why. Never redistribute weights around Unknown items.CORE-EEAT-C01: material title/promise mismatch.CORE-EEAT-R10: material internal factual contradiction; an isolated broken link is not this veto.CORE-EEAT-T04: a material connection exists and required disclosure is absent/materially obscured; no relationship is N/A.audit-run.schema.json and execute python3 "$AARON_SKILLS_ROOT/scripts/rubric-score.py" score <run.json> when the verified runtime is available. Preserve the typed input and output for reproducibility.Missing evidence prevents a total. Report the scorer's interval, coverage, and exact gaps; do not invent a score or mark the artifact failed merely because access is missing.
For medical, legal, financial, safety, or other material-risk content, verify source currency, market, reviewer identity/qualification, claim boundaries, and required disclaimers. This skill audits evidence and presentation; it does not provide professional advice or fabricate expert review.
Lead with:
## CORE-EEAT Audit
**Verdict:** SHIP | FIX | BLOCK | UNDECIDED
**Profile / target / observed:** ...
**Score:** final/raw when scored, or "Not scored — evidence coverage N%" with interval
**Confidence:** high | medium | low | not_scored
Then show dimension scores/coverage, critical evidence, findings ordered by severity and points lost, exact Unknown inputs, and a prioritized fix plan. Show qualified item IDs in a trace appendix when the user asks for reproducibility. Label the GEO and SEO four-dimension views as diagnostics, not independent totals.
Humanizer and visual/conversion rubrics are advisory supporting checks. They may inform non-veto item evidence but never create a new CORE-EEAT veto.
Use scorer output without reinterpretation:
DONE + SHIP.DONE_WITH_CONCERNS + FIX; one veto caps final at 59.DONE + BLOCK; omit final score.NEEDS_INPUT + UNDECIDED; omit raw/final scores.Route claim/disclosure fixes to offer-claims-registry, content fixes to content-writer or geo-content-optimizer, technical evidence to technical-seo-checker, and domain context to domain-authority-auditor.
DONE_WITH_CONCERNS/FIX, final 59, cap_applied: true.DONE/BLOCK, raw retained, no final score.NEEDS_INPUT/UNDECIDED, no raw or final score, regardless of the observed-item average.Default to plain-language findings. When traceability is requested, qualify IDs as CORE-EEAT-C01, CORE-EEAT-R10, and CORE-EEAT-T04; never show an unqualified collision-prone ID.
Do not write memory merely because an audit was requested. If the user explicitly authorizes persistence, assemble the exact v3 draft, validate it against the intended memory/audits/content/YYYY-MM-DD-<topic>.md relative path, persist only through one full-content Write, and revalidate the target. Edit/shell/MCP mutations of the reserved sink are unsupported. Validate with:
python3 "$AARON_SKILLS_ROOT/scripts/validate-audit-artifact.py" <draft> --relative-path <target>
Do not claim the artifact was saved if validation fails. Do not write veto markers, candidates, or hot-cache entries without the same permission.