domo-appdb

Installation
SKILL.md

Rule: Domo App Platform AppDB (Toolkit-First)

This rule is toolkit-first. Use AppDBClient instead of raw domo.get/post/put/delete endpoints.

Legacy endpoint-first guidance has been archived to archive/legacy-rules/domo-appdb.md.

Canonical Client

yarn add @domoinc/toolkit
import { AppDBClient } from '@domoinc/toolkit';

type Task = {
  title: string;
  status: 'active' | 'completed';
  priority: 'Low' | 'High' | 'Urgent';
Related skills
Installs
2
GitHub Stars
15
First Seen
Mar 21, 2026