Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add guramzhgamadze/WordPress-Elementor-Skill --skill wp-elementor-skillgit clone --depth 1 https://github.com/guramzhgamadze/WordPress-Elementor-SkillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill)<a href="https://agentmods.dev/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill"><img src="https://agentmods.dev/badge/skills/guramzhgamadze/wordpress-elementor-skill/wp-elementor-skill.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Output Handling · line 322 Output size or generation rate is not bounded. Unbounded output enables denial-of-service through resource exhaustion, log flooding, or context-window stuffing.Fix: Set explicit limits on output length, generation count, and rate. Use max_tokens and truncation to prevent unbounded output.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00184 | $0.09641 |
| Opus 5 | $0.00092 | $0.04820 |
| Sonnet 5 | $0.00037 | $0.01928 |
| Haiku 4.5 | $0.00018 | $0.00964 |
Grade A, and why
wordpress-elementor-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 572 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WordPress & Elementor Pro — Skill Router
A complete procedural guide for producing production-grade WordPress and Elementor Pro code. This file is the router — read it first, then load the relevant sub-file(s) for the task at hand.
Sub-file Map — Read the Right File for Each Task
| Task type | Read this file |
|---|---|
| Plugin scaffold, child theme, code placement, CPT, AJAX handler | scaffolding.md |
| PHP standards, sanitization, escaping, nonces, WP_Error, transients, password hashing | php-standards.md |
| JavaScript standards, enqueue API, defer/async, wp_add_inline_script | js-css-standards.md |
| CSS standards, BEM, design tokens, Elementor CSS selectors | js-css-standards.md |
| Elementor custom widget, Dynamic Tags, Loop Grid, Form actions, Theme Builder conditions | elementor-patterns.md |
| Elementor extension points — custom form fields, theme locations, injecting controls into native widgets, adding a TAB to the editor's Elements panel, Finder/context-menu, hooks reference, deprecations | elementor-extending.md |
| WooCommerce HPOS, order API, template overrides, Loop Grid for products | woocommerce.md |
| REST API endpoints, schema, permission callbacks | rest-api.md |
| Off-canvas UI, off-canvas accessibility, focus trap | offcanvas-ui.md |
| Performance checklists (frontend + backend), speculative loading, IE conditional comments | performance.md |
| Accessibility checklist, WCAG 2.2 AA, ARIA patterns | performance.md |
Hard-won production gotchas — widget lifecycle fatals, content_template() escaping, CSS-in-Elementor footguns, transactional email, wp.org review/packaging, embedding apps, AJAX/loop re-rendering, dynamic CSS in loops, Swiper on optimised sites |
field-notes.md |
| wordpress.org submission — the 18 Directory Guidelines, Plugin Check 2.1.0 categories/usage, review process, required headers/readme | wp-org-guidelines.md |
| Subversion (SVN) — deploying/tagging a release on the wordpress.org plugin/theme SVN (trunk/tags/assets), the daily work cycle, branching/merging, properties, repo admin | svn/svn.md (self-contained sub-bundle; svn/references/ goes deeper) |
Debugging & static analysis — PHPCS+WPCS, PHPStan, Plugin Check, WP_DEBUG/Query Monitor, Elementor Safe Mode/cache, symptom→cause table |
debugging.md |
Common WordPress APIs — admin settings page (Settings + Options API), register_meta, roles/capabilities, WP-Cron, internationalization (i18n) |
wordpress-apis.md |
Database layer (MariaDB/MySQL) — custom tables + dbDelta(), charsets & the varchar(191) index rule, indexes, EXPLAIN, MariaDB↔MySQL portability, sql_mode, full-text |
mariadb.md |
What ships with it
54 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- debugging.md 19 KB
- elementor-extending.md 19 KB
- elementor-patterns.md 28 KB
- field-notes.md 46 KB
- js-css-standards.md 8.6 KB
- mariadb.md 16 KB
- offcanvas-ui.md 8.8 KB
- performance.md 6.9 KB
- php-standards.md 9.8 KB
- rest-api.md 5.8 KB
- scaffolding.md 11 KB
- svn/references/branching-tagging-merging.md 12 KB
- svn/references/properties-and-metadata.md 12 KB
- svn/references/repository-admin.md 8.0 KB
- svn/references/troubleshooting.md 8.3 KB
- svn/svn.md 15 KB
- widget-accordion.md 15 KB
- widget-alert.md 7.9 KB
- widget-audio.md 3.5 KB
- widget-button.md 18 KB
- widget-container.md 19 KB
- widget-counter.md 9.8 KB
- widget-divider.md 9.3 KB
- widget-elementor-template.md 11 KB
- widget-google-maps.md 5.3 KB
- widget-heading.md 8.5 KB
- widget-html.md 2.4 KB
- widget-icon-box.md 11 KB
- widget-icon-list.md 11 KB
- widget-icon.md 7.9 KB
- widget-image-box.md 11 KB
- widget-image-carousel.md 14 KB
- widget-image-gallery.md 6.9 KB
- widget-image.md 17 KB
- widget-menu-anchor.md 2.3 KB
- widget-nested.md 13 KB
- widget-php-template.md 12 KB
- widget-progress.md 6.4 KB
- widget-rating.md 8.6 KB
- widget-read-more.md 2.0 KB
- widget-shortcode.md 2.8 KB
- widget-sidebar.md 2.2 KB
- widget-social-icons.md 10 KB
- widget-spacer.md 1.9 KB
- widget-star-rating.md 9.5 KB
- widget-tabs.md 10 KB
- widget-testimonial.md 12 KB
- widget-text-editor.md 4.6 KB
- widget-text-path.md 13 KB
- widget-toggle.md 13 KB
- widget-video.md 10 KB
- woocommerce.md 8.5 KB
- wordpress-apis.md 16 KB
- wp-org-guidelines.md 12 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 572 lines · 184 tokens per session scan A 8e44be2f38ae
wordpress-elementor-dev is a skill published in the GitHub repository guramzhgamadze/WordPress-Elementor-Skill (25 stars, last pushed 15d ago), licensed MIT. It adds 184 tokens to every session and 9,641 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ak-elementor-studio
AK Elementor Studio — built by Abanoub Khalil (akstudio.me). Converts ANY input — HTML/CSS/JS code, screenshots, images (PNG, JPG, WebP), PDFs, Figma exports, design mockups, wireframes, or any visual file — into fully structured Elementor page JSON templates importable into WordPress. Activate this skill whenever the…
shopify-expert
Builds and debugs Shopify themes (.liquid files, theme.json, sections), develops custom Shopify apps (shopify.app.toml, OAuth, webhooks), and implements Storefront API integrations for headless storefronts. Use when building or customizing Shopify themes, creating Hydrogen or custom React storefronts, developing…
wcag
Expert WCAG (Web Content Accessibility Guidelines) advisor covering WCAG 2.0, 2.1, and 2.2 — the W3C international accessibility standards. Use this skill whenever a user asks about WCAG success criteria, conformance levels (A/AA/AAA), accessibility audits, POUR principles, accessibility statements, ARIA patterns…
paywall-pricing-optimizer
Design effective paywalls, structure subscription tiers, and optimize pricing for mobile apps. Covers monetization model selection, paywall screen design, pricing psychology, A/B testing strategy, and RevenueCat/StoreKit/Google Billing integration. Use when the user wants to monetize an app, design a paywall, choose…
design-tokens
Establish color, typography, spacing, radius and motion as named role-based tokens. Use before building any interface.
frontend-design
Build an interface from the brief and the tokens rather than from a guess. Use only after grill-me, design-brief, information-architecture and design-tokens have run.