AI AGENT ADDONS

Extension Data Viewer

caffeinelabs/skills
Debugging
7,102installs

Every Caffeine AI app comes with a built-in data viewer for admins. This viewer automatically creates special queries for each stable variable in your backend. You can use it to browse users, orders, logs, or any other data stored in maps, sets, arrays, lists, stacks, or queues.

Only controllers can access these queries. They are perfect for building admin dashboards or debug panels without writing extra code. The viewer is already installed in every Caffeine app. Just declare a stable variable and the query appears.

The include MixinViews() statement must stay in your actor to keep the viewer working. Never use these queries for public endpoints. They are designed for admin use only.

Add Extension Data Viewer skill to your workflow

Global

mkdir -p ~/.claude/skills/extension-data-viewer

Project

mkdir -p .claude/skills/extension-data-viewer

Source Repository

Stars
0
Forks
0
Watchers
0
License
Apache-2.0
Last Push
1 month ago
Created
4 months ago