kuroco-api-content

Automate Kuroco API design, authentication, and content management workflows.

1|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/diverta/kuroco-skills --skill kuroco-api-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kuroco-api-content
Source: https://github.com/diverta/kuroco-skills/tree/main/skills/api-content
Command: npx skills add https://github.com/diverta/kuroco-skills --skill kuroco-api-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Kuroco API design, authentication handling, and content management require consistent patterns to reduce integration time and mistakes. This Skill provides reusable workflows and reference patterns to accelerate secure API usage and content operations.

Core Features & Use Cases

  • API endpoint design patterns and security configurations for Kuroco RCMS APIs.
  • Content management workflows including topics, categories, and custom fields.
  • Use Case: A developer implements login_challenge + token flow for a new app, then builds content CRUD against rcms-api with filters.

Quick Start

Use the kuroco-api-content skill to scaffold and guide Kuroco API integration tasks.

Frequently Asked Questions about kuroco-api-content

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

FAQPage Schema
How do I implement authentication for Kuroco API endpoints?

Kuroco API authentication is implemented using Cookie, StaticToken, or DynamicToken schemes. You can scaffold the login_challenge and token flow to securely manage user sessions before executing content CRUD operations against the rcms-api.

What is the best way to filter content in Kuroco API queries?

Filtering Kuroco API content requires applying specific filter queries to the rcms-api endpoints. This approach supports retrieving topics, categories, and custom fields based on defined parameters to streamline content management workflows.

Does Kuroco API support CORS and rate limiting configurations?

Kuroco API supports both CORS and rate limiting configurations as part of its security setup. These endpoint patterns and security configurations ensure reliable integrations and controlled access to your RCMS API resources.

Can I manage topics and custom fields using the Kuroco admin_api?

Yes, the Kuroco admin_api supports content management workflows including topics, categories, and custom fields. It enables reliable content governance and CRUD operations directly through structured API endpoint design patterns.

Why do I need frontmatter-based discovery for Kuroco API content workflows?

Frontmatter-based discovery is required for Kuroco API content workflows to satisfy structural requirements for endpoint patterns and security configuration. It ensures consistent design across authentication schemes and content operations.

What are the limitations of using static tokens for Kuroco API authentication?

Static tokens for Kuroco API authentication provide fixed access credentials without dynamic session handling. While suitable for server-to-server integrations, they lack the dynamic user context provided by the login_challenge and DynamicToken flows.