nature

Fetch and summarize the latest AI-related articles from Nature's RSS feed and the top 7 AI news from New Scientist Technology. Use when the user asks for Nature AI news, Nature science news, New Scientist AI news, or wants the latest research headlines from nature.com or newscientist.com. Triggers on phrases like "Nature AI news", "get AI news from Nature RSS", "New Scientist AI news", "latest Nature publications", "merge Nature and New Scientist AI news". Uses direct web_fetch only — never uses web_search.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nature" with this command: npx skills add goog/nature

Nature + New Scientist AI News

Fetches AI news from two sources and merges results. Uses web_fetch only — no web_search.

Sources

  1. Nature RSS: https://www.nature.com/nature.rss
  2. New Scientist Tech: https://www.newscientist.com/subject/technology/

Workflow

Step 1 — Fetch Nature RSS

web_fetch(url="https://www.nature.com/nature.rss", extractMode="text", maxChars=50000)

Parse the XML. Each <item> has <title>, <link>, <dc:date> (YYYY-MM-DD).

Filter keywords: ai, artificial intelligence, machine learning, deep learning, neural network, quantum computing, llm, agi, chip, data centre, data center, algorithm, automation, generative, transformer, gpt, agent, autonomous, cybersecurity, encryption.

Date rule: keep only items from the last 3 days (Nature posts infrequently — 24h yields too little).

Step 2 — Fetch New Scientist Technology

web_fetch(url="https://www.newscientist.com/subject/technology/", extractMode="markdown", maxChars=50000)

Extract article links and headlines from the markdown output. For the top items, also fetch the individual article pages to get summaries:

web_fetch(url="<article-link>", extractMode="markdown", maxChars=5000)

Filter: Keep only AI-related articles (same keyword list as Nature). Return top 7 by recency.

Step 3 — Merge & Present

Combine results from both sources into a single digest, grouped by source:

## 🟢 New Scientist — AI News

**Headline** (date if available)
One-sentence summary.
→ URL

## 🔵 Nature — AI News

**Headline** (date)
One-sentence summary.
→ URL

Rules:

  • Max 7 items per source
  • If one source has zero AI items, say so honestly — don't pad
  • Always indicate which source each item came from

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Subtitle To Video

add subtitle files, video into captioned videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers, content creators use it for add...

Registry SourceRecently Updated
General

Api Changelog Generator

Generate and maintain API changelogs from OpenAPI/Swagger specs — track endpoints added, removed, deprecated, or modified between versions. Detect breaking c...

Registry SourceRecently Updated
General

Free Music

Skip the learning curve of professional editing software. Describe what you want — add upbeat background music to my video for free — and get music-backed vi...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated