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
JavaScriptdeepagentsindexLoaderSkillMetadata
Interface●Since v1.5

LoaderSkillMetadata

Metadata for a skill per Agent Skills spec.

Copy
interface LoaderSkillMetadata

Properties

property
allowedTools: string
property
compatibility: string
property
description: string
property
license: string
property
metadata: Record<string, string>
property
name: string
property
path: string
property
source: "user" | "project"
View source on GitHub