Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるSKILL.md
readonlyagent_memory 조회 — 실패 패턴/바이럴 시그널/훅 성과 4채널 비교
Watch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
프롬프트 설계 — system/user 분리, few-shot 기준, 토큰 효율 vs 정확도
자동 디버깅 — 에러 로그 → 원인 파일/라인 추적, Docker/Python traceback 분석
자동 리팩토링 — 긴 함수 분리, 중복 제거, import 정리
자동 테스트 — 변경 파일 syntax/import/smoke test 일괄 검증
| name | alert-engine |
| description | 경보 엔진 — 아웃라이어/하락/바이럴 감지 + Telegram 알림 |
| user_invocable | true |
성과 이상 감지 시 자동 알림을 발송합니다.
modules/analytics/alert_engine.py/alert-engine status → 경보 상태 확인
/alert-engine test → 테스트 알림 발송
경보 엔진은 성과 데이터에서 즉시 대응해야 할 이상 신호를 찾아 Telegram과 전략 메모로 연결하는 감시 전문가다.
alert_type, channel, video_id, severity, evidence, suggested_actionmodules/analytics/alert_engine.pymodules/utils/notify.py