Langsmith Fetch Skill banner
OthmanAdi OthmanAdi

Langsmith Fetch Skill

AI community

Description

πŸ” AI observability skill for Claude Code. Debug LangChain/LangGraph agents by fetching execution traces from LangSmith Studio directly in your terminal.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

langsmith-fetch

πŸ” LangSmith Fetch Skill for Claude Code

**AI observability & debugging skill for Claude!**

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio directly in your terminal using Claude Code.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://code.claude.com) [![LangSmith](https://img.shields.io/badge/LangSmith-Fetch-green)](https://github.com/langchain-ai/langsmith-fetch)


🎯 What It Does

This Claude Code skill teaches Claude how to debug your LangChain and LangGraph agents by automatically fetching and analyzing execution traces from LangSmith Studio.

**Just ask Claude:**

  • "Debug my agent"
  • "What went wrong?"
  • "Show me recent traces"
  • "Why is my agent slow?"

Claude will automatically fetch traces, analyze execution patterns, identify errors, and provide actionable insights!


✨ Features

  • πŸ› Automatic Debugging - Claude fetches and analyzes traces autonomously
  • πŸ” Error Detection - Identifies failures and root causes
  • πŸ“Š Performance Analysis - Tracks execution time and token usage
  • πŸ’Ύ Memory Operations - Checks LTM recall/store operations
  • πŸ› οΈ Tool Call Analysis - Reviews which tools were called and why
  • πŸ“ Session Export - Saves debugging sessions for later review
  • 🀝 Multi-Agent Support - Debugs orchestration decisions

πŸš€ Quick Start

1. Install Prerequisites

# Install langsmith-fetch CLI
pip install langsmith-fetch

2. Configure Environment

# Set your LangSmith credentials
export LANGSMITH_API_KEY="your_langsmith_api_key"
export LANGSMITH_PROJECT="your_project_name"

Get your API key from: https://smith.langchain.com/

3. Install the Skill

npx skills add OthmanAdi/langsmith-fetch-skill