lark-apps

Publish local HTML files or directories as public Miaoda apps with shareable URLs.

4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/FradSer/skills --skill lark-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-apps
Source: https://github.com/FradSer/skills/tree/main/skills/lark/lark-apps
Command: npx skills add https://github.com/FradSer/skills --skill lark-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Publish local HTML files or directories as publicly accessible, shareable Feishu/Miaoda apps with minimal setup.

Core Features & Use Cases

  • Create a Miaoda app from local HTML content and publish it to a public URL.
  • Deploy HTML assets (index.html must be present) and configure access scopes (tenant, public, or specific).
  • Reuse existing apps via app_id or Miaoda URL, and handle prerequisites and common publishing errors.

Quick Start

Publish a local HTML directory to Miaoda to obtain a public, shareable URL.

Frequently Asked Questions about lark-apps

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

FAQPage Schema
How do I publish local HTML files to a public shareable URL?

To publish local HTML to a shareable URL, you can deploy the directory as a Miaoda web app. The process requires an index.html entry point and allows you to configure access scopes like tenant or public during deployment.

What are the prerequisites for deploying an HTML directory as a Miaoda app?

Deploying a Miaoda app requires a valid index.html file as the entry point in your local directory. The Skill validates paths before publishing and returns actionable error hints if prerequisites are missing.

How do I configure access scopes when publishing HTML assets to Feishu?

Configuring access scopes when publishing HTML assets allows you to restrict visibility to tenant, public, or specific scopes. You set these permissions during the Miaoda app creation or deployment process.

Can I reuse an existing app ID to republish local HTML content?

Yes, you can reuse an existing app by providing its app_id or Miaoda URL. This allows you to update and republish local HTML content to the same shareable web app without creating a new deployment.

Why does my HTML deployment to a shareable web app fail?

HTML deployment fails when the required index.html entry point is missing or local paths are invalid. The publishing process validates these prerequisites and returns actionable error hints to resolve the issue.

What is the best way to share local HTML content with a public link?

The best way to share local HTML content with a public link is deploying it as a Miaoda web app. This approach packages your directory and returns a shareable URL with configurable access scopes.