Back to Home
sfc-gh-dflippo icon

skills-mcp-server

Verified Safe

by sfc-gh-dflippo

Overview

Manages AI agent skills by synchronizing them from local SKILL.md files and remote Git repositories into a consolidated AGENTS.md catalog.

Installation

Run Command
npx tsx .claude/skills/skills-sync/scripts/sync-skills.ts

Security Notes

The skill executes external `git` commands (`git clone`, `git pull`) using `subprocess.run` (Python) or `child_process.execSync` (TypeScript). While necessary for its function, this involves executing arbitrary commands based on URLs specified in `repos.txt`. If `repos.txt` were to be compromised or contain malicious URLs, it could lead to arbitrary code execution through Git's extensibility features (e.g., hooks). However, the skill itself does not expose obvious vulnerabilities like `eval` or hardcoded credentials in the truncated source. The primary risk lies in the trust placed on the contents of `repos.txt` and the remote repositories.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens3500
Stars0
Forks0
Last Update2025-11-18

Tags

skillsaiagentsyncgitrepository-managementskill-catalog