Loading...
Loading...
This skill provides routing guidance for all DataHub interaction skills. It is injected at session start and helps map user intent to the correct skill. Do not invoke this skill directly — it is loaded automatically.
npx skill4agent add datahub-project/datahub-skills using-datahub| User Intent | Skill | Command |
|---|---|---|
| Find or discover entities (search, browse, filter, list) | Search | |
| Answer a question about the catalog ("who owns X?", "how many X?") | Search | |
| Update metadata (descriptions, tags, glossary terms, ownership, deprecation) | Enrich | |
| Explore lineage (upstream, downstream, impact, root cause, dependencies) | Lineage | |
| Data quality (assertions, incidents, health checks) | Quality | |
| Notifications (subscribe to assertion failures, incidents) | Quality | |
| Install CLI, authenticate, verify connection | Setup | |
| Configure default scopes and profiles | Setup | |
datahub-C skill=<name>datahub -C skill=datahub-search search "revenue"
datahub -C skill=datahub-enrich graphql --query '...'
datahub -C skill=datahub-lineage lineage --urn "..."-C