yida-form-permission

Configure Yida form permission groups via openyida CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators often struggle to control who can view, edit, or delete data in Yida forms, leading to manual, error‑prone configurations and security risks.

Core Features & Use Cases

  • Query Existing Permissions: Retrieve current data and operation permission settings for any form using the openyida get-permission command.
  • Update Permissions: Replace data ranges, operation rights, and member lists with precise JSON options via openyida save-permission.
  • Create New Permission Groups: Add fresh groups with defined members, data scopes, and operation rights in a single CLI call.
  • Safety Checks: Enforces a query‑before‑modify rule and requires explicit user confirmation before replacing operation permissions.

Quick Start

Ask the skill to create a new permission group for a specific form by providing the app type, form ID, members, and desired data and operation permissions.

Frequently Asked Questions about yida-form-permission

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

FAQPage Schema
How do I manage Yida form permission groups for access control?

Manage Yida form permission groups by using the openyida CLI commands get-permission and save-permission to configure data ranges, member lists, and operation permissions. Administrators can retrieve existing settings or apply new ones with precise JSON options.

What is the best way to configure data ranges and member lists for a Yida low-code app?

Configuring data ranges and member lists for a Yida low-code app is done via the openyida save-permission command. It allows you to define specific data scopes and add members to permission groups in a single CLI call using JSON options.

How do I retrieve current operation permissions for a specific Yida form?

Retrieve current operation permissions for a Yida form by executing the openyida get-permission command. This queries the existing data and operation access settings, enabling you to verify configurations before making any modifications.

Can I update Yida form permissions without querying existing settings first?

Updating Yida form permissions requires querying existing settings first. The system enforces a query-before-modify rule and requires explicit user confirmation before replacing operation permissions to ensure safety and prevent error-prone configurations.

Does the openyida CLI support creating new permission groups for Yida forms?

Yes, the openyida CLI supports creating new permission groups for Yida forms. You can add fresh groups with defined members, data scopes, and operation rights in a single CLI call by providing the app type, form ID, and desired JSON settings.