90-day-seo-sprint

90日SEOスプリント

プレローンチ、基盤、コンテンツ、権威構築の4段階で、13週間のSEO施策をトラッカーに沿って進めます。

AIスキル大辞典による日本語要約
品質評価91/100評価確度:十分
人気度(GitHub Star) 77発掘スコア 77
01

このSkillでできること

  • 13週間のSEO計画を進行
  • 約31タスクを4段階で管理
  • キーワードと被リンク候補を整理
  • 次の未完了タスクを親スキルへ引き渡す
02

使い方

01
STEP 1

SEOスプリントのトラッカーを開く

02
STEP 2

自分用コピーを作成する

03
STEP 3

開始日をダッシュボードに入力する

04
STEP 4

未完了タスクを順に実行する

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/Bomx/distribb-skill
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"keyword": "<seed>", "project_id": <id>}' \
https://distribb.io/api/v1/keywords/search | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/business-context?project_id=<id>" | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/internal-links?project_id=<id>&keyword=<kw>" | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/backlink-targets?project_id=<id>&keyword=<kw>" | jq .
curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "project_id": <id>, "keyword": "<kw>", "title": "<title>", "content": "<HTML>", "status": "Draft" }' \
https://distribb.io/api/v1/articles | jq .
curl -s -X PUT -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d "$(jq -n --arg content "$(cat revised.html)" '{ "content": $content }')" \
https://distribb.io/api/v1/articles/<id> | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
https://distribb.io/api/v1/projects | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/business-context?project_id=42" | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/search-console?project_id=42&days=90&limit=100" | jq .
curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"keyword": "crm software", "project_id": 42}' \
https://distribb.io/api/v1/keywords/search | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/internal-links?project_id=42&keyword=crm+software" | jq .
curl -s -H "Authorization: Bearer $DISTRIBB_API_KEY" \
"https://distribb.io/api/v1/backlink-targets?project_id=42&keyword=crm+software" | jq .
curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"project_id": 42, "keyword": "best crm", "title": "Best CRM", "content": "<h2>...</h2>", "status": "Draft"}' \
https://distribb.io/api/v1/articles | jq .
curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"project_id": 42}' \
https://distribb.io/api/v1/suggestions/run | jq .
curl -s -X POST -H "Authorization: Bearer $DISTRIBB_API_KEY" \
https://distribb.io/api/v1/articles/123/publish | jq .
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

新しいプロジェクト向けに、90日SEOスプリントの開始から各週の優先タスクまで整理してください。
出力例を見る
開始日、現在フェーズ、未完了タスク、キーワード候補、被リンク候補
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行明確な記述なし
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • network: oworkers tasks to the parent Distribb skill. homepage: https://distribb.io/90-day-seo-sprint metadata: {"clawdbot":{"emoji":"📅","parent":"distribb"}} ---
  • network: e` (or equivalent) on the canonical Google Sheet URL: `https://docs.google.com/spreadsheets/d/1mBiXCNMymK0OTlptdO9QMa4IQbOHOycSLjt-joCL-wM/edit?usp=shari
  • credential: install requests python-dotenv`, then `export DISTRIBB_API_KEY=...`. | | `distribb_research.py` | A standalone original-data research pipeline (plan ->
  • credential: ews-writer`. A stdlib-only Google News RSS scraper (no API key, no install) that surfaces fresh, recent headlines for a niche and writes `news_topics_ex
06

関連Skill