From skillhub
Sets the interval for automatic price research and repricing, and registers system-level schedulers (launchd on macOS, cron on Linux). Default interval is 7 days.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillhub:broker-scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sets the repricing cycle and registers the system timer that drives automatic price adjustments.
Sets the repricing cycle and registers the system timer that drives automatic price adjustments.
~/Library/LaunchAgents/com.skillhub.broker-repricing.plistnext_repricing_date ≤ today:
~/.broker/audit.jsonlpython3 scripts/schedule.py --item-id <id> --interval 7 # Set interval
python3 scripts/schedule.py --item-id <id> --status # Check schedule
python3 -m broker_core.scheduler register # Register cron/launchd
npx claudepluginhub madguyevans-creator/resale-agent-skill-hubSets an unbreachable minimum price floor for AI-assisted pricing. Blocks any price adjustment below the floor and logs to audit trail.
Builds production-grade scheduled jobs with cron syntax, overlap prevention, monitoring, and structured logging. Activates when users mention cron jobs, scheduled tasks, or recurring jobs.
Schedules recurring or one-off tasks via local OS entries (cron/Task Scheduler) or remote CronCreate. Automates periodic commands and session-scoped schedules.