- Home
- Skills
- Jeremylongshore
- Claude Code Plugins Plus Skills
- Open Graph Creator
open-graph-creator_skill
- Python
1.4k
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill jeremylongshore/claude-code-plugins-plus-skills --skill open-graph-creator- SKILL.md2.1 KB
Overview
This skill automates Open Graph creation for frontend projects, producing metadata, images, and configuration tailored to modern web frameworks. It is designed to integrate with React, Vue, and static site generators to ensure shareable pages render correctly across social platforms. The skill emphasizes production-ready output, accessibility, and performance-aware assets.
How this skill works
When triggered, the skill inspects page metadata, routing, and available assets to generate Open Graph tags, image templates, and build-time configuration. It can produce code snippets (HTML meta tags, server-side headers, or framework-specific components), image generation directives, and validation checks against common social preview requirements. The skill also flags missing fields and suggests corrective actions.
When to use it
- You need canonical Open Graph meta tags for pages or dynamic routes
- Generating social preview images for blog posts, products, or user profiles
- Integrating OG tags into React, Vue, Next.js, or static site builds
- Validating existing OG configuration and detecting missing or malformed fields
- Optimizing OG images for performance and accessibility before deployment
Best practices
- Include title, description, URL, type, and image with correct dimensions and aspect ratios
- Generate responsive OG images and serve them via CDN with proper caching headers
- Use server-side rendering or build-time injection for consistent previews across crawlers
- Validate tags with social media debuggers and automated checks in CI
- Provide accessible image alt text and avoid embedding critical text that breaks on crop
Example use cases
- Create a Next.js component that injects OG tags for dynamic blog routes and falls back to site defaults
- Generate a templated Open Graph image for product pages using a headless rendering pipeline and export optimized PNG/WebP
- Audit an existing site to find missing OG fields, incorrect image dimensions, or conflicting meta tags
- Add CI validation to ensure every merged page includes required OG tags and valid image URLs
- Produce framework-agnostic HTML meta tag snippets and server header examples for sitemap-driven sites
FAQ
It can produce both metadata and directives or templates for image generation; actual image rendering may require external tooling or a headless renderer.
Can it handle dynamic routes and server-side rendering?
Yes. The skill provides patterns for SSR and build-time injection to ensure crawlers receive consistent Open Graph data for dynamic routes.