eceee-news-fulltext-fetch
Installation
SKILL.md
eceee News Fulltext Fetch
Core Goal
- Discover news article URLs from
https://www.eceee.org/all-news/. - Persist discovered entry metadata into SQLite.
- Fetch and extract article body text from each entry page.
- Persist status and text in a companion table (
entry_content) with retry-safe updates.
Triggering Conditions
- Receive a request to extract full text from eceee news archive pages.
- Receive a request to run incremental fulltext sync for eceee news links.
- Need a resilient local SQLite queue for discovery + extraction + retries.
Workflow
- Initialize database.