5분 빠른 시작
제로에서 첫 WhisperX 쿼리까지 5분 이내.
1
연결 확인
required터미널에서 실행하여 WhisperX API가 네트워크에서 접근 가능한지 확인:
bash
curl "https://api.whisperx.ai/api/intel?q=AI+layoffs&limit=3&mode=compact"
2
WhisperX 스킬 설치
requiredOpenClaw 스킬 디렉토리에 스킬을 복사하세요. API 키 불필요.
bash
# From your terminal: cp -r ~/.claude/skills/whisperx /path/to/your/openclaw/skills/ # Or download directly: curl -L https://whisperx.ai/openclaw/skill.tar.gz | tar -xz -C ~/.claude/skills/
스킬에는 6개의 도구가 포함됩니다:
search, get, trending, trends, connections, export3
첫 번째 검색 실행
requiredOpenClaw에서 대화를 시작하고 아무 주제나 질문하세요:
conversation
# In your OpenClaw conversation:
"Search WhisperX for AI layoffs in the tech sector"
# Your agent will call whisperx_search automatically and return:
[1] Title of intel item (credibility: multi_source)
Entity: OpenAI | Tags: layoff, restructuring
2026-02-20 | https://whisperx.ai/intel/123
...4
자동화 (선택)
optional일일 브리핑 cron을 설정하여 인텔을 자동으로 수신:
bash
# Daily briefing cron (9am): bash ~/.claude/skills/whisperx/tools/search.sh " " the_office "$(date -u -v-1d +%Y-%m-%dT%H:%M:%SZ)" 20 bash ~/.claude/skills/whisperx/tools/trends.sh 1
빠른 참조
search_intel키워드 검색 + 필터get_intelID로 전체 상세 조회trending_tags지금 핫한 주제trends볼륨 & 이상 분석connections엔티티 관계 지도export_link다운로드 URL (JSON/CSV)