add-news-with-og-fetch

Validate publisher domains, fetch Open Graph metadata, and populate news entry forms.

Updated May 30, 2026
One-click install
npx skills add https://github.com/buitrankimlong/thongtincty --skill add-news-with-og-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-news-with-og-fetch
Source: https://github.com/buitrankimlong/thongtincty/tree/main/.claude/skills/add-news-with-og-fetch
Command: npx skills add https://github.com/buitrankimlong/thongtincty --skill add-news-with-og-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of adding news articles by curating publisher lists, validating URLs, and fetching Open Graph metadata, replacing manual uploads with a more efficient and accurate workflow.

Core Features & Use Cases

  • Curated Publisher List: Select from a list of trusted publishers for domain validation.
  • URL Validation: Ensure the URL matches the selected publisher's domain.
  • Open Graph Metadata Fetching: Automatically extract title, description, and thumbnail from the article's URL.
  • Use Case: Ideal for personal profiles, company news sections, and press releases where accurate metadata is crucial for presentation.

Quick Start

Use the add-news-with-og-fetch skill to add a new article with URL 'https://vnexpress.net/some-article'.

Frequently Asked Questions about add-news-with-og-fetch

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

FAQPage Schema
How do I fetch Open Graph metadata when adding news articles?

Open Graph metadata fetching works by validating the publisher domain against a curated list, then automatically extracting the article's title, description, and thumbnail from the provided URL to populate the entry form.

What is the best way to validate publisher domains for content management?

Validating publisher domains is handled by selecting from a curated list of trusted publishers, ensuring the submitted news article URL matches the expected domain before any metadata extraction occurs.

Can I use this Open Graph fetcher for corporate communication and press releases?

Yes, this Open Graph fetcher is designed for personal profiles, company news sections, and press releases where accurate metadata extraction and presentation are crucial for organizing information.

How do I automate news entry without manual uploads?

Automating news entry involves passing a valid article URL to the skill, which then fetches the required Open Graph metadata and populates the fields, completely replacing manual upload workflows.

Does URL validation work if the article link is from an untrusted publisher?

URL validation requires the link to match a selected domain from a curated list of trusted publishers, meaning articles from unlisted or untrusted publishers will not pass the validation step.