30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

List Elementor Kits

elementor/list-kits lists every Elementor kit on the site and marks the active one.

A kit is where a site’s global styling lives, and only one is active at a time.

At a glance

Abilityelementor/list-kits
ToolsetElementor — toolset/elementor
GroupElementor › Kits & Global Styles
RequiresElementor, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

Elementor templates are posts of the elementor_library post type, distinguished by a template_type meta value. Kits and global widgets are the same post type with different types — which is why they appear in the same place and behave differently.

A kit holds the global colours, the global typography, button styling, form defaults, layout defaults and site-wide custom CSS. Every element that references a global rather than a local value reads from the active kit.

That makes switching kits a whole-site restyle in one operation, and it makes the distinction between the active kit and the others important — editing an inactive kit changes nothing visible, which is a confusing afternoon if you do not know.

Most sites have one kit and never think about it. Sites that have imported a template kit, or been through a redesign, often have several, with the old ones sitting inert.

Read-only.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
kitsarrayEach kit with its ID, title, and whether it is active.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Which Elementor kit is active?

It resolves to one call:

{
  "ability": "elementor/list-kits",
  "parameters": {}
}

Worth knowing

  • Only the active kit affects the site.
  • Editing an inactive kit changes nothing visible.
  • Sites that have imported template kits often have several.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading