community-automations/wordpress-categorizer

Contenuti & Docs

PublicSubagent Claude

Auto-categorizzatore WordPress

Chi scrive dimentica di impostare una categoria, o ne sceglie una sbagliata, e i post si accumulano sotto "Senza categoria". Questa automazione legge ogni post nel momento in cui viene salvato e gli assegna l'unica categoria più adatta della tua tassonomia.

sonnet3 giorniWordPress REST APIOpenAIn8nMySQL post taxonomy
ClaudeClaude
ROI for
README.md

Perché questo subagent

Chi scrive dimentica di impostare una categoria, o ne sceglie una sbagliata, e i post si accumulano sotto "Senza categoria". Questa automazione legge ogni post nel momento in cui viene salvato e gli assegna l'unica categoria più adatta della tua tassonomia.

Gira sull'hook di salvataggio di WordPress, classifica il corpo del testo rispetto al tuo elenco di categorie attive e riscrive il risultato tramite la REST API. Ottieni un archivio pulito e navigabile senza modificare un solo post a mano.

Come gira

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

Esempio di output

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.