What problem does it solve? Building and operating applications on the Miaoda (Spark) platform involves many distinct workflows—creating app assets, choosing between local full-stack development, HTML static hosting, or cloud AI generation, managing databases and environment variables, deploying releases, and querying logs, metrics, and analytics. This Skill routes each user intent to the correct lark-cli command and reference document so nothing is done through the wrong path. ## Core Features & Use Cases - Three development paths: local full-stack development (git clone, npm dev, release-create), HTML static site publishing (html-publish with size guardrails), and cloud AI session generation (session-create, chat, polling). - Full app operations: database management (tables, SQL execution, multi-environment migration, PITR recovery, audit), file storage, environment variables, OpenAPI keys, plugins, and access-scope control. - Observability: query online logs, traces, runtime metrics (requests, errors, latency, CPU, memory), and product analytics (PV/UV) for any app. - 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 or deploy an existing one, for example: "Create a full-stack app called approval-system and deploy it, then give me the shareable link."