What problem does it solve?
Operating a knowledge network platform (BKN), data sources, data views, and the Vega observability stack normally requires calling many different REST APIs by hand. This Skill wraps all of them behind the built-in ontology CLI so an AI agent can build knowledge networks, query schemas and instances, run semantic searches, execute actions, and inspect platform health from natural-language instructions.
Core Features & Use Cases
- Knowledge Network (BKN) Operations: Create, validate, push, pull, build, and query knowledge networks, object types, relation types, and action types, including building a KN directly from a database or CSV files.
- Data Source & Data View Management: Connect MySQL/PostgreSQL and other databases, list tables, import CSVs, browse atomic/custom data views, and run SQL queries against views.
- Vega Observability & Generic API Calls: Run health checks, catalog/resource inspection, connector-type listing, and arbitrary authenticated REST calls via
ontology call.
- Use Case: Ask the agent to "build a knowledge network from the ERP MySQL database and list the top 5 products by quantity" — it connects the data source, creates and builds the KN, then queries object-type instances with proper pagination and filters.
Quick Start
Ask the agent to list all knowledge networks and check Vega platform health using the ontology CLI.