schema-explorer

Installation
SKILL.md

Schema Explorer

OData schema discovery using dxs schema commands.

References

Resolving the Connection

Schema commands require a connection ID (-c <id>). The user may or may not provide one explicitly.

If the user provides a connection ID or name — use it directly. Examples: "use connection 9", "use the Prod connection".

If the user says something like "in Prod" or "on the Demo environment" — find the matching FootprintApi connection:

  1. dxs auth status — get the authenticated organization ID
  2. dxs organization connection list --org <org_id> — list all connections
  3. Filter to apiConnectionTypeName: FootPrintApi and match the name
Related skills
Installs
13
Repository
datex/skills
First Seen
Apr 20, 2026