community-automations/wordpress-categorizer

コンテンツ&ドキュメント

PublicClaude サブエージェント

WordPress 自動カテゴリー分け

執筆担当者がカテゴリの設定を忘れたり、間違ったカテゴリを選んだりして、投稿が「未分類」に溜まっていくことがあります。この自動化は、投稿が保存された瞬間に内容を読み取り、既存のタクソノミーから最適なカテゴリを1つ割り当てます。

sonnet3日以内WordPress REST APIOpenAIn8nMySQL post taxonomy
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

執筆担当者がカテゴリの設定を忘れたり、間違ったカテゴリを選んだりして、投稿が「未分類」に溜まっていくことがあります。この自動化は、投稿が保存された瞬間に内容を読み取り、既存のタクソノミーから最適なカテゴリを1つ割り当てます。

WordPressの保存フックで動作し、本文を現在のカテゴリ一覧と照合して分類し、REST API経由で結果を書き戻します。投稿を1件も手動で編集することなく、整理された閲覧しやすいアーカイブを維持できます。

動作の流れ

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

出力サンプル

json
// Sample output
// (generated when the pipeline finishes)

Read the post body and return exactly one category slug from this allowed list as JSON: {"category": "slug"}.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.