pandaprobe CLI without you spelling out the
details every time.
It’s open source and lives at
github.com/chirpz-ai/pandaprobe-skills.
Why use it
Coding agents produce significantly better results with the skill installed, because it conditions them to follow PandaProbe’s best practices — work doc-first instead of guessing APIs from memory, use the CLI for data access instead of hand-building requests, and never echo API keys into the chat. The skill is self-contained: aSKILL.md entry point plus focused reference docs.
SKILL.md, and pulls in a
specific reference file (setup.md, instrumentation.md, or cli.md) only when that topic
comes up.
What it can do
Onboard a project
Guided, interactive setup that builds and runs a first traced agent example from scratch
and verifies the traces landed — ideal for a new or empty project.
Instrument your app
Add PandaProbe tracing via an agent-framework integration, a provider wrapper, or manual
decorators — working doc-first against the live documentation.
Read & evaluate data
Use the
pandaprobe CLI to inspect traces, sessions, spans, and scores, and to run
evaluations.Look up the docs
Fetch the latest PandaProbe documentation — the source of truth that all instrumentation
relies on.
Install
The skill is distributed throughnpx skills, the
open agent-skills CLI.
- Ask your coding agent
- Manual Installation
The simplest path is to ask your coding agent to install it. Paste a prompt like:
Install the PandaProbe agent skill from the chirpz-ai/pandaprobe-skills GitHub
repository.
Prerequisites
The skill installs the instructions, not the tools. Depending on what you ask it to do,
you’ll also need:
- The
pandaprobeCLI — for data and evaluation access. Install with: - A PandaProbe account and API key — sign up at
app.pandaprobe.com, then run
pandaprobe auth login. Self-hosted deployments can configure an endpoint and key manually instead. - Python 3.10+ with
pip install pandaprobe— for SDK instrumentation.
Usage examples
Once installed, the agent picks the skill up automatically for prompts like:- “Set up PandaProbe in this project and show me my first traces.”
- “Add PandaProbe tracing to my LangGraph agent.”
- “Use pandaprobe to list my failed traces, then drill into the error in trace
tr_….” - “Run a coherence eval over yesterday’s completed traces.”
Resources
Skill repository
The open-source
pandaprobe-skills repo with the full SKILL.md and references.CLI reference
Install, authenticate, and use the
pandaprobe CLI.Tracing overview
The three layers of instrumentation the skill uses.
Evaluation
How metrics, scores, and monitors work.

