getagentiq-auto-updater
Auto-install daily skills from your GetAgentIQ.ai subscription. 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/getagentiq-auto-updater/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_TOKENenvironment variable set- Python 3.8+
requestslibrary
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
Included free with Monthly Unlimited subscription ($17.99/mo).
Also available as a standalone skill: $4.99 (requires active subscription to function).