5分クイックスタート
ゼロからWhisperXの最初のクエリまで5分以内。
1
接続を確認
requiredターミナルで実行してWhisperX APIがネットワークから到達可能か確認:
bash
curl "https://api.whisperx.ai/api/intel?q=AI+layoffs&limit=3&mode=compact"
2
WhisperXスキルをインストール
requiredスキルをOpenClawスキルディレクトリにコピー。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)