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
JavaScriptdeepagentsskillsSkillMetadata
Interface●Since v1.4

SkillMetadata

Metadata for a skill per Agent Skills spec.

Copy
interface LoaderSkillMetadata

Properties

property
allowedTools: string

Optional: Space-delimited list of pre-approved tools

property
compatibility: string

Optional: Environment requirements (max 500 chars)

property
description: string

The description of the agent

property
license: string

Optional: License name or reference to bundled license file

property
metadata: Record<string, string>

Metadata for the edit operation, attached to the ToolMessage

property
name: string

Error name for instanceof checks and logging

property
path: string

File path of edited file, undefined on failure

property
source: "user" | "project"

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

View source on GitHub