wp-playground
在瀏覽器中測試 WordPress
También disponible en: Automattic
設定 WordPress 進行測試需要 Docker 或伺服器配置。WordPress Playground 使用 WebAssembly 直接在瀏覽器中建立即時的臨時環境,無需任何設定。
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "wp-playground". Start a WordPress Playground with WooCommerce for testing
Resultado esperado:
- WordPress Playground 環境建立成功
- 已安裝外掛:WooCommerce、WordPress SEO、Admin Site Enhancements
- 已啟用主題:Storefront
- 網站網址:https://playground.wordpress.net/
- 管理員存取:可在 /wp-admin/ 存取
- 注意:工作階段資料是臨時的,關閉瀏覽器時將會遺失
Usando "wp-playground". Create a development environment with PHP 8.2 and WordPress 6.7
Resultado esperado:
- 正在設定 WordPress Playground
- PHP 版本:8.2
- WordPress 版本:6.7
- 環境已就緒:https://playground.wordpress.net/
- 使用 --wp 和 --php 標誌在可藍圖中指定版本
Usando "wp-playground". Set up a theme development environment
Resultado esperado:
- 主題開發環境已建立
- 已安裝主題:developer
- 已啟用外掛:theme-check、developer
- 使用 --auto-mount 或 --mount 標誌掛載本地主題
- 編輯時變更會即時同步
Auditoría de seguridad
SeguroThis skill contains only documentation and JSON blueprint configuration files. No executable code exists. All 69 static findings are false positives: URL encoding patterns (%postname%) were misidentified as weak crypto algorithms, markdown code fences (```) were misidentified as shell backticks, and legitimate URLs to WordPress services were flagged as hardcoded URLs. The skill is purely declarative documentation for WordPress Playground environments.
Factores de riesgo
🌐 Acceso a red (16)
⚙️ Comandos externos (41)
📁 Acceso al sistema de archivos (2)
Puntuación de calidad
Lo que puedes crear
快速外掛測試
在乾淨的 WordPress 環境中測試外掛,無需 Docker 設定。與客戶分享快照以供審閱。
主題預覽
掛載本地主題目錄並在瀏覽器中即時查看更新。無需重新啟動伺服器。
客戶展示
建立預先配置的可藍圖,包含客戶特定的外掛和設定。分享 URL 即可進行即時展示。
Prueba estos prompts
Use wp-playground to start a WordPress Playground environment with the base development blueprint.
Use wp-playground to create a WooCommerce testing environment using the woocommerce blueprint.
Create a custom WordPress Playground blueprint that installs the following plugins: [plugin-slugs] and sets up site options.
Build a snapshot from the current blueprint and explain how to share it with others.
Mejores prácticas
- 關閉前匯出快照以保存測試資料
- 使用特定的 PHP 和 WordPress 版本進行相容性測試
- 為不同的測試場景建立單獨的可藍圖
Evitar
- 將 Playground 用於生產資料或永久部署
- 測試依賴電子郵件的功能時未進行適當的模擬
- 假設完整的 WP-CLI 功能可用