community-automations/wordpress-categorizer

Conteúdo e Documentação

PublicSubagente Claude

Categorizador Automático WordPress

Quem escreve esquece-se de definir uma categoria, ou escolhe a errada, e os artigos acumulam-se em "Sem categoria". Esta automação lê cada artigo no momento em que é guardado e atribui a categoria que melhor se encaixa, a partir da tua própria taxonomia.

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

Porquê este subagente

Quem escreve esquece-se de definir uma categoria, ou escolhe a errada, e os artigos acumulam-se em "Sem categoria". Esta automação lê cada artigo no momento em que é guardado e atribui a categoria que melhor se encaixa, a partir da tua própria taxonomia.

Corre no hook de gravação do WordPress, classifica o corpo do artigo contra a tua lista de categorias ativa e devolve o resultado através da REST API. Manténs um arquivo limpo e fácil de navegar sem editares um único artigo à mão.

Como funciona

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

Saída de exemplo

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.