wordpress-pro
Use when developing WordPress themes, plugins, customizing Gutenberg blocks, implementing WooCommerce features, or optimizing WordPress performance and security.
Why use this skill?
Master WordPress development with OpenClaw. Build custom themes, plugins, Gutenberg blocks, and optimize WooCommerce performance using expert-led standards.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/wordpress-proWhat This Skill Does
The WordPress Pro skill is an advanced development assistant designed for the OpenClaw AI agent. It acts as a senior WordPress architect, providing expert-level guidance on the entire WordPress lifecycle. Whether you are scaffolding a new custom theme, developing a bespoke plugin, or building complex Gutenberg blocks, this skill ensures your code adheres to official WordPress Coding Standards (WPCS). It specializes in modern development practices, including PHP 8.1+ compatibility, REST API integration, and performance optimization for enterprise-level sites.
Installation
To install this skill, use the following command in your OpenClaw terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/wordpress-pro
Ensure your development environment is initialized and you have the necessary repository permissions from openclaw/skills.
Use Cases
- Theme Development: Building themes from scratch using the template hierarchy, implementing Full Site Editing (FSE), and creating reliable child themes.
- Plugin Architecture: Structuring plugin files, using the Settings API, managing activation/deactivation hooks, and handling database migrations via $wpdb.
- Gutenberg Blocks: Developing dynamic, server-side rendered blocks using the @wordpress/create-block tool and block patterns.
- WooCommerce Customization: Modifying cart logic, creating custom checkout fields, or adding custom endpoints for store analytics.
- Optimization & Hardening: Identifying slow database queries, optimizing asset delivery, and performing security audits to prevent SQL injection and XSS vulnerabilities.
Example Prompts
- "I need to register a custom post type for a portfolio site and associate it with a custom Gutenberg block. Can you provide the register_post_type code and the block.json configuration?"
- "Review this PHP function for potential security vulnerabilities; it handles user submissions from a custom meta box and saves data to the database."
- "My WooCommerce store is experiencing slow page loads. Can you help me profile the current hooks and suggest ways to optimize my database queries using transients?"
Tips & Limitations
To get the best results, always provide the version of WordPress you are targeting. This skill assumes a professional level of knowledge; it will prioritize performance and security above all else. Limitations include an inability to directly modify core files on a live server without external file-read/write permissions. Always test suggestions in a staging environment before deploying to production. Follow the provided reference guides for granular control over specific WordPress APIs, especially when dealing with high-traffic multisite environments.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-wordpress-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, file-read, file-write
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.