MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / _normalize_skill_name

Method _normalize_skill_name

tools/skills_tool.py:48–52  ·  view source on GitHub ↗
(skill_name: str)

Source from the content-addressed store, hash-verified

46
47 @staticmethod
48 def _normalize_skill_name(skill_name: str) -> str:
49 skill_name = skill_name.strip()
50 if skill_name.startswith("**") and skill_name.endswith("**"):
51 skill_name = skill_name[2:-2]
52 return skill_name.strip()
53
54 def get_log_object(self):
55 import uuid

Callers 4

get_log_objectMethod · 0.95
before_executionMethod · 0.95
executeMethod · 0.95
_loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected