NewsHelp exposes its structure via URL patterns.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill news-help-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of News Help Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-news-help-assistant)More formats (shields.io, HTML) on the badges page.
---
name: news-help-assistant
description: "NewsHelp exposes its structure via URL patterns."
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
```md
# 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}](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.
```
```md
# 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}](https://newshelp.org/tag/{tag-name})
```
Example:
```
[https://newshelp.org/tag/economy](https://newshelp.org/tag/economy)
```
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!