cms-interaction

Configure CMS connections and perform ad-hoc content operations via Kurt CLI.

2|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/boringdata/kurt-demo --skill cms-interaction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cms-interaction
Source: https://github.com/boringdata/kurt-demo/tree/main/.claude/skills/cms-interaction-skill
Command: npx skills add https://github.com/boringdata/kurt-demo --skill cms-interaction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides ad-hoc CMS operations (onboard, search, publish) via Kurt CLI, enabling quick content exploration and updates without a full ingestion workflow.

Core Features & Use Cases

  • Configuration: Setup CMS connections (onboard) for Sanity, Contentful, WordPress
  • Ad-hoc search: Quick content searches during planning
  • Publishing: Push drafts to CMS (as drafts only)

Quick Start

  • Onboard a CMS: cms-interaction onboard
  • Search content: cms-interaction search --query "tutorial"
  • Publish draft: cms-interaction publish --file draft.md --id <doc-id>

Frequently Asked Questions about cms-interaction

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

FAQPage Schema
How do I search content across multiple CMSs like Sanity, Contentful, and WordPress?

Search content across Sanity, Contentful, and WordPress by running `cms-interaction search --query "your-term"` after onboarding your CMS connection. The Skill queries your connected CMS and returns matching content instantly without requiring a full ingestion pipeline.

Can I publish content directly to my CMS using a command-line tool?

Yes, publish drafts to your CMS using `cms-interaction publish --file draft.md --id <doc-id>`. The Skill pushes content as drafts only, preventing accidental auto-publishing while enabling quick content updates during planning workflows.

What's the fastest way to onboard a CMS connection?

Run `cms-interaction onboard` to configure your CMS connection for Sanity, Contentful, or WordPress. Setup completes in minutes and enables immediate ad-hoc content operations without manual API configuration.

Do I need existing CMS credentials to use this Skill?

Yes, you need valid credentials and API access for your CMS (Sanity, Contentful, or WordPress). The Skill requires these during onboarding to authenticate and route requests to your CMS APIs.

Can I use this for content discovery during project planning?

Yes, the Skill is designed for ad-hoc content exploration and field mapping during project planning and research. Search and browse your CMS content quickly to understand structure and available fields before full implementation.