Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

news-content

v1.0.2

Input a news URL to efficiently extract the body, title, author, and date using a remote API.

0· 376· 3 versions· 1 current· 1 all-time· Updated 10h ago· MIT-0

Install

openclaw skills install news-content

News Content Extractor (Pro Version)

This is a news content extraction Skill using a client-server architecture.

Features

  • Zero Local Dependencies: Uses Node.js for the client, so no complex Python libraries need to be installed locally.
  • Authentication: Core API calls are protected by EASYALPHA_API_KEY.
  • High-Performance Parsing: Powered by a remote backend service based on trafilatura.

Configuration Requirements

The following environment variables must be set to use this Skill:

  1. EASYALPHA_API_KEY: Your authentication token. Obtainable from: https://easyalpha.duckdns.org
  2. NEWS_EXTRACTOR_SERVER_URL: (Optional) The backend server address. Defaults to the production API: https://easyalpha.duckdns.org/api/v1/extract

Usage

User: "Scrape the content of this page: https://www.bbc.com/news/uk-12345678"

Agent Behavior:

  • Runs node scripts/extract_news.js https://www.bbc.com/news/uk-12345678
  • The script automatically includes the Token and sends the request to the server.
  • Parses and displays the results.

Version tags

latestvk97078nt85n7g425qwej0b36bh832ahj

Runtime requirements

Binsnode
EnvEASYALPHA_API_KEY, NEWS_EXTRACTOR_SERVER_URL