Back to Home
intellectronica icon

skillz

by intellectronica

Overview

Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.

Installation

Run Command
docker run -i --rm -v /path/to/skills:/skillz intellectronica/skillz /skillz

Security Notes

The server uses `yaml.safe_load` for parsing skill metadata, mitigating direct YAML injection risks. It explicitly implements path traversal prevention in resource URIs (e.g., checks for '..') to restrict access. The core functionality is to discover and expose skill definitions and resources; the execution of any bundled helper scripts or code is deferred to the consuming AI client. The README explicitly warns users to treat skills as untrusted code and run in sandboxes/containers, indicating that while the server implements some hardening, the overall system design involves a critical security boundary at the client's execution of skill content.

Similar Servers

Stats

Interest Score95
Security Score8
Cost ClassLow
Avg Tokens1500
Stars204
Forks15
Last Update2025-11-26

Tags

AI AgentsSkillsMCP ServerPythonTooling