LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Configuration
  • 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

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsConfigurationTypes
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

View source on GitHub
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"

Optional: Space-delimited list of pre-approved tools

Optional: Environment requirements (max 500 chars)

The description of the agent

Optional: License name or reference to bundled license file

Metadata for the edit operation, attached to the ToolMessage

Error name for instanceof checks and logging

File path of edited file, undefined on failure

Source of the skill ('user' or 'project')