Make Bot UI

Build a small operator UI over an agent/webhook backend. Use when buttons or controls should trigger an agent workflow.

TheOnlyFusionCube 4c74f74 692 B Updated

File contents

Make Bot UI

  1. Define the operator actions, payload schema, authentication boundary, and observable completion state before UI code.
  2. Keep secrets server-side. Treat webhook URLs/tokens as credentials.
  3. Implement the thinnest UI that exposes state, errors, retries, and idempotent request IDs.
  4. Make every action safe under duplicate delivery or refresh.
  5. Verify one full round trip through the real backend when observe/network access exists. Otherwise ship a deterministic local mock plus an explicit integration gap.

TheOnlyFusionCube/potetos-for-everyone/tree/main/skills/make-bot-ui commit 4c74f749dd

Frequently asked questions

npx skillmds@latest add theonlyfusioncube/make-bot-ui