skills-manager

Search, install, and list skills via the TinyAGI API.

3.6k|505|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/TinyAGI/tinyagi --skill skills-manager-tinyagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-manager
Source: https://github.com/TinyAGI/tinyagi/tree/main/.agents/skills/skills-manager
Command: npx skills add https://github.com/TinyAGI/tinyagi --skill skills-manager-tinyagi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of skills for agents, enabling you to search, install, and list skills efficiently.

Core Features & Use Cases

  • Search Skills: Quickly search the skills registry to find the right skills for your agents.
  • Install Skills: Install specific skills directly to agent workspaces.
  • List Skills: Easily list and manage all installed skills for an agent or across all agents.
  • Use Case: When you need to expand an agent's capabilities or need to maintain a centralized list of available skills.

Quick Start

Search for a skill: skills-manager.sh search "image editing"

Frequently Asked Questions about skills-manager

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

FAQPage Schema
How do I install skills into an agent workspace?

To install skills into an agent workspace, you use a skill management script that interfaces with the TinyAGI API to directly add specific capabilities to your agents.

Can I search for agent skills by keyword in a multi-agent environment?

Yes, you can search for agent skills by keyword in a multi-agent environment by querying the skills registry via the TinyAGI API to find the right matches.

What is the best way to manage installed skills across multiple agents?

The best way to manage installed skills across multiple agents is using a centralized skill management script to list, track, and maintain all capabilities within your agent workspaces.

Do I need TinyAGI API access to list and install skills?

Yes, you need TinyAGI API access to list and install skills, because the management script operates via this API to interact with the system and agent workspaces.

Why use a script for skill management instead of manual installation?

Using a script for skill management automates search and installation within agent workspaces, preventing manual errors and efficiently maintaining a centralized list of available skills.