content-optimizer

Solid

コンテンツのA/Bテスト・自己改善ループを支援するプランナースキル。 市場トレンド調査 → 仮説生成 → 実験設計 → メトリクス収集 → 分析改善の全サイクルをカバー。 「コンテンツを最適化」「投稿を改善したい」「トレンド分析して投稿案を作って」「エンゲージメント改善」等のリクエストで発動。

AI & Automation 347 stars 12 forks Updated 1 weeks ago

Install

View on GitHub

Quality Score: 84/100

Stars 20%
85
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Content Performance Optimizer - コンテンツ自己改善ループ ## Description 5ソース(X, Google検索, Google Trends, Reddit/HN, 競合アカウント)から市場データを収集し、 LLMで統合分析して仮説とA/Bバリアントを自動生成します。 生成した投稿バリアントをTypefullyにドラフト登録し、投稿後のパフォーマンスを測定・学習することで、 コンテンツの継続的な自己改善サイクルを実現します。 ## ワークフロー概要 ``` ① 市場調査 → ② 仮説生成 → ③ バリアント作成 → ④ 投稿(Typefully) → ⑤ メトリクス収集 → ⑥ 分析・学習 → ①に戻る ``` ## クイックスタート ```bash # 仮説生成(トレンド調査→仮説→バリアント一気通貫) python skills/content-optimizer/scripts/hypothesis_generator.py --topic "AIエージェント" --channel x_twitter # メトリクス収集(投稿後のパフォーマンス測定) python skills/content-optimizer/scripts/collect_metrics.py --tweet-ids "123,456" --experiment-id exp-001 # ドライラン(API呼び出しなし) python skills/content-optimizer/scripts/hypothesis_generator.py --topic "SaaS" --dry-run ``` ## スクリプト一覧 | スクリプト | 用途 | |-----------|------| | hypothesis_generator.py | 市場調査→仮説生成→バリアント作成 | | collect_metrics.py | ツイートメトリクス収集・バリアント比較 | | typefully_client.py | Typefully API v2 クライアント | ## hypothesis_generator.py Parameters | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | --topic, -t | Yes | - | 調査トピック | | --channel, -c | No | x_twitter | チャネル: x_twitter, email, linkedin | | --competitors | No | - | 競合アカウント(カンマ区切り) | | --lang, -l | No | ja | 言語: ja, en, all | | --days, -d | No | 7 | 調査期間 | | --num-hypotheses | No | 5 | 生成する仮説数 | | --auto-draft | No | false | Typefullyにドラフト自動作成 | | --output, -o | No | output/content-optimizer/ | 出力先 | | --dry-run | No | false | API呼び出しなしでプレビュー | | --test | No | fals...

Details

Author
minicoohei
Repository
minicoohei/ai-agent-camp
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category