Agent skills that let any AI coding agent investigate and manage your Observe data.
Observe is an observability platform for logs, metrics, and traces. These skills teach your AI coding agent how to work with it — investigating incidents, querying telemetry, onboarding data, building visualizations, and more.
# Add this marketplace
claude plugin marketplace add observeinc/skills
# Install the plugin
claude plugin install observe@observeThe plugin bundles the Observe MCP server, which needs your Observe base URL (e.g. 101.observeinc.com).
# Run from the repo directory with your Observe base URL
OBSERVE_BASE_URL=<your-base-url> cortexOn first run, Cortex will prompt you to complete OAuth in your browser to connect the Observe MCP server. The MCP server and skills are configured automatically from the .cortex-plugin directory.
Install the skills, then add the Observe MCP server as a separate step:
# Install the skills
npx skills add observeinc/skills
# Add the Observe MCP server — replace <your-base-url> with your Observe host (e.g. 101.observeinc.com)
codex mcp add observe --url https://<your-base-url>/v1/ai/mcpThe server is stored in your global ~/.codex/config.toml; remove it later with codex mcp remove observe.
# Install all skills without prompts
npx skills add observeinc/skills --all
# Or choose skills interactively
npx skills add observeinc/skills
# Or install a specific skill
npx skills add observeinc/skills -s <skill-name>These skills work with any agent that supports the Agent Skills standard, including:
- Claude Code
- Cursor
- Codex
- OpenCode
- Windsurf
- ...and more
Use of these skills is governed by the Observe Skills License. Skills are licensed as Client Software under your Snowflake agreement for Subscription Services, or the Observe Terms of Service if your agreement does not include Client Software.