article-visualizer

Convert articles or local PDFs into structured HTML summaries with key insights.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill article-visualizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-visualizer
Source: https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir/tree/main/skills/article-visualizer
Command: npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill article-visualizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill converts articles (URL or local PDF) into a beautiful, one-page HTML summary, making it easier to digest key insights and trends.

Core Features & Use Cases

  • Article Summarization: Convert any public article or local PDF into a one-page HTML summary.
  • Structured Insights: Extract and display insights, trends, data, players, cases, risks, and summary.
  • Image and Video Embedding: Optionally include images and videos from the article.
  • Use Case: Share an article summary via email, Notion, or other platforms with a single-click.

Quick Start

Use the article-visualizer skill to generate a summary for the article at 'https://www.nfx.com/post/ai-games'.

Frequently Asked Questions about article-visualizer

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

FAQPage Schema
How do I convert a web article into a structured HTML summary?

To convert a web article into a structured HTML summary, this Skill fetches the URL using a 4-layer fallback mechanism, then extracts key insights, trends, data, and risks to generate a one-page HTML output.

Can I extract insights and trends from a local PDF file?

Yes, you can extract insights and trends from a local PDF file by using this Skill to convert the PDF content into a structured HTML summary, displaying extracted data, players, and cases.

Does the article summarization process support embedding images and videos?

Yes, the article summarization process optionally includes embedding images and videos from the source content directly into the generated one-page HTML summary.

What dependencies do I need to fetch and parse articles for trend analysis?

You need requests, beautifulsoup4, and playwright installed to fetch and parse articles for trend analysis, ensuring robust URL handling and accurate content extraction.

What is the best way to share an article summary on platforms like Notion?

The best way to share an article summary on platforms like Notion is to generate a one-page HTML output containing structured insights, which can be easily shared via a single-click action.

Why does URL fetching sometimes fail during article extraction?

URL fetching during article extraction can fail due to dynamic content or access restrictions, which is why this Skill uses a 4-layer fetch fallback with requests and playwright to ensure robust URL handling.