skill-manager

Register, delete, and query skills via the skill management API.

17|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill skill-manager-erixwong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/ErixWong/touwaka-ai-mate/tree/main/data/skills/skill-manager
Command: npx skills add https://github.com/ErixWong/touwaka-ai-mate --skill skill-manager-erixwong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires API access, and includes scripts (resource) components.

What problem does it solve?

The skill-manager Skill solves the problem of managing and organizing skills within a system, providing a seamless way to register, delete, and query skills without manual intervention.

Core Features & Use Cases

  • Skill Registration: Automatically register and update skills from local directories into the system database.
  • Skill Management: Perform CRUD operations on skills, including listing, deleting, and toggling skill activation.
  • API-based Workflow: Leverages API calls to the backend for secure and efficient skill management.
  • Use Case: Imagine you have a large number of skills in your system and need a centralized way to manage them. The skill-manager Skill can automate the registration and management process, making it easier to maintain and update your skill ecosystem.

Quick Start

Register a new skill using the 'register' tool: skill-manager_register_skill --source_path "data/skills/new_skill" --name "NewSkill" --description "Description of the new skill" --tools '["{ "name": "tool1", "description": "Tool description", "script_path": "scripts/tool1.py", "parameters": { "type": "object", "properties": { "param1": { "type": "string", "description": "Parameter 1" }, "param2": { "type": "string", "description": "Parameter 2" } } }]''

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I automate skill registration and management for a large system?

Automate skill management by using an API-based workflow to register local skill directories, perform CRUD operations, toggle activation, and query skills directly within the system database without manual intervention.

What is the best way to organize and query a large number of skills in my system?

The best way to organize numerous skills is using a centralized skill management API that handles listing, deleting, and querying operations to maintain and update your skill ecosystem efficiently.

Do I need API access to perform CRUD operations on system skills?

Yes, you need API access to perform CRUD operations on system skills, as the workflow leverages backend API calls to securely register, delete, toggle, and query skills in the database.

Can I batch register new skills from local directories into the system database?

Yes, you can register new skills from local directories into the system database by invoking the register tool with the source path, name, description, and tool definitions to update your skill ecosystem.

How does API-based workflow automation handle skill deletion and activation toggling?

API-based workflow automation handles skill deletion and activation toggling by sending secure backend API calls that execute CRUD operations to manage and organize skills within the system database.