Back to Home
athola icon

codex-mcp-skills

Verified Safe

by athola

Overview

Manages, validates, analyzes, and synchronizes AI skills and configurations for Claude Code and Codex CLI, also serving them to MCP clients and running subagents.

Installation

Run Command
skrills serve

Environment Variables

  • SKRILLS_CLAUDE_API_KEY
  • SKRILLS_CODEX_API_KEY
  • GITHUB_TOKEN

Security Notes

The project demonstrates a strong focus on security, with extensive threat modeling documentation, explicit input sanitization to prevent common vulnerabilities (e.g., path traversal, command injection in CLI binary names, GitHub query injection), and the use of environment variables for API keys. It actively audits dependencies using `cargo audit` (evidenced by `audit.toml`). The core server does not execute arbitrary skill code directly; instead, it provides skills to external, trusted AI clients (Claude/Codex), delegating execution risk. HTTP transport supports authentication and TLS. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score57
Security Score9
Cost ClassLow
Avg Tokens300
Stars37
Forks7
Last Update2026-01-17

Tags

MCPSkills ManagementAI AgentCode ReviewValidation