skill-builder
Verified Safeby nohuiam
Overview
Manages a centralized repository of AI skills (SKILL.md files), enabling their creation, validation, retrieval, matching, and usage tracking within a cognitive ecosystem.
Installation
node dist/index.jsSecurity Notes
The server employs input sanitization for skill names to prevent potential path traversal or injection issues. It uses a UDP-based InterLock mesh for internal communication, which includes a configurable signal whitelist to filter unexpected messages, providing a basic layer of defense. No 'eval' or blatant hardcoded secrets were identified within the provided code. The Linus security audit confirmed no critical issues and noted fixes for major/minor input validation concerns, which are now addressed.
Similar Servers
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
skrills
A versatile tool to manage, validate, analyze, and synchronize AI skills and agent configurations for Claude Code and Codex CLI, running as an MCP server.
codex-mcp-skills
Manages, validates, analyzes, and synchronizes AI skills and configurations for Claude Code and Codex CLI, also serving them to MCP clients and running subagents.