Back to Home
back1ply icon

agent-skill-loader

Verified Safe

by back1ply

Overview

Acts as a Model Context Protocol (MCP) server to dynamically load and manage AI agent skills from the local file system.

Installation

Run Command
agent-skill-loader

Environment Variables

  • MCP_WORKSPACE_ROOT
  • MCP_SKILL_PATHS

Security Notes

The server correctly implements critical path validation to prevent directory traversal attacks in the `install_skill` function, ensuring target paths remain within the designated workspace. It uses standard Node.js file system operations with robust error handling, preventing crashes due to inaccessible or malformed skill files. There is no usage of 'eval', obfuscation, or direct arbitrary command execution via `child_process`. Network interactions are limited to the MCP standard I/O transport, not opening arbitrary ports. Custom .env loading is implemented safely to avoid stdout corruption during MCP initialization.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2026-01-17

Tags

MCPAI Agent SkillsSkill LoaderClaude