metabot-create-metaapp

Generate and package chain-ready MetaApps using IDFramework (No-Build, MVC) workflows.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill metabot-create-metaapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabot-create-metaapp
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/metabot-create-metaapp
Command: npx skills add https://github.com/metaid-developers/IDBots --skill metabot-create-metaapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.js >= 18, alpine.js, unocss, and includes scripts (resource) and references (resource) components.

What problem does it solve?

MetaBot development typically requires coordinating architecture design, code generation, and on-chain packaging across multiple tools and repos. This Skill provides an end-to-end, template-driven workflow to streamline building, validating, and packaging MetaApps for on-chain deployment.

Core Features & Use Cases

  • Architecture design, code generation, and release packaging aligned with the IDFramework (No-Build, MVC) approach.
  • On-chain skill publishing and MetaApp deployment, enabling network-discoverable capabilities.
  • Template-driven scaffolding with references to ensure consistent project structure and auditable delivery.

Quick Start

Create a new MetaApp project using this Skill to scaffold templates, implement app logic, and run the packaging script to generate a distributable ZIP.

Frequently Asked Questions about metabot-create-metaapp

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

FAQPage Schema
How do I deploy a chain-native app without a complex build step?

You can deploy chain-native MetaApps using the IDFramework's No-Build, MVC approach. This Skill provides template-driven scaffolding and on-chain packaging workflows to generate self-contained, production-grade releases without traditional compilation steps.

What is on-chain packaging for MetaApps and when is it needed?

On-chain packaging bundles your MetaApp logic into a distributable format for network-discoverable deployment. It is needed when publishing chain-native capabilities to make your application's skills discoverable and verifiable on the network.

How do I scaffold a MetaApp project using templates?

Scaffold a MetaApp by applying template-based baselines provided by this Skill. It generates a consistent project structure with references and scripts, ensuring your code aligns with the IDFramework before running the packaging process.

Do I need Node.js and Alpine.js to develop MetaApps with this framework?

Yes, this workflow requires Node.js version 18 or higher, Alpine.js, and UnoCSS. These dependencies support the IDFramework's architecture design and code generation processes for creating chain-ready MetaApps.

How does template-driven development compare to manual coding for on-chain apps?

Template-driven development enforces gating checks and consistent project structure, reducing manual errors during architecture design. Unlike manual coding, it provides auditable delivery and standardized baselines for packaging chain-ready MetaApps.

What are the limitations of the No-Build MVC approach for MetaBot deployment?

The No-Build MVC approach limits you to the IDFramework's specific template structure and gating checks. You must adhere to the provided scripts and references, restricting custom build configurations for on-chain packaging.