Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
# Daily News Report (YYYY-MM-DD)> Curated from N sources today, containing 20 high-quality items> Generation Time: X min | Version: v3.0>
> **Warning**: Sub-agent 'worker' not detected. Running in generic mode (Serial Execution). Performance might be degraded.
---
## 1. Title-**Summary**: 2-4 lines overview
-**Key Points**:
1. Point one
2. Point two
3. Point three
-**Source**: Link
-**Keywords**: `keyword1``keyword2``keyword3`-**Score**: ⭐⭐⭐⭐⭐ (5/5)
---
## 2. Title
...
---
*Generated by Daily News Report v3.0**Sources: HN, HuggingFace, OneUsefulThing, ...*
Constraints & Principles
Quality over Quantity: Low-quality content does not enter the report.
Early Stop: Stop scraping once 20 high-quality items are reached.
Parallel First: SubAgents in the same batch execute in parallel.
Fault Tolerance: Failure of a single source does not affect the whole process.
Cache Reuse: Avoid re-scraping the same content.
Main Agent Control: All decisions are made by the Main Agent.
Fallback Awareness: Detect sub-agent availability, gracefully degrade if unavailable.
Expected Performance
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 Handling
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
Compatibility & Fallback
To ensure usability across different Agent environments, the following checks must be performed:
Environment Check:
In Phase 1 initialization, attempt to detect if worker sub-agent exists.
If not exists (or plugin not installed), automatically switch to Serial Execution Mode.
Serial Execution Mode:
Do not use parallel block.
Main Agent executes scraping tasks for each source sequentially.
Slower, but guarantees basic functionality.
User Alert:
MUST include a clear warning in the generated report header indicating the current degraded mode.
When to Use
This skill is applicable to execute the workflow or actions described in the overview.