Extract Metadata Skill

Extract structured metadata, summaries, key points, and tags from article URLs.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/OldCoderIsMe/AutoPaper --skill extract-metadata-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Extract Metadata Skill
Source: https://github.com/OldCoderIsMe/AutoPaper/tree/main/claude-skills/plugins/extract-metadata/skills/extract-metadata
Command: npx skills add https://github.com/OldCoderIsMe/AutoPaper --skill extract-metadata-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of key information from articles, saving time and ensuring consistent data capture.

Core Features & Use Cases

  • Metadata Extraction: Pulls titles, authors, sources, and publication dates.
  • Content Summarization: Generates concise summaries and identifies key points.
  • Classification & Tagging: Categorizes articles and assigns relevant tags.
  • Use Case: When processing a batch of news articles for a weekly digest, this Skill can quickly extract all necessary details, summarize content, and tag each article, preparing it for further curation.

Quick Start

Use the extract-metadata skill to get structured information from the provided article URL.

Frequently Asked Questions about Extract Metadata Skill

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

FAQPage Schema
How do I extract article metadata and generate summaries using AI?

To extract article metadata and generate AI summaries, provide an article URL or content to this Skill. It uses Claude AI to output structured titles, authors, concise summaries, and tags.

Can I use Claude AI for content curation and tagging of news articles?

Yes, you can use Claude AI for content curation and tagging of news articles. This Skill automates categorization and assigns relevant tags to prepare batches of articles for weekly digests.

Do I need an Anthropic API key to parse articles and extract metadata?

Yes, you need an Anthropic API key to parse articles and extract metadata. The Skill requires the ANTHROPIC_API_KEY environment variable to process content using Claude AI.

What output formats are supported when extracting key points from articles?

When extracting key points from articles, the Skill supports both JSON and Markdown output formats. This allows for easy integration into downstream content aggregation or research workflows.

What is the best way to automate research workflows for news aggregation?

The best way to automate research workflows for news aggregation is using an AI Skill that extracts publication dates, sources, and key points. This ensures consistent data capture across multiple article URLs.