kontent-ai-automation

Automate Kontent AI content operations through Rube MCP toolkits and workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill kontent-ai-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kontent-ai-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/kontent-ai-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill kontent-ai-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Kontent AI content operations by providing a standardized, automated interface for interacting with the platform via Rube MCP, eliminating manual API configuration and tool discovery overhead.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans for Kontent AI tasks.
  • Connection Management: Handle authentication and session state for Kontent AI toolkits securely.
  • Multi-Tool Execution: Execute complex, multi-step content workflows using Rube's multi-execute capabilities.
  • Use Case: Automate the bulk update of content items or schema-compliant data entry across multiple Kontent AI projects without manual API key management.

Quick Start

Use the kontent-ai-automation skill to discover available tools and execute a content update workflow for the specified project.

Frequently Asked Questions about kontent-ai-automation

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

FAQPage Schema
How do I connect Kontent AI to Rube MCP?

Connect Kontent AI by calling the RUBE_MANAGE_CONNECTIONS tool with the kontent_ai toolkit slug. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes in the Kontent AI API.

Can I reuse session IDs for multiple workflows?

Reuse session IDs within a single, continuous workflow to maintain state and context. Generate new session IDs for distinct, unrelated workflows to ensure clean execution environments and audit logs.

What should I do if my connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and follow the auth link provided in the response to re-authenticate your Kontent AI account.