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

SkillMetadata

Metadata for a skill per Agent Skills specification.

Copy
interface SkillMetadata

Properties

property
allowedTools: string[]

Optional: Space-delimited list of pre-approved tools

property
compatibility: string | null

Optional: Environment requirements (max 500 chars)

property
description: string

What this subagent does. The main agent uses this to decide when to delegate.

property
license: string | null

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
property
path: string

File path of edited file, undefined on failure

View source on GitHub