kommodo

Search and manage Kommodo recordings via the public v2 API.

5|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/touchapp/kommodo-skill --skill kommodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kommodo
Source: https://github.com/touchapp/kommodo-skill/tree/main
Command: npx skills add https://github.com/touchapp/kommodo-skill --skill kommodo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Work with Kommodo recordings via the public v2 API. Search/filter the user's team recordings, read AI-generated summaries and transcripts, rename or retag recordings, and convert a recording into a published page. Invoke when the user asks about their Kommodo videos, asks to summarize work done on a project from recordings, or asks to rename/retag/publish a recording.

Core Features & Use Cases

Seven named tools the agent can invoke by name, each mapped 1:1 to an HTTP endpoint: find_recordings, get_recording, get_transcript, list_folders, list_team_members, update_recording, create_page. See SKILL.md for the full tool reference and references/ for response schemas and filter recipes.

Quick Start

Ask Claude to list my Kommodo recordings from the past week and summarize the results.

Frequently Asked Questions about kommodo

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

FAQPage Schema
How do I search and filter Kommodo recordings by date, folder, or team member?

You can search and filter Kommodo recordings by date, folder, team member, page status, or keyword using the find_recordings endpoint, which supports token-based authentication and handles pagination to surface specific team videos.

Can I retrieve AI-generated transcripts and summaries from Kommodo recordings via API?

Yes, you can retrieve AI-generated transcripts and summaries from Kommodo recordings via the public v2 API using the get_transcript and get_recording endpoints to surface full text content and recording metadata.

How do I rename, retag, or publish a Kommodo recording programmatically?

You can rename, retag, or publish Kommodo recordings programmatically by calling the update_recording endpoint for renaming and retagging, and the create_page endpoint to convert a recording into a published page.

What do I need to authenticate with the Kommodo public API?

You need a valid API token for token-based authentication to access the Kommodo public v2 API, which handles read endpoints for finding recordings and write endpoints for updating recordings and creating pages.

Does the Kommodo API handle pagination and error codes for large recording lists?

Yes, the Kommodo API integration includes careful handling of pagination and error codes to manage large lists of team recordings returned by the find_recordings endpoint, ensuring reliable data retrieval across multiple pages.

Can I list folders and team members from my Kommodo workspace?

Yes, you can list folders and team members from your Kommodo workspace using the list_folders and list_team_members endpoints, which return organizational data to help filter and manage recordings by folder or member.