Slug Automator

外掛說明

Slug Automator automatically generates slugs from WordPress post titles using the AI Client introduced in WordPress 7.0.

Writing post titles in Japanese or any other non-English language? Slug Automator uses AI to translate them into clean, English URL-friendly slugs — no manual input required. Automatic generation runs on publish only when the slug field is empty, so any slug you set yourself is never overwritten. You can also generate or regenerate a slug on demand with the “Generate Slug” button in the block editor.

Because it relies on the WordPress AI Client, it works with any AI provider configured on your site (Anthropic, Google, OpenAI, and more).

Github: https://github.com/torounit/slug-automator

Features

  • Automatically generates slugs from post titles via AI
  • Provider-agnostic — uses whichever AI provider is configured in WordPress
  • Works directly in the block editor

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/slug-automator directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Make sure an AI provider is configured under Settings > Connectors in WordPress.

常見問題集

Which AI service does this plugin use?

This plugin uses the WordPress AI Client (requires WordPress 7.0 or later). It works with any AI provider configured by the site administrator under Settings > Connectors.

Does it overwrite slugs I have already set?

Not automatically. Auto-generation on publish only runs when the slug field is empty. If you want to replace an existing slug, you can do so explicitly with the “Generate Slug” button in the block editor.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Slug Automator〉的開發相關工作。

參與者

將〈Slug Automator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.4.1

  • Optimize model preferences for slug generation to improve output quality.
  • Update README.

0.4.0

  • Fix duplicate slug on regeneration by passing the current slug as an exclusion hint to the AI.
  • Improve AI prompt to require semantic English translation and prohibit transliteration.
  • Refactor context schema to {type, id} and tighten permission checks in the slug ability.

0.3.1

  • Add “Generate Slug” button to the block editor using the WordPress Abilities API.

0.2.0

  • Add support for Gemini 3.1 Flash Lite model.

0.1.8

  • Fix release zip to include build assets.

0.1.5

  • WordPress Plugin Directory release.

0.1.0

  • Initial release.