Initial commit: workspace setup with skills, memory, config
This commit is contained in:
32
tasks/morning-news.json
Normal file
32
tasks/morning-news.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "morning-news",
|
||||
"description": "Daily 10 AM news headlines from tech and conservative sources",
|
||||
"schedule": "0 10 * * *",
|
||||
"model": "gpt",
|
||||
"prompt": "Fetch today's top headlines from these sources using searx_search:
|
||||
|
||||
Tech:
|
||||
- site:news.ycombinator.com (Hacker News)
|
||||
- site:techcrunch.com
|
||||
- site:arstechnica.com
|
||||
|
||||
Conservative/Right-leaning:
|
||||
- site:dailywire.com
|
||||
- site:foxbusiness.com
|
||||
- site:washingtonexaminer.com
|
||||
|
||||
Straight News:
|
||||
- site:reuters.com
|
||||
- site:apnews.com
|
||||
|
||||
Select the 7-10 most important/interesting headlines across these categories. For each headline:
|
||||
1. The headline title
|
||||
2. The direct URL
|
||||
|
||||
**IMPORTANT:**
|
||||
- TEXT ONLY — Do not send images, screenshots, or attachments
|
||||
- No summaries, no commentary, just headlines and links
|
||||
- Format as a simple text list
|
||||
- Group by category if helpful
|
||||
- Deliver to the user's Telegram as plain text only"
|
||||
}
|
||||
Reference in New Issue
Block a user