lazycat-sdk-dev

Integrate LazyCat SDK in Go/JS apps for microservice APIs and WebShell.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

提供一个自包含的 Skill 单元,帮助开发者理解和应用 LazyCat SDK 在 Go/JS 项目中的交互模式,并覆盖账户、设备、应用、设备控制等微服务 API 的使用场景,以及前端 WebShell 能力的整合要点。

Core Features & Use Cases

  • 包含对 Go / JavaScript/TypeScript SDK 的参考与快速上手要点,涵盖 API 网关、用户/设备/应用管理、以及前端能力的整合。
  • 适用于需要在服务端和前端之间对接 LazyCat 微服务的场景,如开发新应用、自动化工作流、以及跨平台客户端能力的场景。

Quick Start

Install the Go or JS SDK, initialize the API gateway, and begin calling services such as Users, Devices, and PkgManager to start interacting with LazyCat microservices.

Frequently Asked Questions about lazycat-sdk-dev

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

FAQPage Schema
How do I integrate LazyCat SDK into Go and JavaScript applications?

To integrate the LazyCat SDK into Go and JavaScript applications, install the SDK, initialize the API gateway, and invoke microservices like Users, Devices, and PkgManager to handle backend and frontend interactions.

What is the LazyCat API gateway used for in microservice architectures?

The LazyCat API gateway serves as the entry point for Go and JS apps to interact with microservices, enabling cross-platform client integrations and managing services like Users, Devices, Box, and PkgManager.

Can I use the LazyCat SDK for frontend WebShell capabilities on iOS and Android?

Yes, the LazyCat SDK supports frontend WebShell capabilities for iOS and Android cross-platform client integrations, allowing JavaScript and TypeScript applications to leverage device control and application management features.

How do I manage context propagation and timeouts when calling LazyCat microservices?

Proper context propagation and timeout handling must be applied during API gateway instantiation and when invoking LazyCat microservices like Box and PkgManager to ensure stable Go and JS application workflows.

Does the LazyCat SDK support both backend Go and frontend JavaScript environments?

Yes, the LazyCat SDK supports both backend Go and frontend JavaScript/TypeScript environments, targeting projects that need to bridge server-side microservice APIs with frontend WebShell capabilities.

What are the limitations of using LazyCat SDK for cross-platform client integrations?

The LazyCat SDK requires implementing proper context propagation and timeout handling during API gateway instantiation, which may add complexity when bridging Go backend services with JS frontend WebShell capabilities across iOS and Android.