observe

Run OPAL queries and manage Observe datasets via the Observe CLI.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/observeinc/observe-claude-code-skill-example --skill observe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observe
Source: https://github.com/observeinc/observe-claude-code-skill-example/tree/main
Command: npx skills add https://github.com/observeinc/observe-claude-code-skill-example --skill observe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables Claude Code to interact with Observe tenants via the Observe CLI, enabling rapid data exploration and incident response without switching tools.

Core Features & Use Cases

  • Run OPAL queries against Observe datasets to diagnose issues and extract insights.
  • List datasets, manage objects, and interact with an Observe tenant from the terminal.
  • Investigate incidents, analyze business impact, and coordinate actions within your Observe workspace.

Quick Start

  • Install Claude Code prerequisites and the Observe CLI.
  • Authenticate to your Observe tenant: ~/go/bin/observe --customerid <CUSTOMER_ID> --site observeinc.com login <EMAIL> --sso
  • List available datasets: ~/go/bin/observe list dataset
  • Run a simple OPAL query: ~/go/bin/observe query -q 'limit 5' -i 'Default.System'

Frequently Asked Questions about observe

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

FAQPage Schema
How do I run OPAL queries against an Observe tenant from the terminal?

To run OPAL queries from the terminal, execute the Observe CLI query command with your target dataset and query string. You must have the Observe binary installed locally and a configured ~/.config/observe.yaml file to authenticate and execute commands.

Do I need the Observe CLI installed locally to query and manage datasets?

Yes, you need the Observe CLI binary installed locally to query and manage datasets. The skill requires a configured ~/.config/observe.yaml file and the ability to run commands from the shell to interact with an Observe tenant.

What's the best way to list available datasets in an Observe workspace?

The best way to list available datasets in an Observe workspace is by running the Observe CLI list dataset command from your terminal. This requires local installation of the Observe binary and proper authentication to your tenant.

Can I investigate incidents and analyze business impact using Observe CLI commands?

Yes, you can investigate incidents and analyze business impact using Observe CLI commands. The skill enables running OPAL queries against datasets to diagnose issues, extract insights, and coordinate actions within your Observe workspace directly from the terminal.

How do I authenticate to an Observe tenant before running CLI queries?

To authenticate to an Observe tenant before running CLI queries, use the Observe login command with your customer ID, site URL, and email address. This configures your local ~/.config/observe.yaml file for subsequent CLI interactions.

Why does my Observe CLI command fail to query datasets from the shell?

Observe CLI commands fail to query datasets if the Observe binary is not installed locally or the ~/.config/observe.yaml configuration file is missing. You must authenticate to your Observe tenant and ensure the shell can execute the binary.