skill-installer
Original:🇺🇸 English
Translated
3 scriptsChecked / no sensitive code detected
Manages the installation and discovery of AI skills from the PartMe marketplace.
19installs
Added on
NPX Install
npx skill4agent add teachingai/full-stack-skills skill-installerTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Skill Installer
Overview
The is a core utility skill that allows users and agents to discover, install, and manage other AI skills within the PartMe ecosystem. It serves as the local package manager for the "Knowledge as a Service" (KaaS) and "Tool as a Service" (TaaS) architecture.
skill-installerFeatures
- Search Skills: Query the local marketplace for available skills by keyword.
- Install Skills: Register skills into the local environment.
- List Installed Skills: View currently active skills.
Usage
Search for a skill
skill-installer(action="search_skills", query="vue")Install a skill
skill-installer(action="install_skill", skill_path="./skills/vue3")Tools
search_skills
search_skills- Input: (string)
query - Output: JSON list of matching skills with descriptions and paths.
install_skill
install_skill- Input: (string)
skill_path - Output: Confirmation of installation.
list_installed_skills
list_installed_skills- Input: None
- Output: JSON list of installed skills.