opengraph-io

Access web content and generate AI images through the OpenGraph.io API.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dfpalhano/openclaw-workspace --skill opengraph-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opengraph-io
Source: https://github.com/dfpalhano/openclaw-workspace/tree/main/skills/opengraph-io-skill
Command: npx skills add https://github.com/dfpalhano/openclaw-workspace --skill opengraph-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers AI assistants to extract rich data from any URL, capture webpage screenshots, scrape HTML content, and generate various types of AI-powered images, simplifying complex web interactions and content creation.

Core Features & Use Cases

  • Web Data Extraction: Retrieve metadata, screenshots, and raw HTML from URLs.
  • AI Image Generation: Create diagrams, icons, social cards, and QR codes.
  • Use Case: Ask your AI to "Get the OG tags from example.com" or "Generate a social card for my new blog post about AI."

Quick Start

Use the opengraph-io skill to get the OG tags from https://github.com.

Frequently Asked Questions about opengraph-io

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

FAQPage Schema
How do I extract OpenGraph metadata and unfurl URLs for link previews?

To unfurl URLs and extract OpenGraph metadata, this Skill uses the OpenGraph.io API to retrieve page content and tags from any link, enabling rich link previews. It requires an OPENGRAPH_APP_ID for authentication.

Can I capture webpage screenshots with JavaScript rendering for dynamic sites?

Capturing webpage screenshots is supported by scraping HTML with JavaScript rendering through the OpenGraph.io API. This allows you to retrieve visual captures of dynamic web pages that rely on client-side scripts.

How do I generate AI images like social cards or QR codes from text?

Generating AI images like social cards, diagrams, icons, and QR codes is done through the OpenGraph.io API. You can request custom image generation by providing text prompts or URL data to the API.

Do I need an API key to scrape HTML and query page content with AI?

Yes, you need an OPENGRAPH_APP_ID API key to authenticate requests for scraping HTML and querying page content. This key is required for all web data extraction and AI image generation tasks performed by the Skill.

What is the best way to get structured web data from a URL without writing a custom scraper?

The best way to get structured web data is using the OpenGraph.io API to extract metadata, raw HTML, and screenshots directly from URLs. This avoids maintaining custom web scraping scripts by handling rendering and extraction.

Why are my URL unfurling requests failing to return OpenGraph tags?

URL unfurling requests fail when the OPENGRAPH_APP_ID is missing or invalid, or if the target URL lacks OpenGraph tags. The Skill requires valid API credentials and relies on the OpenGraph.io API to retrieve existing metadata.