Initial commit: workspace setup with skills, memory, config

This commit is contained in:
root
2026-02-10 14:37:49 -06:00
commit d1357c5463
77 changed files with 10822 additions and 0 deletions

32
tasks/morning-news.json Normal file
View 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"
}