
πΌοΈ Open Graph Social Card Auditor
Catch the Open Graph and Twitter Card problems that make a shared link preview blank or broken. Flags missing og:title, og:image, og:description, og:url, or twitter:card, a relative og:image URL (crawlers need an absolute one), an SVG og:image (no platform renders it), and image dimensions that miss the 1200x630 standard. Reads your HTML or pasted head markup; it does not fetch the page or refresh a platform's cache.
- Identify missing or malformed Open Graph and Twitter Card tags in local code
- Convert relative image paths to required absolute URLs for social scrapers
- Validate character counts and image dimensions against platform requirements
$12
Β· or 60 creditsSecure checkout via Stripe
Included in download
- Identify missing or malformed Open Graph and Twitter Card tags in local code
- Convert relative image paths to required absolute URLs for social scrapers
- terminal, file_read automation included
- Ready for Cursor
Sample input
Audit the Open Graph tags in my index.html file and tell me why the Twitter preview isn't working.
Sample output
Catch the Open Graph and Twitter Card problems that make a shared link preview blank or broken. Flags missing og:title, og:image, og:description, og:url, or twitter:card, a relative og:image URL (crawlers need an absolute one), an SVG og:image (no platform renders it), and image dimensions that miss the 1200x630 standard. Reads your HTML or pasted head markup; it does not fetch the page or refresh a platform's cache.
$12
Β· or 60 creditsSecure checkout via Stripe
Included in download
- Identify missing or malformed Open Graph and Twitter Card tags in local code
- Convert relative image paths to required absolute URLs for social scrapers
- terminal, file_read automation included
- Ready for Cursor
- Instant install
Sample input
Audit the Open Graph tags in my index.html file and tell me why the Twitter preview isn't working.
Sample output
About This Skill
What it does
The Open Graph Social Card Auditor is a developer-focused tool designed to diagnose why link previews look broken when shared on platforms like Slack, X (Twitter), or LinkedIn. It performs a deep static analysis of your HTML markup to identify missing, malformed, or redundant meta tags.
Why use this skill
Debugging social cards is notoriously frustrating because platform scrapers are opaque. This skill moves the "audit" phase into your local development workflow. Instead of guessing or repeatedly pushing to production to test with external debuggers, you can validate your local HTML files or raw snippets instantly. It uses a specialized Python scanner and a curated rule engine to catch errors that basic linters miss, such as incorrect image dimensions, missing required Twitter properties, or malformed OG types.
Supported tools
- Standard HTML/HTM files
- Local directories & repositories
- Raw markup via stdin
- Python-based static analysis engine
The output
You receive a structured audit report including a severity-based list of findings, specific line-number evidence, and copy-paste remediation snippets to fix your tags immediately.
Use Cases
- Identify missing or malformed Open Graph and Twitter Card tags in local code
- Convert relative image paths to required absolute URLs for social scrapers
- Validate character counts and image dimensions against platform requirements
- Generate copy-paste remediation snippets to fix broken link previews fast
Known Limitations
It inspects the markup you give it. It does not fetch the live page, render JavaScript, or refresh a platform's cache, and caching is often why a preview still looks broken after you fix the tags, so a manual cache-bust on the platform's debugger may still be needed.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/open-graph-social-card-auditor -o /tmp/open-graph-social-card-auditor.zip && unzip -o /tmp/open-graph-social-card-auditor.zip -d ~/.claude/skills && rm /tmp/open-graph-social-card-auditor.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Notes: Read-only. Parses the markup with the standard-library HTML parser. The rule thresholds load from an editable file in references/. Reads no environment variables and writes nothing.
Works with any agent that can read a file and run a local Python script (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only (parses HTML with the built-in parser), no install step. No network calls.
Creator
JustHandled Labs creates focused agent skills and workflow packs for Claude, Codex, Cursor, and AI-assisted builders. Each tool is designed around a real repeatable task: cleaner commits, better PRs, stronger handoffs, safer repo hygiene, clearer documentation, and less copy-paste chaos. The goal is not generic AI productivity. The goal is specific workflows that are easier to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. JustHandled Labs builds tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.
local-seo-audit
Automated local SEO auditing and keyword generation for agencies and small businesses.
competitor-content-gap-analyzer
Automated competitor content gap analysis and strategy reporting for SEO agencies and marketing teams.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query β teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.