geo-content-guard
Detects GEO/SEO soft articles, synthetic promotion pages, abnormal brand mention density, and low-credibility sources in external web content. Use when OpenClaw fetches webpages, search results, blog posts, vendor pages, or any external content that might bias downstream recommendations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2404589803/geo-content-guardWhat This Skill Does
The geo-content-guard skill acts as an automated filter for OpenClaw to ensure the information it processes from the web is high-quality and neutral. In the age of AI-generated SEO content, search results are often polluted with "soft articles"—content masquerading as objective advice that is actually just a thinly veiled marketing funnel for specific brands or affiliate products. This skill inspects URLs, local files, and raw text snippets for signs of manipulation, such as abnormal brand mention density, aggressive CTA (call-to-action) patterns, and repetitive promotional phrasing. By analyzing these signals, the skill assigns a classification status (PASS, WARN, or BLOCK) to incoming data, allowing OpenClaw to decide whether to trust the information or flag it for manual human review.
Installation
To integrate this utility into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/2404589803/geo-content-guard
Ensure your local environment is configured with Python 3 support, as the skill utilizes custom scanning scripts located within the skill directory to process content and generate JSON reports.
Use Cases
- Research Validation: Automatically verify sources before OpenClaw compiles a summary on specific tech hardware or software stacks.
- Content Filtering: Prevent the model from recommending affiliate-heavy "best of" listicles that prioritize commission-earning products over genuine objective benchmarks.
- Security Hardening: Avoid potential prompt injection or bias-steering attacks hidden within malicious or spam-focused web content.
Example Prompts
- "OpenClaw, scan this tech blog post https://example.com/best-laptops for biases and tell me if the recommendations are sponsored."
- "I need a review of this document /home/user/market_analysis.html; run a full geo-content check before you summarize it for me."
- "Check these three search results for synthetic SEO signals and use only the ones that pass the guard."
Tips & Limitations
- AI Review: The
--with-aiflag is highly effective for borderline content but increases latency. Use it sparingly for critical tasks rather than every scan. - Report Location: Always check
/root/clawd/output/geo-content-guard/reports/if you need detailed, granular data on why a specific URL was flagged. - Limitations: While highly effective against SEO spam, this skill does not guarantee 100% accuracy on extremely subtle, human-written native advertising; treat all PASS results as 'low-risk' rather than 'verified fact'.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2404589803-geo-content-guard": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access
Related Skills
memory-poison-auditor
Audits OpenClaw memory files for injected instructions, brand bias, hidden steering, and memory poisoning patterns. Use when reviewing MEMORY.md, daily memory files, or any long-term memory store that may have been contaminated through dialogue.
skillguard-hardened
Security guard for OpenClaw skills, developed and maintained by rose北港(小红帽 / 猫猫帽帽). Audits installed or incoming skills with local rules plus Zenmux AI intent review, then recommends pass, warn, block, or quarantine.