sksadd

Install AI skills from search results into a specified skill group.

114|12|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/OpenDCAI/Mycel --skill sksadd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sksadd
Source: https://github.com/OpenDCAI/Mycel/tree/main/.claude/skills/sksadd
Command: npx skills add https://github.com/OpenDCAI/Mycel --skill sksadd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of installing new AI skills into predefined groups, streamlining the management and organization of your AI toolset.

Core Features & Use Cases

  • Skill Installation: Installs skills identified from previous search results.
  • Group Management: Assigns installed skills to specific, user-defined groups.
  • Use Case: After searching for skills related to code analysis, you can use sksadd to install the top 3 results into your 'code-tools' group for easy access.

Quick Start

Install the skill at index 2 into the 'dev-tools' group.

Frequently Asked Questions about sksadd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install AI skills into specific groups?

To install AI skills into specific groups, you use a Python script that executes `npx skills add` commands. This process assigns skills from your prior search results directly into a predefined, user-specified skill group.

What do I need before adding skills to a group?

Before adding skills to a group, you need a pre-existing skill group and a prior search result containing the target skills. The installation process relies on these two prerequisites to correctly place the skills via file system operations.

Can I automate developer tool installation using previous search results?

Yes, you can automate developer tool installation by running a Python script that processes your previous search results. The script handles the `npx skills add` execution and automatically organizes the identified tools into your specified groups.

What happens if a skill installation into a group fails?

If a skill installation fails, the Python script provides direct feedback on the installation failure. It manages the file system operations during placement and reports whether the `npx skills add` command succeeded or encountered an error.

Is there a way to manage multiple AI skills at once after searching?

You can manage multiple AI skills by installing several results from a single search into one group. For example, after searching for code analysis tools, you can install the top results directly into a designated 'dev-tools' group simultaneously.