Development
skill-installer
Manages the installation and discovery of AI skills from the PartMe marketplace.
Manages the installation and discovery of AI skills from the PartMe marketplace.
The skill-installer 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-installer(action="search_skills", query="vue")
skill-installer(action="install_skill", skill_path="./skills/vue3")
search_skillsquery (string)install_skillskill_path (string)list_installed_skills确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。