apitube-news-api
Installation
SKILL.md
APITube News API
APITube is a worldwide News API. Use it to search and filter news articles in real time or historically, then read structured fields (title, body, source, sentiment, entities).
- Base URL:
https://api.apitube.io/v1 - Full docs: https://docs.apitube.io/
- OpenAPI spec: https://api-reference.apitube.io/openapi.json
- Get an API key: https://apitube.io/
Authentication
Read the key from the environment variable APITUBE_API_KEY and reference it as $APITUBE_API_KEY.
Never write the key itself into a command, a file or a code sample: a literal key ends up in shell
history, logs and version control. If the variable is unset, ask the user to export it — do not ask
them to paste the key into the chat.