Daily AI research pipeline → Obsidian vault. Scans Reddit + X for agents, skills, models, MCP, RAG topics. Deduplicates against vault history, writes structured daily notes. Tag
Install with Tessl CLI
npx tessl i github:0xrabbidfly/eric-cartman --skill daily-research93
Quality
91%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Automated daily research pipeline that scans 5 topic tracks across Reddit and X, deduplicates against your Obsidian vault history, and writes a structured daily note with a reading list and per-topic breakdowns.
Cost: $0.05-0.15/day ($3/month) using scan mode with gpt-4o-mini.
# Full daily run (all 5 topics)
python .github/skills/daily-research/scripts/run.py
# Single topic
python .github/skills/daily-research/scripts/run.py --topic agents
# Preview without writing to vault
python .github/skills/daily-research/scripts/run.py --dry-run
# Just promote #keep items to Library
python .github/skills/daily-research/scripts/run.py --promote-only#keep tags, promotes those items to Research/Library/{topic}.mdResearch/Dailies/YYYY-MM-DD.md| Topic | Slug | Weight |
|---|---|---|
| Agent Development | agents | 1.2x |
| Agent Skills & Tools | skills | 1.1x |
| Frontier Model Releases | models | 1.0x |
| MCP & Tool Use | mcp | 1.0x |
| RAG & AI Search | rag | 0.9x |
#keep to any reading list item you want to preserve#keep items to Research/Library/{topic}.md#kept so it's not reprocessedResearch/Dailies/2026-02-23.md
├── YAML frontmatter (date, type, topics, stats)
├── Key Briefing (executive summary)
├── Reading List (top 15, checkboxes, topic tags)
├── Per-topic sections
│ ├── Headline + key points
│ ├── Reddit sources table
│ └── X sources table
└── Promote to Library instructionsEdit scripts/config.json:
vault_path — Path to your Obsidian vaultdailies_folder — Subfolder for daily notes (default: Research/Dailies)library_folder — Subfolder for library notes (default: Research/Library)items_per_topic — Max items per topic (default: 8)reading_list_max — Max reading list items (default: 15)Custom topics can be added via a topics array in config.json.
Run scripts/schedule.ps1 to register a Windows Task Scheduler task at 7:00 AM daily.
last30days lib modules (openai_reddit, xai_x, normalize, score, dedupe)obsidian skill for all vault I/O (read, write, search, list files)~/.config/last30days/.env (OPENAI_API_KEY, XAI_API_KEY)#deep-dive tagged topics)5fc5234
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.