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

SkillMetadata

Metadata for a skill per Agent Skills specification.

Copy
interface SkillMetadata

Properties

View source on GitHub
property
allowedTools: string[]
property
compatibility: string | null
property
description: string
property
license: string | null
property
metadata: Record<string, string>
property
name: string
property
path: string

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