daily-skill-auto-installer
Daily Skill Auto-Installer for GetAgentIQ subscribers. Set it and forget it — your agent handles the rest.
Description
Automatically downloads and installs your daily skills pack from GetAgentIQ.ai. Designed for Monthly Unlimited subscribers ($17.99/mo). Runs once per day, checks for new skills, downloads, installs, and reports what's new.
Usage
**First-time setup:**
```
Set your subscriber token (provided on subscription activation)
export GETAGENTIQ_TOKEN="your_subscriber_token_here"
Run manually to test
python3 scripts/auto-updater.py --check
```
**Automatic daily updates (recommended):**
Add to your OpenClaw cron or HEARTBEAT.md:
```
python3 /path/to/daily-skill-auto-installer/scripts/auto-updater.py --install
```
Parameters
| Parameter | Description | Default |
|-----------|-------------|---------|
| `--check` | Check for available skills without installing | - |
| `--install` | Download and install today's skills | - |
| `--date YYYY-MM-DD` | Install a specific day's pack | Today |
| `--list` | List all available packs | - |
| `--token TOKEN` | Override GETAGENTIQ_TOKEN env var | - |
Requirements
- Active GetAgentIQ.ai Monthly Unlimited subscription
- `GETAGENTIQ_TOKEN` environment variable set
- Python 3.8+
- `requests` library
How It Works
1. Authenticates with GetAgentIQ API using your subscriber token
2. Fetches today's Daily Skills Pack manifest
3. Downloads each skill (SKILL.md + scripts/)
4. Installs to your workspace/skills/ directory
5. Reports: "📦 5 new skills installed from Daily Pack — {date}"
Pricing
$4.99 one-off (requires active Monthly Unlimited subscription to function).
Ready to install?
Download the warehouse package and review the release notes before enabling automation.
Download daily-skill-auto-installer