wordpress

Provision WordPress sites via SSH with WP-CLI and Nginx configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SalesTeamToolbox/frood --skill wordpress-salesteamtoolbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/SalesTeamToolbox/frood/tree/main/skills/builtins/wordpress
Command: npx skills add https://github.com/SalesTeamToolbox/frood --skill wordpress-salesteamtoolbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress deployments often become risky and time-consuming due to inconsistent setup, missing security hardening, and unreliable backup practices.

Core Features & Use Cases

  • Install and configure WordPress using WP-CLI or a manual download flow, including database setup and permissions.
  • Manage themes, plugins, and multisite with repeatable WP-CLI commands for common operations.
  • Back up, optimize, and secure production sites with database/file backup guidance, performance tuning tips, and Nginx hardening rules for sensitive endpoints.

Quick Start

Use the Wordpress skill to deploy WordPress on your server via SSH with WP-CLI, including database creation, wp-config setup, security hardening, and an Nginx HTTPS configuration.

Frequently Asked Questions about wordpress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy WordPress on a server using WP-CLI and SSH?

WordPress deployment via SSH uses WP-CLI to automate database creation, wp-config setup, and installation. This includes configuring Nginx for HTTPS and applying security hardening rules to protect sensitive endpoints.

What's the best way to harden Nginx for a production WordPress site?

Nginx hardening for WordPress production involves applying specific rules to restrict access to sensitive endpoints, tuning PHP and MySQL configurations, and establishing backup guardrails before making changes to prevent outages.

Can I manage WordPress multisite installations and plugins with WP-CLI?

Yes, WordPress multisite installations, themes, and plugins can be managed using repeatable WP-CLI commands. This allows you to perform common operations across single-site or multisite instances safely and consistently.

How do I backup and restore a WordPress database before making changes?

WordPress backup and restore requires creating database and file backups prior to applying changes. This skill provides explicit backup guardrails and guidance to ensure production sites can recover from regressions.

Do I need SSH access to securely operate and maintain a WordPress site?

Yes, remote management of WordPress deployments requires SSH access. This enables you to execute WP-CLI workflows, tune Nginx/PHP/MySQL for production, and apply security hardening practices safely.