diff --git a/.github/workflows/publish-clawhub.yml b/.github/workflows/publish-clawhub.yml index 5f5bf7f..af46b11 100644 --- a/.github/workflows/publish-clawhub.yml +++ b/.github/workflows/publish-clawhub.yml @@ -78,7 +78,7 @@ jobs: # and exiting without uploading. if [ "$DRY_RUN" = "true" ]; then echo "Dry run — would publish:" - echo " clawhub skill publish $SKILL_DIR --version ${{ steps.ver.outputs.version }}" + echo " clawhub skill publish $SKILL_DIR --slug wordpress-api-pro --name 'WordPress API Pro' --version ${{ steps.ver.outputs.version }}" exit 0 fi - clawhub skill publish "$SKILL_DIR" --version "${{ steps.ver.outputs.version }}" + clawhub skill publish "$SKILL_DIR" --slug wordpress-api-pro --name "WordPress API Pro" --version "${{ steps.ver.outputs.version }}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3e3db..2a34fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.7.1 - 2026-06-04 +- ClawHub listing now publishes under the display name **WordPress API Pro** (`--name`) with a pinned slug (`--slug wordpress-api-pro`), instead of an auto-title-cased "Wordpress Api Pro". + ## 3.7.0 - 2026-06-02 - Add `site_audit.py` — no-auth Tier-1 website audit (PageSpeed, SSL, security headers, CMS/PHP detection, SEO basics) emitting findings against the audit-engine thresholds. Stdlib-only; the sales-hook quick scan. Pure parsers unit-tested offline + wired into CI. diff --git a/README.md b/README.md index 5bab4ab..a97ae1b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-purple) ![WordPress](https://img.shields.io/badge/WordPress-REST_API-21759b) ![License: MIT--0](https://img.shields.io/badge/License-MIT--0-green) -![Version](https://img.shields.io/badge/version-3.7.0-blue) +![Version](https://img.shields.io/badge/version-3.7.1-blue) A production-grade **Claude Code & OpenClaw skill** for managing WordPress content via the REST API — posts, pages, media, WooCommerce, Elementor, SEO meta, ACF, JetEngine — with explicit safety boundaries for agentic use. diff --git a/package.json b/package.json index 4761d87..a0bf4fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpress-api-pro", - "version": "3.7.0", + "version": "3.7.1", "description": "WordPress REST API integration skill for OpenClaw - manage posts, pages, media, WooCommerce, Elementor, and metadata with explicit safety boundaries", "private": true, "main": "wordpress-api-pro/SKILL.md", diff --git a/wordpress-api-pro/SKILL.md b/wordpress-api-pro/SKILL.md index 9c26090..8a92018 100644 --- a/wordpress-api-pro/SKILL.md +++ b/wordpress-api-pro/SKILL.md @@ -1,6 +1,6 @@ --- name: wordpress-api-pro -version: 3.7.0 +version: 3.7.1 license: MIT-0 description: | Production-grade WordPress REST API integration for managing posts, pages, media, WooCommerce products, Elementor content, SEO meta, ACF, and JetEngine fields.