# News Research

> News search with freshness — find recent reporting, coverage of current events, and development timelines. Use when the question is about what is happening now or recently.

- Skill: `samraddhashrivastavatech/news-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/news-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/news-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/news-research

---


# News research

Search news sources for recent reporting, with region and freshness controls.

## When to use

- Current events, releases, controversies, policy changes.
- Building the "current" family for a topic that has a time dimension.
- Checking whether reporting on an event exists and from whom.

## Tools used

- `search_news` — from `query`, with `region` code (default `US`) and `limit`.

## Workflow

1. Pin the question; decide the region.
2. `search_news`; sort results with freshness in mind (date matters).
3. Check the outlet + date + byline; `web-reader` the article before quoting.
4. Corroborate important claims with `claim-verification` — one outlet is not
   consensus.

## Input schema

```json
{ "query": "str", "limit": "int", "region": "str" }
```

## Output schema

```json
{ "results": "list[{title,url,outlet,date}]" }
```

## Security

Headlines are claims, not facts. Record outlet/date as part of the evidence;
do not present single-outlet coverage as settled.

## Related skills

`web-search`, `claim-verification`, `fact-checking`, `source-analysis`,
`deep-research`
