Skip to main content
Back to registry

wordpress-setup

jezweb/claude-skills

Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing.

Installs220
Install command
npx skills add https://github.com/jezweb/claude-skills --skill wordpress-setup
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykFAIL
About this skill
Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing. If not installed, guide the user: Also ensure the SSH extension is available (needed for remote sites): Option A: WP-CLI over SSH (preferred) Common patterns: Test with a simple command first: Option B: REST API with Application Password If SSH isn't available: Test the connection: For WP-CLI SSH — create a wp-cli.yml in the project root: Then use: wp @sitename option get siteurl For REST API — store in .dev.vars : Ensure .dev.vars is in .gitignore . For cross-project use, store in your preferred secrets manager (environment variable, 1Password CLI, Vault MCP, etc.). Run a comprehensive check: Create wordpress.config.json for other skills to reference: Define aliases in ~/.wp-cli/config.yml for frequently-accessed sites: Then: wp @client1 post list - Rocket.net: wp --ssh=user@hostname/www/sitename/public option get siteurl - cPanel: wp --ssh=user@hostname/public_html option get siteurl - Custom: Ask user for SSH user, host, and WordPress path - Navigate to (or use browser automation) - Scroll to "Application Passwords" section - Enter a name (e.g. "Claude Code") and click "Add New Application Password" - Copy the generated password (spaces are part of it but optional in auth) - Application passwords require...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wordpress-setup do?

Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing.

Is wordpress-setup good?

wordpress-setup does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wordpress-setup work with?

wordpress-setup currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to wordpress-setup?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wordpress-setup?

npx skills add https://github.com/jezweb/claude-skills --skill wordpress-setup

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering