libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
development
/ Agent Skill Loader
Agent Skill Loader
JSON →
none
★ 10
development
MCP server to dynamically load Claude Code skills into AI agents
github ↗
Install
How to run this server
[ { "cmd": "npm install -g agent-skill-loader", "imports": [] } ]
server path:
agent-skill-loader
Tools
What this server exposes
list_skills
Returns a JSON list of available skills. Optional query filters by name/description substring (case-insensitive).
read_skill
Returns the markdown instructions for a skill.
install_skill
Copies the skill folder to .agent/skills/<name>. For security, target_path must be within the current workspace.
manage_search_paths
Add, remove, or list skill search paths.
debug_info
Returns diagnostic information (paths, status, warnings).
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/back1ply/agent-skill-loader ↗
Agent Skill Loader — MCP Server · libregistry