data-semantic

Parse form-view data semantically to generate field and object insights.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kweaver-ai/kweaver-dip --skill data-semantic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-semantic
Source: https://github.com/kweaver-ai/kweaver-dip/tree/main/skills/data-semantic
Command: npx skills add https://github.com/kweaver-ai/kweaver-dip --skill data-semantic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides semantic understanding for form views to extract and organize field semantics and business-object relationships, enabling automated reasoning over data captured in digital forms.

Core Features & Use Cases

  • Query logic views to discover available form views and their metadata.
  • Trigger semantic understanding for single or multiple views, and batch match business objects across data sources.
  • Retrieve, interpret, and present semantic results including field semantics and object mappings to support downstream automation.

Quick Start

Trigger semantic understanding for a chosen form view by calling operation=understand with form_view_id and a valid auth_token.

Frequently Asked Questions about data-semantic

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

FAQPage Schema
How do I extract field semantics from form views for business-object matching?

Extract field semantics from form views by passing form_view_id and a valid auth_token to operation=understand. This triggers semantic understanding to parse field data and map business-object relationships across data sources.

What is semantic understanding for batch processing of logic views?

Semantic understanding for batch processing interprets multiple form views simultaneously to generate field and object insights. It parses business-object relationships across data sources to support downstream automation tasks.

Can I batch match business objects across different data sources using an API?

Yes, you can batch match business objects across data sources by calling operation=match with datasource_id, kn_id, and ot_id. This requires a valid auth_token and uses the requests library for API communication.

Do I need an auth_token to query available form views and their metadata?

Yes, a valid auth_token is required to query available form views. Use operation=list or operation=query with the auth_token to discover existing form views and retrieve their associated metadata.

What are the limitations of semantic data interpretation for form views?

Semantic data interpretation is limited to parsing form views and requires specific inputs like form_view_id, datasource_id, kn_id, or ot_id. It depends on the requests library and cannot process data sources without valid identifiers and authentication.