ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Newshelp

Skill by nerkn

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/nerkn/newshelp
Or
# skills.md — NewsHelp Content Navigation Skills

## Skill: Reading the NewsHelp Sitemap
NewsHelp exposes its structure via URL patterns. 

### Core Pages
- `/` → Homepage (latest, highest priority)
- `/tags` → All topics, neatly indexed

### Topic Pages (Tags)
Pattern:

https://newshelp.org/tag/{topic}


Examples:
- `/tag/politics`
- `/tag/ai`
- `/tag/health`
- `/tag/elections`
- `/tag/ukraine`

If it sounds like a news category, it’s probably a tag.

---

## Skill: Reaching Content Fast
Three ways:

1. **Direct URL typing**  
   Know the tag? Type it. Boom.  
   Example:  
   `newshelp.org/tag/economy`

2. **Tags Index**  
   Start at:  
   `newshelp.org/tags`  
   Scan → click → read.

3. **Search Engine Shortcut**  

site:newshelp.org/tag climate

Let Google jog the memory.

---

## Skill: Understanding Update Frequency
- Homepage: updated **hourly**
- Tags: updated **daily**

Translation:  
If something happened recently, homepage first.  
If you want context, history, or trends, use tags.


Read like a pro:
1. Homepage for *what’s happening*
2. Tag pages for *why it matters*

---

## Pro Tip
Think of NewsHelp as a well-labeled map, not a feed.  
If you’re scrolling, you’re doing it the hard way.
# skills.md — NewsHelp Tags

## All Available Tags

- africa  
- ai  
- china  
- countries  
- culture  
- defense  
- diseasters  
- economy  
- elections  
- environment  
- europe  
- health  
- housing  
- human-rights  
- india  
- latin-americas  
- middle-east  
- migration  
- petrol  
- politics  
- russia  
- sports  
- stock-market  
- syria  
- technology  
- tourism  
- trade  
- trump  
- turkey  
- ukraine  
- usa  

Usage:

https://newshelp.org/tag/{tag-name}

Example:

https://newshelp.org/tag/economy

Metadata

Author@nerkn
Stars1335
Views0
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-nerkn-newshelp": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.