PublishVerifier

Verify published social posts via URL, content, image, and platform checks.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill publishverifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PublishVerifier
Source: https://github.com/genesis-agents/GenesisPod/tree/main/backend/src/modules/ai-app/social/mission/agents/publish-verifier
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill publishverifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-publish verification is critical to ensure that social content, once published, is reachable, faithful to the original submission, and properly acknowledged by the platform. Without automated checks, discrepancies in URLs, content, or media can go unnoticed, damaging trust and engagement.

Core Features & Use Cases

  • 4-dimensional post-publish verification: URL reachability, content diff against sent material, image accessibility, and platform acknowledgment.
  • Automated, platform-aware checks for WeChat and XHS to confirm publication state and visibility.
  • Integrates browser-context and web-scraper tools to fetch and compare live content, and reports concise results suitable for automation dashboards.

Quick Start

Run the PublishVerifier to confirm that each published post is reachable, matches the intended content, images load correctly, and platform state is acknowledged.

Frequently Asked Questions about PublishVerifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify social media content after publishing on WeChat or XHS?

Post-publish verification for WeChat or XHS validates URL accessibility, performs diff-based content comparison against original submissions, checks image reachability, and confirms platform acknowledgment. It returns a concise structured result confirming the live content matches your intended post.

What does a post-publish content diff check compare against?

A post-publish content diff check compares the live published social media post against your original submitted material. It identifies discrepancies in text or media by fetching the live content and matching it with the initial submission to ensure post-publication content matches the intended output.

Can I check if published post images and URLs are reachable automatically?

Yes, automated post-publish verification performs URL HEAD checks and image HEAD checks to confirm media and links are reachable. It validates image accessibility and URL integrity for published social content, returning a structured result indicating any unreachable assets.

Does post-publish verification work with both WeChat and XHS platforms?

Yes, post-publish verification supports platform-aware checks for both WeChat and XHS. It verifies the publication state and visibility of posts on these specific social channels to ensure content is properly acknowledged and reachable by the platform.

What is the best way to automate social media post verification after publishing?

The best way to automate social media post verification is running a 4-dimensional check covering URL reachability, content diff, image accessibility, and platform acknowledgment. This automated process fetches live content via browser-context tools and reports concise results suitable for automation dashboards.