wordpress-setup

Configure authenticated WordPress connectivity via WP-CLI over SSH or REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-setup
Source: https://github.com/redbananastudios/ai-library/tree/main/generated/claude/skills/wordpress-setup
Command: npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress developers and content teams need a reliable way to establish authenticated access for automation, but SSH and REST setups often fail due to missing WP-CLI, incorrect paths, or credential misconfiguration.

Core Features & Use Cases

  • WP-CLI connectivity via SSH: Validates WP-CLI availability, tests remote access, and provides alias/config guidance for repeatable operations.
  • REST API access using Application Passwords: Sets up an alternative authentication path when SSH isn’t available, including connection testing and common gotchas.
  • Credential storage and verification: Guides saving connection details into project config files so other skills can use a verified endpoint for content management and plugin checks (e.g., Elementor).

Quick Start

Use the wordpress-setup skill to connect to your WordPress site via WP-CLI over SSH and confirm access by running a simple WP command against the site.

Frequently Asked Questions about wordpress-setup

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

FAQPage Schema
How do I connect to WordPress via WP-CLI over SSH?

Connecting to WordPress via WP-CLI over SSH involves validating WP-CLI availability on the server, testing remote access, and generating an alias configuration for repeatable operations.

What is the best way to set up WordPress REST API authentication with application passwords?

Setting up WordPress REST API access with application passwords involves generating credentials, configuring the authentication path, and testing the connection to handle common setup gotchas.

Can I use WP-CLI for WordPress automation when SSH access is unavailable?

When SSH access is unavailable, you cannot use WP-CLI for automation, but you can configure REST API access using application passwords as an alternative connectivity path.

Why does my WordPress REST API connection fail with application passwords?

WordPress REST API connections with application passwords often fail due to credential misconfiguration, plugin conflicts, or missing authentication headers, requiring connection testing to troubleshoot.

Do I need to verify WP-CLI availability before running remote WordPress commands?

Yes, you must verify WP-CLI availability and test remote SSH access before running commands to ensure the environment is correctly configured for automated WordPress workflows.