daily-routine
SolidMorning briefing combining token movers, tweet roundup, paper pick, GitHub issues, and HN digest
AI & Automation 508 stars
166 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
> **${var}** — Area to emphasize (e.g. "crypto", "AI", "security"). If empty, covers all areas equally.
This skill is designed to run as part of a chain (see `chains:` in `aeon.yml`). When chained, prior step outputs (token-movers, paper-pick, github-issues, hn-digest) are provided in the chain context above. Use those outputs directly — do not re-run the sub-skills.
If running standalone (no chain context provided), fall back to reading each sub-skill and executing it inline:
- Read `skills/token-movers/SKILL.md` and execute its steps
- Read `skills/paper-pick/SKILL.md` and execute its steps
- Read `skills/github-issues/SKILL.md` and execute its steps
- Read `skills/hn-digest/SKILL.md` and execute its steps
Read memory/MEMORY.md for context.
Read the last 2 days of memory/logs/ to avoid repeating items.
---
## Tweet Roundup
Search X for the latest chatter across topics relevant to your interests. Use the X.AI API if `XAI_API_KEY` is set:
```bash
FROM_DATE=$(date -u -d "yesterday" +%Y-%m-%d 2>/dev/null || date -u -v-1d +%Y-%m-%d)
TO_DATE=$(date -u +%Y-%m-%d)
# Customize these topics to your interests
for TOPIC in "crypto OR bitcoin OR ethereum OR DeFi" "artificial intelligence OR AI agents OR LLM" "programming OR open source OR developer tools"; do
curl -s -X POST "https://api.x.ai/v1/responses" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $XAI_API_KEY" \
-d '{
"model": "grok-4-1-fast",
"input": [{"role": "user", "content...
Details
- Author
- aaronjmars
- Repository
- aaronjmars/aeon
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
daily-digest
Generate and send a daily digest on a configurable topic
508 Updated today
aaronjmars AI & Automation Solid
evening-recap
End-of-day operational summary — what Aeon shipped, what failed, what needs follow-up
508 Updated today
aaronjmars AI & Automation Solid
agent-buzz
Curated AI-agent tweets, clustered into narratives with insight summaries
508 Updated today
aaronjmars