LogoClawIndex
CasesSkillsAbout
LogoClawIndex

wordpress-plugin-core - Secure WordPress Plugin Development with Security Trinity

Build secure WordPress plugins with hooks, database interactions, and REST API following security best practices.

Tags

Updated: 2026-02-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create plugin header
  • add ABSPATH check
  • apply unique prefix
  • verify nonces
  • sanitize input
  • escape output
  • prepare SQL statements
  • check user capabilities
  • register custom post types
  • flush rewrite rules

Inputs

  • WordPress installation
  • PHP files
  • user input data
  • database tables
  • admin panel access

Outputs

  • WordPress plugin files
  • SQL queries
  • HTML output
  • admin interface pages
  • custom post type archives

Requirements

  • WordPress 5.9+
  • PHP 7.4+
  • administrator access for plugin management
  • file system write permissions

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
wordpress
plugin-development
security
php
database
hooks
rest-api
create plugin header
add ABSPATH check
apply unique prefix
verify nonces
WordPress installation
PHP files
user input data
WordPress plugin files
SQL queries
HTML output