lazycat-app-publisher

Convert Docker Compose files and run commands into LazyCat Cloud configurations.

6|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/czyt/claude-skills --skill lazycat-app-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lazycat-app-publisher
Source: https://github.com/czyt/claude-skills/tree/main/skills/lazycat-app-publisher
Command: npx skills add https://github.com/czyt/claude-skills --skill lazycat-app-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and examples (resource) components.

What problem does it solve?

This Skill simplifies the complex process of converting Docker applications into LazyCat Cloud-ready formats, automating tedious tasks and ensuring compliance with LazyCat's best practices.

Core Features & Use Cases

  • Docker to LazyCat Conversion: Transforms Docker Compose or Docker run commands into lzc-manifest.yml, lzc-build.yml, and lzc-deploy-params.yml.
  • Intelligent Analysis: Automatically detects internal services, optimizes parameters, and checks for existing apps in the store.
  • Full Publish Workflow: Automates image copying, manifest updates, building, and publishing.
  • Use Case: Convert your existing Dockerized web application into a shareable LazyCat Cloud app with a few simple prompts, including setting up a user-friendly installation wizard.

Quick Start

Use the lazycat-app-publisher skill to convert your docker-compose.yml file into a LazyCat application.

Frequently Asked Questions about lazycat-app-publisher

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

FAQPage Schema
How do I convert Docker Compose files to LazyCat Cloud applications?

To convert Docker Compose files to LazyCat Cloud applications, you use automated generation to transform your docker-compose.yml into lzc-manifest.yml, lzc-build.yml, and lzc-deploy-params.yml configurations. This process automatically detects internal services, optimizes parameters, and standardizes health checks.

Can I publish Docker run commands without an existing compose file?

Yes, you can publish Docker run commands without an existing compose file. The conversion process accepts raw Docker run commands as input, automatically transforming them into the required lzc-manifest.yml, build scripts, and deploy parameters for LazyCat Cloud.

What is the automated workflow for publishing Docker apps to LazyCat Cloud?

The automated workflow for publishing Docker apps to LazyCat Cloud executes a 4-stage process. It handles image copying to the LazyCat registry, updates the application manifest, builds the application, and finalizes the publishing step automatically.

Does the conversion process support OIDC integration and compose overrides?

Yes, the conversion process supports advanced features including OIDC integration and compose_override. These features allow you to customize authentication flows and override specific service configurations during the manifest generation phase.

How do I set up a user-friendly installation wizard for a Dockerized web application?

To set up a user-friendly installation wizard for a Dockerized web application, the manifest generation creates a customized lzc-deploy-params.yml file. This file defines the interactive deploy parameters and installation steps required for end-users on the LazyCat Cloud platform.