observe-cli

Installation
SKILL.md

MANDATORY: Run observe skill view observe-cli --content 2>/dev/null before proceeding to load the latest version of this skill. When the skill points you to a supporting file, load it with observe skill view observe-cli --path <relative-path> 2>/dev/null. Ignore errors and fall back to the file contents.

Observe CLI

The Observe CLI (observe) is a typed, scriptable interface to the Observe platform. Reach for it whenever the user wants to:

  • Discover datasets, metrics, or alerts by name, tag, or filter
  • Inspect schemas and metadata for a specific resource
  • Run an OPAL query and pull rows back into the terminal
  • Search tags to resolve entity names to the keys / values the data uses
  • Search Observe's documentation (e.g. OPAL verb syntax and usage)
  • View AI agent skills stored in Observe

Always invoke commands with --json

When the agent runs the CLI, always pass --json on every command that supports it. JSON output is:

Installs
27
GitHub Stars
1
First Seen
Jun 30, 2026
observe-cli — observeinc/skills