appdb

Create and manage AppDB documents and queries via AppDBClient for Domo App Platform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AppDB enables structured document CRUD, robust querying, and seamless collection wiring within Domo App Platform using a toolkit-first approach.

Core Features & Use Cases

  • Create and manage documents via AppDBClient.DocumentsClient to persist structured data.
  • Read and query: perform rich queries with operators and interpret the wrapped response where content lives under doc.content.
  • Wire collections: integrate with manifest and collection schemas to ensure consistent data storage and retrieval across apps.

Quick Start

Install @domoinc/toolkit and begin using AppDBClient.DocumentsClient on a TasksCollection to perform create, read, update, and delete operations.

Frequently Asked Questions about appdb

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

FAQPage Schema
How do I create and manage documents in the Domo App Platform?

Querying AppDB documents involves applying rich query operators to retrieve data, where the response is wrapped and the actual document content is accessed under the doc.content property.

What is the best way to wire collections for document storage in Domo apps?

Wiring collections for document storage in Domo apps requires integrating the manifest with collection schemas to ensure consistent data storage and retrieval across your application.

Do I need the Domo toolkit to perform CRUD operations on AppDB collections?

Yes, you need to install the @domoinc/toolkit to access the AppDBClient.DocumentsClient, which provides the toolkit-first approach required to execute CRUD operations on AppDB collections.

How does document retrieval work when querying AppDB content?

Querying AppDB documents involves applying rich query operators to retrieve data, where the response is wrapped and the actual document content is accessed under the doc.content property.

Can I use TypeScript to define collection schemas for Domo AppDB?

Yes, TypeScript is used within the Domo App Platform toolkit-first approach to define manifest configurations and collection schemas, ensuring structured document storage and consistent retrieval.