작성자가 카테고리를 지정하지 않거나 잘못 선택하면, 글이 '미분류'에 쌓이기 마련입니다. 이 자동화는 글이 저장되는 즉시 내용을 분석해, 귀사의 카테고리 체계에서 가장 적합한 하나를 지정합니다.
sonnet3일WordPress REST APIOpenAIn8nMySQL post taxonomy
Claude
70ROI
65Scale
$1.6k85Saved
ROI for
README.md
왜 이 서브에이전트인가
작성자가 카테고리를 지정하지 않거나 잘못 선택하면, 글이 '미분류'에 쌓이기 마련입니다. 이 자동화는 글이 저장되는 즉시 내용을 분석해, 귀사의 카테고리 체계에서 가장 적합한 하나를 지정합니다.
WordPress 저장 훅에서 실행되며, 본문 내용을 현재 운영 중인 카테고리 목록과 대조해 분류하고, 결과를 REST API로 다시 기록합니다. 글 하나 직접 수정하지 않아도 깔끔하고 탐색하기 쉬운 아카이브를 유지할 수 있습니다.
작동 방식
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.
텍스트를 분류 프롬프트에 보내 기존 WordPress 카테고리 중 하나를 반환받습니다.
pending
반환된 라벨을 라이브 카테고리 목록과 대조하며, 새 카테고리 생성이 허용될 때만 생성합니다.
pending
에디터 화면이 다시 로드되기 전에 REST API를 통해 카테고리를 게시글에 적용합니다.
pending
샘플 출력
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.