Extract News Article Metadata From Website
Skill ActiveExtract headline, author, publication date, summary, category, and named entities from a public news article.
Extract structured metadata from public news articles to enrich research databases, enable content analysis, and power alert systems.
Features
- Extract article headline
- Extract article author
- Extract publication date
- Extract article summary
- Extract named entities
Use Cases
- Monitor news for specific topics or companies
- Build a research database of industry articles
- Analyze sentiment and trends from news content
- Populate knowledge bases with article summaries
Non-Goals
- Analyzing the content of the article beyond named entities and summary
- Providing sentiment analysis
- Storing or managing extracted data
- Extracting data from paywalled or private websites
Security
- warning:Secret ManagementThe API key is mentioned as 'YOUR_API_KEY' in code examples, and the documentation states an Iteration Layer API key is required. While the examples show how to use it, there's no explicit guidance on secure handling or recommendation to use environment variables or a secret manager.
Errors
- info:Actionable error messagesThe code examples demonstrate basic error handling, but the SKILL.md does not explicitly detail specific error codes, their root causes, or remediation steps for API failures.
Practical Utility
- info:Edge casesThe SKILL.md mentions the requirement for an Iteration Layer API key but does not explicitly detail failure modes like rate limiting, invalid URLs, or malformed HTML, nor provide specific recovery steps beyond general API error handling.
Installation
First, add the marketplace
/plugin marketplace add iterationlayer/skills/plugin install skills@iterationlayer-skillsQuality Score
Trust Signals
Similar Extensions
Extract Restaurant Menu From Website
99Extract menu item names, prices, descriptions, and dietary notes from a public restaurant menu page.
Chatgpt Search
100Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".
Website Extraction Api
100Extract typed JSON from public website pages using a schema.
Extract Supplier Catalog From Website
100Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.
Extract Public Registry Page
100Extract organization name, registration number, status, registration date, and officers from a public registry page.
Browser Extract
99Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model