Skip to content
Tools.Town
290+ free online tools

Real-world workflow

Use Case

Find a WordPress Plugin Slug for WP-CLI

Turn a plugin’s marketing name into the WordPress.org directory slug you pass to wp plugin install.

24 August 2026 By Tools.Town Team 5 min read

You have “Yoast SEO” in a ticket. WP-CLI wants wordpress-seo.

  1. Open the Slug Finder (or Search).
  2. Pick the hit that matches the vendor.
  3. wp plugin install that-slug --activate on staging first.
  4. Optional: grab the zip from Download URL for air-gapped builds.

Hub: WordPress.org Ops.

Frequently Asked Questions

Can I install from a zip URL instead?

Yes. Copy it from the download URL tool. WP-CLI still prefers the slug when the plugin is in the directory.