LangSmith CLI plugin marketplace
npx claudepluginhub gigaverse-app/langsmith-cliA context-efficient interface for LangSmith observability and evaluations.
No description available.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search
Share bugs, ideas, or general feedback.
The Modern CLI for LangSmith Lightning-fast • Context-efficient • Built for humans and AI agents
Features • Installation • Quick Start • Examples • Documentation
[!TIP] Install as Claude Code Plugin
Step 1: Install the CLI tool
# Quick install (Linux/macOS) curl -sSL https://raw.githubusercontent.com/langchain-ai/langsmith-cli/main/scripts/install.sh | sh # Or use uv uv tool install langsmith-cliStep 2: Add the plugin to Claude Code
Option A: Terminal Command
claude plugin marketplace add gigaverse-app/langsmith-cli claude plugin install langsmith-cli@langsmith-cliOption B: Interactive UI Inside Claude Code, run
/plugin(without arguments) and use the UI to add the marketplaceThis gives Claude Code instant access to all LangSmith commands via skills.
Traditional tools are slow, verbose, and waste tokens. LangSmith CLI is different:
| Feature | LangSmith CLI | Official MCP Server |
|---|---|---|
| Startup Time | < 100ms (lazy loading) | ~2s (heavy imports) |
| Context Usage | 96% reduction with --fields | Full objects always |
| Human UX | Rich tables with colors | JSON only |
| Agent UX | Strict --json mode | Mixed output |
| Live Dashboard | runs watch real-time monitoring | ❌ |
| Advanced Filters | Regex, wildcards, time presets | Basic only |
| Stratified Sampling | runs sample by tag/metadata | ❌ |
| Aggregate Analytics | runs analyze group & metrics | ❌ |
| Tag Discovery | runs tags auto-discover patterns | ❌ |
| File Operations | View/analyze offline with globs | ❌ |
| Export Formats | JSON, CSV, YAML | JSON only |
100% Feature Parity + 10x Better QoL 🚀
# Traditional: Returns 20KB trace object (1000+ tokens)
langsmith-cli runs get abc123
# Agent Mode: Returns only what you need (40 tokens)
langsmith-cli --json runs get abc123 --fields inputs,outputs,error
96% context savings on large traces!
# Regex filtering
langsmith-cli runs list --name-regex "^prod-.*-v[0-9]+"
# Wildcard patterns
langsmith-cli runs list --name-pattern "*auth*"
# Smart filters
langsmith-cli runs list --slow --failed --today
# Live dashboard
langsmith-cli runs watch
Every LangSmith resource at your fingertips:
Linux/macOS:
curl -sSL https://raw.githubusercontent.com/langchain-ai/langsmith-cli/main/scripts/install.sh | sh
Windows:
iwr -useb https://raw.githubusercontent.com/langchain-ai/langsmith-cli/main/scripts/install.ps1 | iex
This standalone installer:
langsmith-cli to your PATHuvuv tool install langsmith-cli
pippip install langsmith-cli
After installing the CLI above, add the skill:
/plugin marketplace add gigaverse-app/langsmith-cli
git clone https://github.com/gigaverse-app/langsmith-cli.git
cd langsmith-cli
uv sync
uv run langsmith-cli --help