askill
skill-installer

skill-installerSafety 90Repository

Manages the installation and discovery of AI skills from the PartMe marketplace.

102 stars
2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

Skill Installer

Overview

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.

Features

  • 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

  • Input: query (string)
  • Output: JSON list of matching skills with descriptions and paths.

install_skill

  • Input: skill_path (string)
  • Output: Confirmation of installation.

list_installed_skills

  • Input: None
  • Output: JSON list of installed skills.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/3/2026

A well-structured utility skill for managing AI skill installations in the PartMe marketplace. Provides clear search, install, and list functionality with proper function signatures. Located in a dedicated skills folder with good technical reference content. Missing tags and a 'when to use' section, but otherwise complete and actionable. The skill appears designed for general use within the PartMe ecosystem rather than being internal-only to a specific project.

90
78
75
60
75

Metadata

Licenseunknown
Version-
Updated2/28/2026
Publisherpartme-ai

Tags

No tags yet.