Skip to main content

create

Method
This is a method of the SkillMutatorProtocol class in the protocols module.
Create a new skill.

Signature

Parameters

str
required
Skill name (must be valid identifier)
str
required
Full SKILL.md content
Optional[str]
Optional category for organization
bool
default:"True"
If True, stage for approval; if False, create directly

Returns

str
Status message describing the action taken

Used By

Source

View on GitHub

praisonaiagents/skills/protocols.py at line 74