LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsindexlistSkills
Function●Since v1.4

listSkills

List skills from user and/or project directories.

When both directories are provided, project skills with the same name as user skills will override them.

Copy
listSkills(options: ListSkillsOptions): LoaderSkillMetadata[]

Parameters

NameTypeDescription
options*ListSkillsOptions

Options specifying which directories to search

View source on GitHub