MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / list_skills

Method list_skills

mini_agent/tools/skill_loader.py:228–235  ·  view source on GitHub ↗

List all loaded skill names Returns: List of skill names

(self)

Source from the content-addressed store, hash-verified

226 return self.loaded_skills.get(name)
227
228 def list_skills(self) -> List[str]:
229 """
230 List all loaded skill names
231
232 Returns:
233 List of skill names
234 """
235 return list(self.loaded_skills.keys())
236
237 def get_skills_metadata_prompt(self) -> str:
238 """

Callers 2

test_discover_skillsFunction · 0.95
executeMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_discover_skillsFunction · 0.76