yida-data-management

Query, create, and update Yida form and process data.

201|43|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/openyida/openyida --skill yida-data-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yida-data-management
Source: https://github.com/openyida/openyida/tree/main/yida-skills/skills/yida-data-management
Command: npx skills add https://github.com/openyida/openyida --skill yida-data-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users need to manage Yida low‑code data—including form instances, process instances, and tasks—without mixing APIs or guessing field IDs, which can cause errors and data loss.

Core Features & Use Cases

  • Query Data: Retrieve form or process records with correct field IDs.
  • Create & Update: Add new form entries or modify existing ones safely.
  • Process Operations: Start workflows and manage task approvals.
  • Safety Checks: Enforce batch limits, require confirmations for deletions, and validate schemas via openyida get-schema.

Quick Start

Use the yida-data-management skill to query form records by providing the app type and form UUID.

Frequently Asked Questions about yida-data-management

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

FAQPage Schema
How do I query and update Yida form instances via CLI?

To manage Yida form instances via CLI, use this skill to retrieve, create, or modify records by providing the correct app type and form UUID.

What do I need to start managing Yida process data?

To start managing Yida process data, you need the correct field IDs obtained via the openyida get-schema command, along with the app type and form UUID for your low-code application.

How do I safely start workflows and manage task approvals in Yida?

Safely start Yida workflows and manage task approvals using the skill's built-in safety checks, which enforce batch limits and require confirmations for deletions to prevent data loss.

Are there batch limits when updating Yida form records?

Yes, updating Yida form records has strict batch limits and API rate limits enforced by the skill to ensure safe operations and prevent data loss during bulk modifications.

Why do my Yida form queries fail or return errors?

Yida form queries fail when using incorrect field IDs. You must validate schemas and retrieve the correct field IDs using the openyida get-schema command before querying or updating data.