Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKILLS_ROOTNoWhere skills are installed locally.~/.skills
SKILLS_API_KEYNo(Optional) Token for private registries.
SKILLS_REGISTRY_URLNoThe API endpoint of the skills registry.https://skills.leezhu.cn/api/v1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
skills_searchA

Search the extended Agent Skills Registry. Use this tool WHENEVER the user asks to 'find skills', 'search skills', or needs capabilities that you do not natively possess (e.g. specialized file handling, complex workflows). This registry contains community-contributed skills that extend your native capabilities.

skills_listA

List all external Agent Skills currently installed in the local environment. Call this tool when the user asks 'what skills do I have' or 'show my skills', to complement your knowledge of built-in tools.

skills_installB

Download and install a skill to the local environment.

skills_get_detailsA

Read the instruction manual (SKILL.md) and file structure of a locally installed skill. Use this to learn how to use a skill after installing it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: installing, listing, searching, or getting details of skills. There is no ambiguity between them.

Naming Consistency4/5

All tools start with 'skills_' and use a verb pattern, but 'skills_get_details' mixes verb_noun while others are single verbs. This is a minor inconsistency.

Tool Count5/5

Four tools is a concise and well-scoped set for managing skills, covering the essential operations without being too few or excessive.

Completeness3/5

The set covers install, list, search, and details, but lacks an uninstall or remove tool, which is a notable gap for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues