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

Start free trial

Get Elementor Style Guide

elementor/get-style-guide builds a style-guide summary from the active Elementor kit: global colours, typography, buttons, form defaults, layout and custom CSS.

It is the kit read, organised as a designer would ask for it.

At a glance

Abilityelementor/get-style-guide
ToolsetElementor — toolset/elementor
GroupElementor › Discovery & Guidance
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

The kit settings object is organised the way Elementor stores things. A style guide is organised the way somebody designing a page thinks: what colours may I use, what type scale exists, what does a button look like.

That reorganisation is the whole value. Building a new section consistent with a site means using its globals, and using them means knowing what they are called and what they look like.

It is also the fastest way to spot that a site has no coherent system. A kit with three greys named “Color 4”, “Color 5” and “Color 6” and no typography definitions is a site where every element carries local overrides, which explains a great deal about why it is hard to change.

Read this before authoring anything, and before importing a template from elsewhere — a template that looked right on another site looked right against that site’s kit.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
colorsarrayThe global colours with their names.
typographyarrayThe global typography definitions.
buttonsobjectButton styling.
formsobjectForm defaults.
layoutobjectContent width and layout defaults.
custom_cssstringSite-wide custom CSS.
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:

What is our design system in Elementor?

It resolves to one call:

{
  "ability": "elementor/get-style-guide",
  "parameters": {}
}

Worth knowing

  • Read it before authoring, so new work uses the globals.
  • A kit with unnamed colours and no typography means a site of local overrides.
  • Explains why an imported template looks different here.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading