kuroco-admin-api-browser

Execute Kuroco admin_api operations through authenticated browser sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables browser-based interactions with Kuroco admin_api for authenticated sessions.

Core Features & Use Cases

  • Mode-based interactions: whoami, discover, schema, advise, execute for admin_api via browser context.
  • Authenticated browser sessions: uses session cookies to perform fetch requests against admin_api endpoints.
  • Use cases include: verifying login, listing modules, inspecting schemas, executing API calls to manage content or configuration, and guiding AI-assisted API planning.

Quick Start

Install and configure Claude Code with claude-in-chrome, ensure you are logged into the Kuroco management screen, then run the whoami check to verify your session.

Frequently Asked Questions about kuroco-admin-api-browser

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

FAQPage Schema
How do I execute Kuroco admin_api calls directly from my browser session?

You execute Kuroco admin_api calls by using claude-in-chrome to perform fetch requests with your active session cookies, enabling authenticated API operations without manual token handling.

What is the best way to verify my Kuroco admin session before executing API commands?

The best way to verify your Kuroco admin session is by running the whoami check, which confirms your authenticated browser context and ensures subsequent API execution operates safely.

Can I discover available Kuroco modules and inspect their schemas through browser automation?

Yes, you can discover available Kuroco modules and inspect their schemas by using the discover and schema modes, which allow browser-based exploration of content definitions before execution.

Do I need to be logged into the Kuroco management screen to use browser-based API execution?

Yes, you must be logged into the Kuroco management screen so the browser automation can enforce safe, cookie-based authentication and maintain structured parameter usage during API execution.

Why does my Kuroco admin_api browser execution fail during session verification?

Browser execution of Kuroco admin_api fails during session verification when active session cookies are missing, preventing claude-in-chrome from establishing the authenticated context required for safe API operations.