Skip to content

v1.2.2 — Realtime Reviews Fallback + SKILL.md Spec Compliance

Latest

Choose a tag to compare

@kyle-srp kyle-srp released this 05 Jun 04:36
8da7f30

This release rolls up 11 PRs since v1.2.0. Two major themes: a self-contained review fallback toolkit when /reviews/analysis lacks aggregation, and SKILL.md name: field compliance for strict skill loaders (Codex).

Highlights

Realtime Reviews Fallback Toolkit (#57)

  • New endpoint integration: /openapi/v2/realtime/reviews — cursor-paginated raw review fetch (10/page, max 100, 1 credit/page, US+UK)
  • New CLI commands in apiclaw.py: reviews-raw, review-tag-prompt, review-reduce-prompt, review-aggregate — prompt-as-data Map/Reduce toolkit that uses the caller's own LLM (no external dependency)
  • All 8 review-using SKILL.md files document the fallback chain self-contained
  • Reference docs updated with realtime/reviews and reviews/search schemas

SKILL.md name Field Spec Compliance (#65)

All 10 SKILL.md name: fields rewritten to kebab-case matching the parent directory name, per the Agent Skills open standard. Codex strict loader was rejecting skills because of this — now they load.

  • ClawHub: URL, slug, install directory, page display all unchanged. openclaw skills update will refuse on fingerprint mismatch — pass --force.
  • Claude Code: no user-visible change.
  • Codex: skills now load. npx skills add users with old installs will have orphaned directories — cleanup command below.

Other (#51#56, #62, #63)

  • Sync infrastructure: scripts/sync-scripts.sh repointed at canonical-source banner (#63); SKILL.md PR CI checks for path prefix (#53)
  • Bug fixes: market-entry keyword-only fallback when categoryPath empty (#62); API v2 field renames + rate limiting + category auto-detection (#52)
  • ClawHub: security scan warnings resolved (#55); patch version bumps for republish (#56)
  • Docs: README skill tables updated (#51, #54)

CI Removed

check-skill-name-unchanged job removed. Its premise (that name: determines installed directory) was incorrect — ClawHub uses its own slug fixed at publish time, and other install paths are independent.

Migration

If you installed via npx skills add before v1.2.2 (and saw the long human-readable name as your slash command), you'll have orphaned skill directories. Clean them up:

npx skills list
npx skills remove "amazon-daily-market-radar-automated-monitoring-alerts"
npx skills remove "amazon-review-intelligence-extractor-consumer-insights-from-1b-reviews"
# (and any other long-name orphans shown by `list`)
npx skills add SerendipityOneInc/APIClaw-Skills

ClawHub and git clone users: no action needed.

Per-skill versions in this release

skill version
apiclaw 1.1.3
amazon-analysis 1.1.7
amazon-competitor-intelligence-monitor 1.1.3
amazon-daily-market-radar 1.0.3
amazon-listing-audit-pro 1.0.3
amazon-market-entry-analyzer 1.0.3
amazon-market-trend-scanner 1.0.2
amazon-opportunity-discoverer 1.0.3
amazon-pricing-command-center 1.1.2
amazon-review-intelligence-extractor 1.0.3

See CHANGELOG.md for full details.