schema-explorer
Installation
SKILL.md
Schema Explorer
OData schema discovery using dxs schema commands.
References
- references/batch-syntax.md — Batch command syntax, argument styles, describe-entity flags, anti-patterns
- references/subagent-template.md — Subagent delegation prompt
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:
dxs auth status— get the authenticated organization IDdxs organization connection list --org <org_id>— list all connections- Filter to
apiConnectionTypeName: FootPrintApiand match the name
Related skills