nova-import-data

Import and create data objects in NovaDB via the CMS API.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/novadb/novadb-mcp-demo --skill nova-import-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nova-import-data
Source: https://github.com/novadb/novadb-mcp-demo/tree/main/.github/skills/nova-import-data
Command: npx skills add https://github.com/novadb/novadb-mcp-demo --skill nova-import-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Imports and creates data objects in NovaDB via the CMS API, enabling teams to seed, migrate, and update content efficiently.

Core Features & Use Cases

  • Discover the target type schema before importing to ensure correct attribute IDs and forms.
  • Use the CMS value format with numeric attribute IDs, language, and variant handling to structure object data.
  • Perform end-to-end import workflows to create, update, or migrate multiple objects in bulk.

Quick Start

Execute the import workflow against the NovaDB CMS API to create objects and link related data.

Frequently Asked Questions about nova-import-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk import data objects into NovaDB via the CMS API?

To bulk import data objects into NovaDB via the CMS API, you structure your records using the CMS value format with numeric attribute IDs and language handling, then execute an import workflow to create or update multiple objects.

What is schema discovery and why do I need it before a CMS data migration?

Schema discovery identifies the target type structure and correct attribute IDs before a CMS data migration. Discovering the target schema ensures your imported records match the exact forms and value formatting required by the NovaDB CMS API.

How does the CMS value format handle language and variant data during object creation?

The CMS value format structures object data using numeric attribute IDs alongside language and variant handling. This formatting ensures that multilingual content and specific data variants are correctly mapped during NovaDB object creation and updates.

Can I update existing objects or migrate content across different CMS types in NovaDB?

Yes, you can update existing objects and migrate content across different CMS types in NovaDB. The import workflow applies to creating, updating, and migrating multiple records in bulk via the CMS API.

Do I need access to the NovaDB MCP server tools to perform a bulk import?

Yes, you need access to the NovaDB MCP server tools to perform a bulk import. The import workflow relies on these server tools to execute API requests and manage object creation across the CMS.

What's the best way to structure records for a NovaDB content seeding workflow?

The best way to structure records for a NovaDB content seeding workflow is to apply the CMS value format with numeric attribute IDs. Running schema discovery first ensures your structured data aligns with the target type requirements before import.