yida-create-page

Creates custom display pages in Yida apps and retrieves form UUIDs.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ythm/openyida --skill yida-create-page-ythm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yida-create-page
Source: https://github.com/ythm/openyida/tree/main/yida-skills/skills/yida-create-page
Command: npx skills add https://github.com/ythm/openyida --skill yida-create-page-ythm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps to create a custom display page (display type) within the Yida app, allowing for the retrieval of a form UUID for further customization.

Core Features & Use Cases

  • Custom Page Creation: Generate display pages within the Yida application to show information.
  • Form UUID Retrieval: Provides the form UUID for later use in additional actions.
  • Use Case: A developer can create a custom showcase page in a Yida application to present data without data entry fields.

Quick Start

Run the command openyida create-page <appType> <pageName> to create a custom page in Yida, where <appType> is the application ID and <pageName> is the desired page name.

Frequently Asked Questions about yida-create-page

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

FAQPage Schema
How do I create a custom display page in Yida and get its form UUID?

To create a custom display page in Yida and retrieve its form UUID, run the command `openyida create-page <appType> <pageName>`, replacing the application ID and desired page name variables accordingly.

What is a custom display page used for in low-code Yida applications?

A custom display page in Yida is used to showcase information within an application without data entry fields. It generates a form UUID for later use in additional interactive UI design workflows.

Do I need an existing application ID to generate a Yida custom page?

Yes, creating a custom display page in Yida requires an existing application ID. You must pass this appType along with your desired page name as arguments to the openyida command.

Can I use the generated form UUID for other actions in Yida?

Yes, the form UUID retrieved after creating a custom display page is specifically provided for later use. It enables further customization and integration within other actions in your Yida low-code workflows.

What are the limitations when building a custom showcase page in Yida?

Creating a custom display page in Yida is designed specifically for showcasing information. It is not suitable for workflows requiring data entry fields, as it focuses purely on display type interfaces.