appdb-collection-create

Provision an AppDB datastore and collection for Domo apps via community-domo-cli.

19|13|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill appdb-collection-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appdb-collection-create
Source: https://github.com/stahura/domo-ai-vibe-rules/tree/main/skills/cli/appdb-collection-create
Command: npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill appdb-collection-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize AppDB storage and a collection for new Domo apps, removing manual setup steps and ensuring a ready-to-use data store.

Core Features & Use Cases

  • CLI-first provisioning of datastore and collection
  • Manifest wiring preparation for downstream steps
  • Return of identifiers (datastoreId, collectionId, collectionName) for subsequent document writes
  • Optional fallback to API endpoints if CLI is unavailable to support deployment without CLI

Quick Start

Run the CLI path community-domo-cli --instance <instance> appdb collection-create --body-file collection.json to initialize storage.

Frequently Asked Questions about appdb-collection-create

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

FAQPage Schema
How do I provision AppDB storage and create a collection for a new Domo app?

Provisioning AppDB storage requires the community-domo-cli tool to execute the appdb collection-create command against your Domo instance. The Skill automates datastore initialization and collection setup while outputting the datastoreId, collectionId, and collectionName for subsequent document writes.

What do I need to set up AppDB datastore provisioning via CLI?

You need the community-domo-cli installed and a collection.json body file to provision an AppDB datastore. The CLI executes the collection-create command against your Domo instance, preparing manifest wiring for downstream steps and returning required identifiers.

Can I create a Domo AppDB collection without the CLI tool?

Yes, Domo AppDB collection creation supports an optional fallback to API endpoints if the community-domo-cli is unavailable. This allows you to provision the datastore and initialize collection storage via direct API calls when CLI access is restricted.

When should I initialize a new AppDB datastore and collection?

Initialize a new AppDB datastore and collection during Domo app onboarding or when an app requires new AppDB storage. This removes manual setup steps and ensures a ready-to-use datastore with manifest wiring prepared for downstream steps.

Why does my AppDB collection-create command return missing identifiers?

If your AppDB collection-create command returns missing identifiers, verify the community-domo-cli successfully connected to your Domo instance and that your collection.json body file is valid. The command normally outputs datastoreId, collectionId, and collectionName for downstream use.