# Today Installation

> Sub-skill of today: Installation (+1).

- Skill: `vamseeachanta/today-installation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/today-installation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/today-installation/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/today-installation

---


# Installation (+1)

## Installation


```bash
# Make script executable
chmod +x scripts/productivity/daily_today.sh

# Add to crontab (runs at 6 AM daily)
crontab -e
# Add line:
0 6 * * * /path/to/workspace-hub/scripts/productivity/daily_today.sh >> /tmp/daily_today.log 2>&1
```

## Cron Script Features


- Generates daily summary without interactive Codex
- Creates log file in `logs/daily/`
- Can trigger notifications (configurable)
- Supports multiple workspace roots

