newscatcher
Installation
SKILL.md
NewsCatcher
NewsCatcher is a news aggregation API that provides access to a large database of news articles from around the world. Developers use it to build applications that require real-time news data, such as news apps, financial analysis tools, and media monitoring services. It's useful for anyone needing to programmatically access and analyze news content.
Official docs: https://newscatcherapi.com/documentation
NewsCatcher Overview
- News
- Search — Search for articles based on keywords and other parameters.
- Article — Represents a specific news article.
- Get Article Text — Extracts the main text content of an article.
- Summarize Article — Generates a summary of the article.
Use action names and parameters as needed.
Working with NewsCatcher
This skill uses the Membrane CLI to interact with NewsCatcher. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills