What problem does it solve? Building and operating Miaoda (Spark) applications requires juggling many CLI commands across creation, local full-stack development, HTML publishing, cloud AI generation, databases, file storage, releases, and observability. This Skill routes each user intent to the correct lark-cli apps command with the right safety gates. ## Core Features & Use Cases - Three development paths: local full-stack development with git, HTML static site publishing, and cloud AI session-based generation, with a decision table to pick the right one. - Full app lifecycle operations: create, update, list, environment variables, database management (tables, SQL execution, import/export, audit, PITR recovery), file storage, plugins, and OpenAPI key management. - Release and observability: deploy full-stack apps with release polling, query logs, traces, runtime metrics (requests, errors, latency, CPU, memory), and PV/UV analytics. - Use Case: A user says "deploy my approval system and give me a shareable link" — the Skill resolves the app_id, commits and pushes code, creates a release, polls until finished, returns the online URL, and offers to widen the access scope. ## Quick Start Ask the assistant to create a new Miaoda app named "todo tool" and deploy it so you get a shareable link.