
from kweaver-dip126
API for semantic understanding of form/view data: query field semantics, trigger single or batch understanding, and perform bulk business-object matching.
Provides an API-driven data semantic service that analyzes form/view definitions to extract field-level semantics, identify business objects, and produce structured reports. Use it to query a single view, trigger understanding jobs for a view or datasource, run batch understanding across many views, and perform bulk object matching for downstream automation.
list, query, understand, batch, and match operations, plus guidance on token usage and encoding caveats.Likely useful to agents that can call REST APIs and run Python helpers (generic HTTP-capable agents, automation runners).
Skill wraps the kweaver-dip data-semantic API for batch semantic understanding of form/view data. The bundled Python script is well-structured with retry logic, batch processing, and polling but requires a JWT token and live API access to run, so it failed under dry-run. SKILL.md documentation is thorough but entirely in Chinese, limiting accessibility. No security concerns — token is passed via CLI arg, no hardcoded secrets.
Niche enterprise integration skill targeting a specific Chinese SaaS platform. Clean security profile. Script failed dry-run only because it requires a live auth token — not a code quality issue.