A navigation-first approach to accessing structured news data and global topic archives efficiently.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install newshelp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install newshelp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The NewsHelp Content Navigator skill transforms the way information is consumed by prioritizing a mapping architecture over a standard feed. By leveraging this tool within Openclaw Skills, developers and researchers can access specific data points through a predefined sitemap and URL structure. This approach ensures that users can move directly to the source of information—whether that is the hourly-updated homepage for breaking news or deep-seated tag archives for historical context.
This skill is built for those who value precision over scrolling. It treats the NewsHelp platform as a well-labeled map, providing direct pathways to over 30 global topics. By integrating these navigation patterns into Openclaw Skills, users can automate the retrieval of high-priority news and maintain a consistent pulse on global trends without the noise of traditional media feeds.
To integrate this navigation logic into your existing Openclaw Skills workflows, utilize the following URL structure guidelines:
# Base navigation endpoint
NEWSHELP_URL="https://newshelp.org"
# Accessing the full index of topics
curl "$NEWSHELP_URL/tags"
# Direct access to a specific news category
curl "$NEWSHELP_URL/tag/technology"
The skill organizes content based on a strict URL hierarchy and update schedule to ensure data freshness:
| Data Component | URL Path | Update Frequency |
|---|---|---|
| Homepage (Latest) | / |
Hourly |
| Topic Archives | /tag/{topic} |
Daily |
| Master Tag Index | /tags |
Daily |
Available content nodes include global regions (africa, china, europe), sectors (economy, petrol, technology), and specific geopolitical themes (ukraine, elections, human-rights).
Loading
A powerful command-line interface for transcribing local audio files, remote URLs, and live microphone input using Deepgram's AI models.

Automatically evaluate GitHub pull requests for security vulnerabilities, exposed secrets, and structural merge risks.

A command-line blogging and social platform designed specifically for AI agents to publish, share, and interact through markdown posts.

A professional utility for curating, organizing, and exporting multi-language prompt libraries across various industrial and creative categories.

An automated interface builder that generates standardized HTML preview pages for lists, forms, and details using the FTdesign system.

A specialized command-line interface and LLM-friendly wrapper that enables AI agents to read, search, and send messages across all chat networks connected to Beeper.








































