원클릭으로
x-research
X(Twitter)検索を使った周辺リサーチ。xAI (Grok) の x_search で一次情報・用語・反論・数字を集め、Context Packを生成する。トリガー: "x-research", "Xリサーチ", "X検索リサーチ"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
X(Twitter)検索を使った周辺リサーチ。xAI (Grok) の x_search で一次情報・用語・反論・数字を集め、Context Packを生成する。トリガー: "x-research", "Xリサーチ", "X検索リサーチ"
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Archive every page of a Microsoft Forms (Office 365, forms.office.com) survey/quiz/assignment as PDF and/or MHTML using a pre-saved logged-in browser session. MUST use when the user shares a forms.office.com URL and asks to save, archive, back up, download, PDF化, MHTML化, 手元に残す, or 問題文を保存. Auto-fills required fields only to traverse multi-page forms, and NEVER clicks Submit. Not for Google Forms (docs.google.com/forms) or generic web pages. Triggers: "Forms保存して", "フォームをPDF化", "フォームをアーカイブ", "office formsを保存", "MS Formsアーカイブ", "問題文を保存", "save forms as pdf", "archive ms forms", "forms-archive <URL>", "formsarchive", "/forms-archive".
Turn a rough product or tool idea into a researched, implemented, tested, reviewed, pushed, and documented result. Use for autonomous end-to-end work that must compare competitors, inspect the local environment, choose a proven stack, build the solution, clean up Git, and produce an HTML handoff. Reuses focused research, implementation, and review skills instead of replacing them. Triggers: "take this idea to production", "research and build this", "build and ship this", "idea to implementation" 日本語: 「このアイデアを形にして」「競合調査から実装までやって」「最後まで自律的に作って」「調査して作ってpushまでして」 NOT for a small isolated edit, research-only request, or review-only request.
Initialize or retrofit a project for this dotfiles agent workflow. Use when the user asks to run init, project init, create a flake, set up direnv, or generate CLAUDE.md/AGENTS.md for a repository.
定期実行のタスクトリアージ(朝のtriageと日中のmidday check)を固定フォーマットで生成する。scheduler や手動トリガーで、vault の Daily note・Times・observations と(接続可能なら)Linear/Google Calendar MCP から状況を集め、優先タスクと今日の推奨アクションを1本のnoteと1本のプレーンテキスト要約にまとめる。使うのは次の場合: 「トリアージして」「morning triage」「midday check」「定期チェック」「scheduled triage」「/scheduled-triage」。使わない場合: 単一タスクの詳細な計画立案(通常のプランニングを使う)、実装作業、Linear/Calendar が接続済みでライブなissue操作を伴う本格的なタスク管理。
セッションの内容をdocs/にドキュメント化。「ドキュメント化して」「まとめて」「記録して」「docsに残して」で自動実行。テンプレート指定可(ADR/research/guide/session-log)
Add a single SwiftUI UI component from ShipSwift recipes (animation, chart, alert, loading, input, etc.). Use when the user asks to add a ShipSwift component, "add a shimmer/chart/loading view", or wants a specific SwiftUI UI element backed by a ShipSwift recipe. Requires the shipswift MCP server. 日本語: 「ShipSwiftのコンポーネント追加」「シマー/チャート/ローディングを追加」「SwiftUI部品を入れて」
| name | x-research |
| description | X(Twitter)検索を使った周辺リサーチ。xAI (Grok) の x_search で一次情報・用語・反論・数字を集め、Context Packを生成する。トリガー: "x-research", "Xリサーチ", "X検索リサーチ" |
任意のトピックについて、xAI (Grok) の x_search を使ってX上の情報を検索し、 一次情報/定義/反論/関連事例を集めた Context Pack (構造化Markdown) を生成する。
スクリプト本体: agent-skill-path x-research scripts/grok_context_research.ts
XAI_API_KEY が ~/vault/40_AI/x-research/.env に設定されていることtsx が使えること(npx tsx でOK)不足なら最初に聞く:
export $(cat ~/vault/40_AI/x-research/.env | xargs) && \
cd "$(agent-skill-path x-research)" && npx tsx scripts/grok_context_research.ts \
--topic "<TOPIC>" \
--locale <ja|global> \
--audience <engineer|investor|both> \
--out-dir ~/vault/40_AI/x-research
| Option | Default | Description |
|---|---|---|
--topic | (required) | 調査トピック |
--locale | ja | ja or global |
--audience | engineer | engineer / investor / both |
--goal | (built-in) | リサーチ目的(カスタム) |
--days | 30 | 検索の遡り日数 |
--out-dir | ~/vault/40_AI/x-research | 出力先ディレクトリ |
--dry-run | - | リクエストペイロードを表示して終了 |
--raw-json | - | レスポンスJSONもstderrに出力 |
3つのファイルが生成される:
YYYYMMDD_HHMMSSZ_context.md - Context Pack本体YYYYMMDD_HHMMSSZ_<locale>_context.json - リクエスト/レスポンス/パラメータYYYYMMDD_HHMMSSZ_<locale>_context.txt - 抽出テキスト生成されるContext Packの構造: