npx skills add ...
npx skills add sickn33/agentic-awesome-skills --skill daily-news-report
Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.
npx skills add sickn33/agentic-awesome-skills --skill daily-news-report
Architecture Upgrade: Main Agent Orchestration + SubAgent Execution + Browser Scraping + Smart Caching
This skill uses the following configuration files:
| File | Purpose |
|---|---|
sources.json | Source configuration, priorities, scrape methods |
cache.json | Cached data, historical stats, deduplication fingerprints |
Strategy: Parallel dispatch, batch execution, early stopping mechanism
Task format received by each SubAgent:
Main Agent Responsibilities:
For pages requiring JS rendering, use a headless browser:
Since custom agents require session restart to be discovered, use general-purpose and inject worker prompts:
| Scenario | Expected Time | Note |
|---|---|---|
| Optimal | ~2 mins | Tier1 sufficient, no browser needed |
| Normal | ~3-4 mins | Requires Tier2 supplement |
| Browser Needed | ~5-6 mins | Includes JS rendered pages |
| Error Type | Handling |
|---|---|
| SubAgent Timeout | Log error, continue to next |
| Source 403/404 | Mark disabled, update sources.json |
| Extraction Failed | Return raw content, Main Agent decides |
| Browser Crash | Skip source, log entry |
To ensure usability across different Agent environments, the following checks must be performed:
Environment Check:
worker sub-agent exists.Serial Execution Mode:
User Alert:
This skill is applicable to execute the workflow or actions described in the overview.