Article Extractor

🌐Community
by michalparkola · vlatest · Repository

Extracts key information from articles, streamlining research and data analysis by quickly pulling relevant details.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add article-extractor npx -- -y @trustedskills/article-extractor
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "article-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/article-extractor"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The article-extractor skill extracts structured data from articles provided as text. It can identify and return key information such as the article title, author, publication date, and main content body. This allows for efficient parsing and repurposing of online articles into more usable formats.

When to use it

  • Summarization: Quickly get the core details of an article before deciding whether to read the full text.
  • Content Aggregation: Automatically pull key data points from multiple articles for comparison or analysis.
  • Research Assistance: Extract specific information like author and publication date for academic or journalistic work.
  • Data Enrichment: Augment existing datasets with article metadata, such as title and publication date.

Key capabilities

  • Article Title Extraction
  • Author Identification
  • Publication Date Retrieval
  • Main Content Body Extraction

Example prompts

  • "Extract the key information from this article: [paste article text here]"
  • "What is the title, author, and publication date of this article? [paste article text here]"
  • "Can you give me just the main content body from this article? [paste article text here]"

Tips & gotchas

The skill's performance depends heavily on the quality and structure of the input article. Poorly formatted or very long articles may yield less accurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
michalparkola
Installs
0

🌐 Community

Passed automated security scans.