community-automations/wordpress-categorizer

內容與文件

PublicClaude 子代理

WordPress 自動分類器

作者常常忘記設分類,或選錯分類,文章就全堆在「未分類」裡。這套自動化在文章存檔的瞬間讀取內容,從你既有的分類體系中指派最合適的單一分類。

sonnet3 天WordPress REST APIOpenAIn8nMySQL post taxonomy
ClaudeClaude
ROI for
README.md

為什麼選擇此子代理

作者常常忘記設分類,或選錯分類,文章就全堆在「未分類」裡。這套自動化在文章存檔的瞬間讀取內容,從你既有的分類體系中指派最合適的單一分類。

它掛在 WordPress 的存檔鉤子上,將內文比對你現行的分類清單,再透過 REST API 寫回結果。你擁有乾淨、好瀏覽的文章庫,不必手動編輯任何一篇文章。

運作方式

    • 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.