Sub-skill of today: Installation (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill installation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Installation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-installation)More formats (shields.io, HTML) on the badges page.
---
name: today-installation
description: 'Sub-skill of today: Installation (+1).'
version: 1.1.0
category: business
type: reference
scripts_exempt: true
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!