Skip to content

AgentSkillRequest

← All HTTP schemas

Request to create or update a skill.

Shape: object

Property Required Type Description Rules
name yes string Skill name.
description yes string Skill description.
instructions yes string Markdown instructions.
compatibility no string Compatibility statement.
license no string Skill license.
allowedTools no string Allowed-tools declaration from the MAF frontmatter.
metadata no object Application-specific metadata.
enabled no boolean Whether the skill is enabled.
resources no array of AgentSkillResourceDefinition Skill resources.
scripts no array of AgentSkillScriptDefinition Skill scripts.