AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Og Image

skill-yahiasherif002-claude-skills-og-image · by Yahiasherif002

Generate a branded 1200x630 Open Graph / social share image (PNG) from an SVG template using sharp — no design tool needed. Produces the card that shows when a link is shared on LinkedIn, X/Twitter, Slack, Discord, iMessage. Use when a site has a blank/missing/ugly link preview, needs a proper og:image, or the user wants a generated social card matching their brand. Pairs with the seo-kit skill (…

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-yahiasherif002-claude-skills-og-image

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yahiasherif002-claude-skills-og-image)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Og Image? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OG Image Generator

Generates a proper 1200×630 PNG social-share card from an SVG template, rasterized with sharp. No Figma/Photoshop needed, fully reproducible, and regenerable whenever the text changes.

Why

Social crawlers need a real raster image at an absolute URL for rich previews. A relative path or a square favicon gives blank/tiny previews. This builds a real branded 1200×630 card.

What it produces

  • scripts/gen-og.mjs — edits the config at the top (name, role, subline, footer), runs

node scripts/gen-og.mjs, and writes public/og-image.png (1200×630).

  • A dark "IDE/terminal" themed card by default (window dots, gradient name, mono subtext) —

restyle the SVG freely.

How to use it

  1. Copy references/gen-og.mjs into the project's scripts/.
  2. npm i -D sharp.
  3. Edit the CONFIG constants at the top (name, role, subline, footer text, colors).
  4. Run node scripts/gen-og.mjs → writes public/og-image.png. Add an npm script

"gen:og": "node scripts/gen-og.mjs" for convenience.

  1. Wire the meta tags (or use the seo-kit skill) with an absolute URL:

```html

```

Notes

  • Fonts: SVG text renders with fonts installed on the build machine. The template uses

Consolas, monospace and Segoe UI, Arial, sans-serif (safe on Windows/most CI). For a custom font, install it on the build env or embed it as base64 in the SVG.

  • Absolute URL is mandatory for OG/Twitter images, and LinkedIn caches hard — re-scrape via

the Post Inspector after deploying.

  • Verify the card at https://www.opengraph.xyz.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.