langsmith-dataset
langsmith dataset
What it does
- langsmith dataset list - List datasets in LangSmith
- langsmith dataset get <name-or-id> - View dataset details
- langsmith dataset create --name <name> - Create a new empty dataset
- langsmith dataset delete <name-or-id> - Delete a dataset
- langsmith dataset export <name-or-id> <output-file> - Export dataset to local JSON file
- langsmith dataset upload <file> --name <name> - Upload a local JSON file as a dataset
- langsmith example list --dataset <name> - List examples in a dataset
Requirements & configuration
- Check JSON file is valid: each element needs inputs (and optionally outputs)
Configuration: LANGSMITH_API_KEYLANGSMITH_PROJECT
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
langsmith-dataset FAQ
What does the langsmith-dataset skill do?
INVOKE THIS SKILL when creating evaluation datasets, uploading datasets to LangSmith, or managing existing datasets. Covers dataset types (final_response, single_step, trajectory, RAG), CLI management commands, SDK-based creation, and example management. Uses the langsmith CLI tool. langsmith dataset list - List datasets in LangSmith langsmith dataset get <name-or-id> - View dataset details
What does langsmith-dataset require?
Check JSON file is valid: each element needs inputs (and optionally outputs) Configuration keys: LANGSMITH_API_KEY, LANGSMITH_PROJECT.
How do I install langsmith-dataset?
Run: npx -y skills add https://github.com/langchain-ai/langsmith-skills --skill langsmith-dataset --agent claude-code — the source lives at github.com/langchain-ai/langsmith-skills.
Maintain langsmith-dataset?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[langsmith-dataset on getagentictools](https://getagentictools.com/skills/langchain-ai-langsmith-skills-langsmith-dataset?ref=badge) npx agentictools info skills/langchain-ai-langsmith-skills-langsmith-dataset The second line is the CLI lookup for this page — handy in READMEs and docs.