Help us improve
Share bugs, ideas, or general feedback.
From newsletter
AI 뉴스레터 자동 수집을 중단한다. 시스템 crontab에서 뉴스레터 스케줄을 제거한다. 사용자가 '뉴스레터 중단', '뉴스 그만', 'stop', '자동 수집 꺼줘', '뉴스 멈춰' 등을 말하면 이 스킬을 사용할 것.
npx claudepluginhub bae-changhyun/cc-plugins-bch --plugin newsletterHow this skill is triggered — by the user, by Claude, or both
Slash command
/newsletter:ai-news-stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
시스템 crontab에서 뉴스레터 스케줄을 제거한다.
Removes aweek heartbeat (launchd on macOS or crontab on Linux) and/or .aweek/ data directory from projects, with mandatory user confirmations for destructive actions.
Manages durable crons/reminders via a persistent registry — create from natural language, list, pause, delete, or import from OpenClaw. Keeps reminders alive across sessions.
Triggers the daily AI News Briefing pipeline manually via `make run`. Monitors execution and summarizes log output to confirm success or failure.
Share bugs, ideas, or general feedback.
시스템 crontab에서 뉴스레터 스케줄을 제거한다.
crontab -l 2>/dev/null | grep "ai-news"
관련 항목이 없으면 → "등록된 뉴스레터 스케줄이 없습니다." 출력 후 종료.
crontab -l 2>/dev/null | grep -v "# ai-news-newsletter" | grep -v "ai-news-now" > /tmp/crontab_backup.txt
crontab /tmp/crontab_backup.txt
crontab -l 2>/dev/null | grep "ai-news" || echo "뉴스레터 스케줄 제거 완료"
"뉴스레터 자동 수집이 중단되었습니다."
뉴스레터와 관련 없는 cron 항목은 절대 건드리지 않는다.