Back to Home
athola icon

skrills

Verified Safe

by athola

Overview

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.

Installation

Run Command
skrills serve

Environment Variables

  • SKRILLS_CLAUDE_API_KEY
  • SKRILLS_CODEX_API_KEY
  • GITHUB_TOKEN

Security Notes

The project demonstrates strong security awareness through a dedicated threat model, comprehensive security documentation, and continuous integration checks (`cargo audit`, `cargo deny`). Explicit mitigations for common vulnerabilities like path traversal and command injection are implemented, alongside input sanitization for CLI binaries. Network transport, when enabled, supports authentication and TLS. API keys for external LLMs are loaded from environment variables, avoiding hardcoding. The core functionality involves executing external CLI tools, which inherently carries a risk if the environment is untrusted, but the project provides robust controls.

Similar Servers

Stats

Interest Score57
Security Score9
Cost ClassMedium
Avg Tokens250
Stars37
Forks7
Last Update2026-01-19

Tags

AI DevelopmentCLI ToolsSkill ManagementMCP ServerCode Analysis