wix-blog-posts

Manage Wix Blog posts, tags, writers, and rich content via REST API.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/shahata/cats-in-space --skill wix-blog-posts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-blog-posts
Source: https://github.com/shahata/cats-in-space/tree/main/.claude/skills/wix-blog-posts
Command: npx skills add https://github.com/shahata/cats-in-space --skill wix-blog-posts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with Wix Blog posts, including fetching, creating, and updating them, as well as managing associated tags and writers.

Core Features & Use Cases

  • Read Posts: Retrieve blog posts by slug or query all posts with specific fieldsets (URL, content, metrics, etc.).
  • Manage Tags: Query existing tags and create new ones.
  • Create/Update Posts: Programmatically create and publish new blog posts or update existing ones using REST APIs.
  • Handle Rich Content: Render rich content (Ricos) and manage premium/gated content.
  • Manage Writers: Fetch member details for post authors.

Quick Start

Use the wix-blog-posts skill to get the blog post with the slug 'my-first-post'.

Frequently Asked Questions about wix-blog-posts

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

FAQPage Schema
How do I fetch Wix blog posts by slug?

You can fetch Wix blog posts by slug using dedicated scripts that retrieve specific content and render Ricos rich content. This allows precise querying of individual articles without loading the entire post index.

Can I programmatically create and publish new posts on Wix?

Yes, you can programmatically create and publish new Wix blog posts via REST API. The Skill supports sending post data directly to Wix, enabling automated content creation and seamless updates to existing articles.

What is the best way to manage Wix blog tags and writers?

Managing Wix blog tags and writers is best done through dedicated API queries. You can create new tags, query existing categories, and fetch member details for post authors to maintain accurate content metadata and attribution.

Does this approach support rendering Ricos rich content and premium previews?

Yes, this approach supports rendering Ricos rich content and handling premium content previews. It processes complex rich text formatting and manages gated content visibility for restricted member access.

How do I query all Wix blog posts with specific fieldsets?

You query all Wix blog posts with specific fieldsets by requesting exact data slices like URL, content, and metrics. This optimizes payload size by retrieving only the required fields for your content management workflow.