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
DeepResearchAgent.aresearchDeepResearchAgent.follow_upDeepResearchAgent.clarifyDeepResearchAgent.rewrite_queryMemory.calculate_quality_metrics
Source
View on GitHub
praisonaiagents/skills/protocols.py at line 74
