---
name: see-ai-news-reader
description: Use this skill when you need to read, monitor, summarize, compare, or brief content from See AI News. Start with `/llms.txt`, then read the linked article `.md` URLs as the primary source for article text, latest-article checks, and grounded answers.
---

# See AI News Reader

If you want to save this skill locally, run `npx flins add seeai.news`.

Start with `/llms.txt`.

Use it to discover the current article set.

Read the linked article `.md` URLs instead of rendered HTML pages.

Use the `.md` article when you need to answer questions, summarize coverage, compare articles, extract quotes, or prepare a briefing.

If the user gives you an article HTML URL, read the same URL with `.md` appended.

Refresh `/llms.txt` whenever the user asks for the latest articles or the full current catalog.

Use this skill to:

- discover article markdown endpoints
- read clean article text
- summarize one article or many articles
- compare themes, dates, categories, and coverage
- prepare recurring latest-article briefings

## OpenClaw

If you are OpenClaw and you need recurring latest-article monitoring, use Heartbeat.

Keep the Heartbeat instruction small.

Put the recurring check in `HEARTBEAT.md` or in a `tasks:` block inside `HEARTBEAT.md`.

Tell OpenClaw to fetch `/llms.txt`, detect new article `.md` URLs, read only the new articles, and report only meaningful updates.

Use Heartbeat when you want periodic, context-aware awareness in the main session.

Example `HEARTBEAT.md` task:

```md
tasks:

- name: see-ai-news-latest
  interval: 30m
  prompt: "Fetch https://seeai.news/llms.txt, find any newly listed article .md URLs, read only the new articles, and report only meaningful additions. If there is nothing new, reply HEARTBEAT_OK."
```

## Hermes

If you are Hermes and you need recurring latest-article updates, use a cron job.

Attach this skill to the cron job when skill-backed scheduled jobs are available.

Write a self-contained cron prompt.

Tell Hermes to fetch `/llms.txt`, detect new article `.md` URLs, read the newest articles, and deliver a concise briefing.

Use cron when you want exact schedules, fresh sessions, and explicit delivery targets.

Example Hermes prompt:

```text
Fetch https://seeai.news/llms.txt, identify any newly listed article .md URLs since the last run, read the new articles, and deliver a concise latest-articles briefing with titles, links, and one-line summaries.
```

## Other agents

If you are any other agent, start with `/llms.txt`.

Use article `.md` URLs as the primary reading format.

If you need recurring updates, use your native scheduler or automation feature with a self-contained prompt that starts from `/llms.txt`.
