Agent Skills by OpenYiDA
Showing 28 vetted skills indexed across 1 GitHub repositories.
skill-optimization-guide
Reduce SKILL.md files under 200 lines by extracting code into references.
yida-form-permission
Configure Yida form permission groups via openyida CLI commands.
yida-logout
Logout from OpenYida and clear the local .cache/cookies.json file.
yida-data-management
Query, create, and update Yida form and process data.
yida-formula
Automate formula-based field calculations for YiDa forms with field references.
yida-get-schema
Retrieve complete Yida form schema JSON with pages and componentsMap.
yida-login
Authenticate via QR code and persist cookies to .cache/cookies.json.
yida-ppt-slider
Render full-screen PPT-style slides from a SLIDES array in 宜搭.
yida-table-form
Submit table-form rows to Yida forms with concurrent saveFormData calls.
yida-create-process
Create Yida approval workflows and forms with formUuid and processCode.
yida-ppt
Create cinematic PPT-style presentations with predefined templates and glassy card layouts.
yida-publish-page
Compile JSX source into ES5 and deploy Yida custom pages via saveFormSchema.
yida-app
Orchestrate sub-skills to create and deploy Yida low-code applications.
yida-create-page
Create custom display pages in Yida apps and return pageId/formUuid as JSON.
yida-process-rule
Configure Yida approval workflows for existing forms via API.
yida-create-app
Create Yida applications and persist the returned appType identifier.
yida-report
Generate native Yida reports with 16 built-in components via the openyida create-report command.
yida-custom-page
Develop custom JSX pages in Yida using React 16 class components.
yida-db-seq-fix
Detect and auto-correct PostgreSQL sequence start values to prevent primary key conflicts.
yida-integration
Create Yida integration logic flows for form events with triggers and notifications.
yida-create-form-page
Create and update Yida form pages and field schemas with JSON payloads.
yida-connector
Create, configure, and test HTTP connectors for Yida with six authentication methods.
yida-flash-note-to-prd
Convert DingTalk flash notes into structured PRD markdown files.
yida-density
Manage Yida page density with DENSITY_CONFIG and mobile detection.
Frequently Asked Questions About OpenYiDA
FAQPage SchemaWhat specific tasks can I perform using OpenYiDA?▼
You can programmatically create and deploy YiDa applications, manage form schemas, configure approval processes, build ECharts dashboards, and develop custom JSX pages. It also supports data management, HTTP connector configuration, and PostgreSQL sequence correction for backend stability.
Who is the target persona for these capabilities?▼
The target audience includes enterprise developers, low-code engineers, and system administrators working within the YiDa ecosystem who require programmatic control over form structures, page layouts, and integration logic beyond standard visual interfaces.
What are the prerequisites for running these functions?▼
Users must have an active YiDa account and a local environment configured with Node.js. Authentication is handled via QR code, which persists session cookies to a local .cache/cookies.json file for subsequent operations.